Skip to content

Commit

Permalink
Allow to be used with Devise 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jankeesvw committed Jul 18, 2016
1 parent 99bee7d commit 56c8eea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Or install it yourself as:
`~> 0.3` | `~> 3.4.0`
`~> 0.4.0`, `< 0.4.9` | `~> 3.5.0`, `< 3.5.2`
`~> 0.4.9` | `~> 3.5.2`
`~> 0.5.0` | `>= 4.0.0`, `< 4.2.0`
`~> 0.5.0` | `>= 4.0.0`, `< 4.3.0`

## Usage

Expand Down
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.2.0"
spec.add_dependency "devise", ">= 4.0.0", "< 4.3.0"

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

0 comments on commit 56c8eea

Please sign in to comment.