1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00

Update: Bump json gem to 2.3 for ruby 2.7 support

silence deprecation warning for ruby 2.7.1 - see: https://travis-ci.org/github/omniauth/omniauth/jobs/683231570

```
/home/travis/.rvm/gems/ruby-2.7.1/gems/json-2.0.4/lib/json/common.rb:156: warning: Using the last argument as keyword parameters is deprecated
```

updated Nov-19 in json gem: https://github.com/flori/json/pull/389/files#diff-1fb83c48ff17d82315a53e5f26bc4996R156
This commit is contained in:
Josh Powell 2020-08-26 09:05:38 -04:00 committed by GitHub
parent ba6b2789c1
commit 3c3b66d267
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ end
group :test do
gem 'coveralls', :require => false
gem 'hashie', '>= 3.4.6', '~> 4.0.0', :platforms => [:jruby_18]
gem 'json', '~> 2.0.3', :platforms => %i[jruby_18 jruby_19 ruby_19]
gem 'json', '~> 2.3.0', :platforms => %i[jruby_18 jruby_19 ruby_19]
gem 'mime-types', '~> 3.1', :platforms => [:jruby_18]
gem 'rack', '>= 2.0.6', :platforms => %i[jruby_18 jruby_19 ruby_19 ruby_20 ruby_21]
gem 'rack-test'