Skip to content

Commit

Permalink
Allow usage with devise 4.x (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgunther authored and Sebastian Oelke committed Mar 21, 2019
1 parent 875207b commit 4444dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devise-token_authenticatable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]


spec.add_dependency "devise", ">= 4.0.0", "< 4.6.0"
spec.add_dependency "devise", ">= 4.0.0", "< 5.0.0"

spec.add_development_dependency "rails", "~> 4.2"
spec.add_development_dependency "rspec-rails", "~> 3.0"
Expand Down

0 comments on commit 4444dc5

Please sign in to comment.