Skip to content

Commit

Permalink
Bump bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Dec 23, 2019
1 parent d9952ba commit 16c7daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tableschema.gemspec
Expand Up @@ -18,7 +18,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.11"
spec.add_development_dependency "bundler", "~> 2.1"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "pry", "~> 0.10.0"
Expand Down

0 comments on commit 16c7daf

Please sign in to comment.