Skip to content

Commit

Permalink
Update bundler version for development.
Browse files Browse the repository at this point in the history
  • Loading branch information
vavgustov committed Jan 7, 2018
1 parent c204746 commit 232269b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rgversion.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_development_dependency "bundler", "~> 1.15"
spec.add_development_dependency "bundler", "~> 1.16"
spec.add_development_dependency "rake", "~> 12.0"
spec.add_development_dependency "rspec", "~> 3.6"

Expand Down

0 comments on commit 232269b

Please sign in to comment.