mirror of https://github.com/rails/rails
Update json to the latest version
``` /home/u/.rbenv/versions/2.7.0-dev/lib/ruby/gems/2.7.0/gems/json-2.1.0/lib/json/common.rb:156: warning: The last argument is nil, treating as empty keywords /home/u/.rbenv/versions/2.7.0-dev/lib/ruby/gems/2.7.0/gems/json-2.1.0/lib/json/common.rb:156: warning: The last argument is used as the keyword parameter ``` Was fixed in 2.2.0.
This commit is contained in:
parent
305fa94feb
commit
08a92a2afb
|
@ -290,8 +290,8 @@ GEM
|
||||||
jdbc-postgres (42.1.4)
|
jdbc-postgres (42.1.4)
|
||||||
jdbc-sqlite3 (3.20.1)
|
jdbc-sqlite3 (3.20.1)
|
||||||
jmespath (1.4.0)
|
jmespath (1.4.0)
|
||||||
json (2.1.0)
|
json (2.2.0)
|
||||||
json (2.1.0-java)
|
json (2.2.0-java)
|
||||||
jwt (2.1.0)
|
jwt (2.1.0)
|
||||||
kindlerb (1.2.0)
|
kindlerb (1.2.0)
|
||||||
mustache
|
mustache
|
||||||
|
|
Loading…
Reference in New Issue