bump json to 2.3.1
This commit is contained in:
parent
88c80bcd56
commit
b002b84fda
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
UNRELEASED
|
||||
----
|
||||
- bump json to 2.3.1
|
||||
|
||||
2.0.0
|
||||
----
|
||||
- initial API v2 client release
|
||||
|
|
|
|||
2
Gemfile
2
Gemfile
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue