Skip to content

Commit

Permalink
Enable rails 6.1 (lynndylanhurley#1446)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaicolBen committed Dec 8, 2020
1 parent 575272a commit 8dba30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devise_token_auth.gemspec
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = ">= 2.2.0"

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

Expand Down

0 comments on commit 8dba30b

Please sign in to comment.