diff --git a/ruby-rails/Gemfile.lock b/ruby-rails/Gemfile.lock index 5fad868..d67a63d 100644 --- a/ruby-rails/Gemfile.lock +++ b/ruby-rails/Gemfile.lock @@ -64,16 +64,16 @@ GEM msgpack (~> 1.0) builder (3.2.4) byebug (11.1.3) - concurrent-ruby (1.1.8) + concurrent-ruby (1.1.10) crass (1.0.6) erubi (1.10.0) ffi (1.14.2) - globalid (0.4.2) - activesupport (>= 4.2.0) + globalid (1.0.1) + activesupport (>= 5.0) httparty (0.18.1) mime-types (~> 3.0) multi_xml (>= 0.5.2) - i18n (1.8.8) + i18n (1.12.0) concurrent-ruby (~> 1.0) listen (3.4.1) rb-fsevent (~> 0.10, >= 0.10.3) @@ -91,12 +91,14 @@ GEM mime-types-data (3.2020.1104) mimemagic (0.3.5) mini_mime (1.0.2) - minitest (5.14.3) + minitest (5.17.0) msgpack (1.4.2) multi_xml (0.6.0) nio4r (2.5.5) nokogiri (1.11.1-x86_64-darwin) racc (~> 1.4) + nokogiri (1.11.1-x86_64-linux) + racc (~> 1.4) nuid-sdk (0.1.1) httparty (~> 0.18.1) racc (1.5.2) @@ -145,15 +147,16 @@ GEM sprockets (>= 3.0.0) sqlite3 (1.4.2) thor (1.1.0) - tzinfo (2.0.4) + tzinfo (2.0.5) concurrent-ruby (~> 1.0) websocket-driver (0.7.3) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.4.2) + zeitwerk (2.6.6) PLATFORMS x86_64-darwin-19 + x86_64-linux DEPENDENCIES bootsnap (>= 1.4.4)