Skip to content

Commit

Permalink
Support rails 7.2 (#1632)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaicolBen authored Jul 5, 2024
1 parent fe8dd55 commit 21929ef
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.2'
s.add_dependency 'rails', '>= 4.2.0', '< 7.3'
s.add_dependency 'devise', '> 3.5.2', '< 5'
s.add_dependency 'bcrypt', '~> 3.0'

Expand Down

0 comments on commit 21929ef

Please sign in to comment.