Skip to content

Commit

Permalink
fix bundler version
Browse files Browse the repository at this point in the history
  • Loading branch information
rarruda committed Jan 25, 2019
1 parent e31c276 commit e514e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unleash-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "murmurhash3", "~> 0.1.6"

spec.add_development_dependency "awesome_print"
spec.add_development_dependency "bundler", "~> 1.16"
spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "webmock", "~> 3.0"
Expand Down

0 comments on commit e514e23

Please sign in to comment.