Skip to content

Commit

Permalink
Update gem dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nskins committed May 1, 2020
1 parent a566c23 commit 7914066
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions goby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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.16"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.5"
spec.add_development_dependency "bundler", "~> 2.1"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.9"
end

0 comments on commit 7914066

Please sign in to comment.