Skip to content

Commit

Permalink
Support rails 8 (#1639)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaicolBen authored Oct 22, 2024
1 parent 146773a commit b7fcfdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devise_token_auth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = ">= 2.3.0"

s.add_dependency 'rails', '>= 4.2.0', '< 7.3'
s.add_dependency 'rails', '>= 4.2.0', '< 8.1'
s.add_dependency 'devise', '> 3.5.2', '< 5'
s.add_dependency 'bcrypt', '~> 3.0'

Expand Down

0 comments on commit b7fcfdf

Please sign in to comment.