Skip to content

Commit

Permalink
Support for Devise 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ckho authored Mar 20, 2017
1 parent e90ce2b commit 31a8ffc
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 @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.test_files.reject! { |file| file.match(/[.log|.sqlite3]$/) }

s.add_dependency "rails", "< 6"
s.add_dependency "devise", "> 3.5.2", "<= 4.2"
s.add_dependency "devise", "> 3.5.2", "<= 4.2.1"

s.add_development_dependency "sqlite3", "~> 1.3"
s.add_development_dependency 'pg'
Expand Down

0 comments on commit 31a8ffc

Please sign in to comment.