Skip to content

Commit 858e429

Browse files
utilumkamipo
authored andcommitted
Update mysql2, json, to fix ruby 2.7 warnings (rails#37967)
* Update mysql2 to the latest version Fixes keyword arguments warning: brianmario/mysql2/pull/1084 Fixes taint mechanism deprecation warning: brianmario/mysql2@785969f * Update json to the latest version Fixes warning from trying to access an uninitialized ivar, and keyword arguments warning: flori/json/commit/de14dea34074558dc671d7edc71513f0216ce21d flori/json/commit/19da336333e63dc9dde7baea47b179e162b7568e
1 parent 34de785 commit 858e429

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,8 @@ GEM
290290
jdbc-postgres (42.2.6)
291291
jdbc-sqlite3 (3.28.0)
292292
jmespath (1.4.0)
293-
json (2.2.0)
294-
json (2.2.0-java)
293+
json (2.3.0)
294+
json (2.3.0-java)
295295
jwt (2.2.1)
296296
kindlerb (1.2.0)
297297
mustache
@@ -335,9 +335,9 @@ GEM
335335
multipart-post (2.1.1)
336336
mustache (1.1.0)
337337
mustermann (1.0.3)
338-
mysql2 (0.5.2)
339-
mysql2 (0.5.2-x64-mingw32)
340-
mysql2 (0.5.2-x86-mingw32)
338+
mysql2 (0.5.3)
339+
mysql2 (0.5.3-x64-mingw32)
340+
mysql2 (0.5.3-x86-mingw32)
341341
nio4r (2.5.2)
342342
nio4r (2.5.2-java)
343343
nokogiri (1.10.4)

0 commit comments

Comments
 (0)