Skip to content

Commit

Permalink
relax gem requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
lynndylanhurley committed Jul 21, 2014
1 parent f8dc7ad commit f1491cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ PATH
specs:
devise_token_auth (0.1.22)
devise (~> 3.2)
rails (~> 4.1.4)
rails (~> 4.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion devise_token_auth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,db,lib}/**/*", "LICENSE", "Rakefile", "README.md"]
s.test_files = Dir["test/**/*"]

s.add_dependency "rails", "~> 4.1.4"
s.add_dependency "rails", "~> 4.1"
s.add_dependency "devise", "~> 3.2"

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

0 comments on commit f1491cd

Please sign in to comment.