Skip to content

Commit

Permalink
Merge pull request #68 from cabello/bump-dependencies
Browse files Browse the repository at this point in the history
Bumping json and httparty gem dependencies to latest.
  • Loading branch information
splybon committed Aug 15, 2019
2 parents 9fc57fd + 612564f commit 3774819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bamboozled.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rspec", "~> 3.1"
spec.add_development_dependency "webmock", "~> 1.20"

spec.add_dependency "httparty", "~> 0.13"
spec.add_dependency "json", "~> 1.8"
spec.add_dependency "httparty", "~> 0.17"
spec.add_dependency "json", "~> 2"
end

0 comments on commit 3774819

Please sign in to comment.