Skip to content

Commit

Permalink
7.1 -> 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hatsu38 committed Oct 5, 2023
1 parent b2274db commit 23e754e
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.1'
s.add_dependency 'rails', '>= 4.2.0', '< 7.2'
s.add_dependency 'devise', '> 3.5.2', '< 5'
s.add_dependency 'bcrypt', '~> 3.0'

Expand Down

0 comments on commit 23e754e

Please sign in to comment.