bump json to 2.3.1

This commit is contained in:
Justin Cooper 2020-07-30 10:23:57 -05:00
parent 88c80bcd56
commit b002b84fda
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
UNRELEASED
----
- bump json to 2.3.1
2.0.0
----
- initial API v2 client release

View file

@ -2,7 +2,7 @@ source 'https://rubygems.org'
group :test do
gem 'coveralls', :require => false
gem 'json', '~> 1.7', :platforms => [:ruby_18, :jruby]
gem 'json', '~> 2.3.1', :platforms => [:ruby_18, :jruby]
gem 'mime-types', '< 2.0.0'
gem 'netrc', '~> 0.7.7'
gem 'rb-fsevent', '~> 0.9'