Skip to content

Commit

Permalink
expand devise to allow < 4.6 (#1203)
Browse files Browse the repository at this point in the history
  • Loading branch information
taneliang authored and MaicolBen committed Aug 31, 2018
1 parent d44799a commit 2413d00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ PATH
remote: .
specs:
devise_token_auth (1.0.0.rc1)
devise (> 3.5.2, < 4.5)
devise (> 3.5.2, < 4.6)
rails (< 6)

GEM
Expand Down Expand Up @@ -96,7 +96,7 @@ GEM
coderay (1.1.1)
concurrent-ruby (1.0.5)
crass (1.0.3)
devise (4.4.3)
devise (4.5.0)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 6.0)
Expand Down Expand Up @@ -159,7 +159,7 @@ GEM
mini_mime (>= 0.1.1)
metaclass (0.0.4)
method_source (0.8.2)
mini_mime (1.0.0)
mini_mime (1.0.1)
mini_portile2 (2.3.0)
minitest (5.11.3)
minitest-focus (1.1.2)
Expand Down Expand Up @@ -329,4 +329,4 @@ DEPENDENCIES
thor

BUNDLED WITH
1.16.1
1.16.3
2 changes: 1 addition & 1 deletion devise_token_auth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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.5'
s.add_dependency 'devise', '> 3.5.2', '< 4.6'

s.add_development_dependency 'appraisal'
s.add_development_dependency 'sqlite3', '~> 1.3'
Expand Down

0 comments on commit 2413d00

Please sign in to comment.