Skip to content

Commit

Permalink
Loose bundler dependency to allow for 1 & 2
Browse files Browse the repository at this point in the history
  • Loading branch information
waiting-for-dev committed Mar 29, 2019
1 parent 66711bd commit 3ff0c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devise-jwt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'devise', '~> 4.0'
spec.add_dependency 'warden-jwt_auth', '~> 0.3.6'

spec.add_development_dependency "bundler", "~> 1.12"
spec.add_development_dependency "bundler", "> 1"
spec.add_development_dependency "rake", "~> 12.3"
spec.add_development_dependency "rspec", "~> 3.8"
spec.add_development_dependency "pry-byebug", "~> 3.7"
Expand Down

0 comments on commit 3ff0c11

Please sign in to comment.