diff --git a/Gemfile.lock b/Gemfile.lock index 7103d68..33f6d63 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -99,18 +99,18 @@ GEM attr_required (1.0.1) awesome_print (1.9.2) base64 (0.2.0) - bigdecimal (3.1.8) + bigdecimal (3.1.9) bindata (2.5.0) bootsnap (1.17.0) msgpack (~> 1.2) bson (4.15.0) - builder (3.2.4) + builder (3.3.0) byebug (11.1.3) cancancan (3.5.0) case_transform (0.2) activesupport - concurrent-ruby (1.3.1) - connection_pool (2.4.1) + concurrent-ruby (1.3.5) + connection_pool (2.5.0) crack (0.4.5) rexml crass (1.0.6) @@ -127,7 +127,7 @@ GEM multi_json (~> 1.0) rack (>= 1.3) drb (2.2.1) - erubi (1.12.0) + erubi (1.13.1) factory_bot (6.4.5) activesupport (>= 5.0.0) factory_bot_rails (6.4.3) @@ -147,9 +147,8 @@ GEM thor (>= 0.14.0, < 2) globalid (1.2.1) activesupport (>= 6.1) - graphiql-rails (1.9.0) + graphiql-rails (1.10.2) railties - sprockets-rails graphql (2.3.4) base64 hashdiff (1.0.1) @@ -158,10 +157,11 @@ GEM http-cookie (1.0.5) domain_name (~> 0.5) httpclient (2.8.3) - i18n (1.14.5) + i18n (1.14.7) concurrent-ruby (~> 1.0) - io-console (0.7.2) - irb (1.13.1) + io-console (0.8.0) + irb (1.15.1) + pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.7.2) @@ -183,7 +183,7 @@ GEM listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.22.0) + loofah (2.24.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -196,7 +196,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2023.1205) mini_mime (1.1.5) - minitest (5.23.1) + minitest (5.25.4) mongo (2.19.3) bson (>= 4.14.1, < 5.0.0) mongoid (8.1.4) @@ -214,7 +214,7 @@ GEM msgpack (1.7.2) multi_json (1.15.0) multipart-post (2.3.0) - mutex_m (0.2.0) + mutex_m (0.3.0) net-http (0.4.1) uri net-imap (0.4.12) @@ -229,7 +229,7 @@ GEM net-protocol netrc (0.11.0) nio4r (2.7.3) - nokogiri (1.16.5-x86_64-linux) + nokogiri (1.18.3-x86_64-linux-gnu) racc (~> 1.4) oauth (1.1.0) oauth-tty (~> 1.0, >= 1.0.1) @@ -257,13 +257,17 @@ GEM parser (3.3.2.0) ast (~> 2.4.1) racc - psych (5.1.2) + pp (0.6.2) + prettyprint + prettyprint (0.2.0) + psych (5.2.3) + date stringio public_suffix (5.0.4) puma (6.4.2) nio4r (~> 2.0) - racc (1.8.0) - rack (3.0.11) + racc (1.8.1) + rack (3.1.10) rack-cache (1.14.0) rack (>= 0.4) rack-cors (2.0.2) @@ -274,13 +278,13 @@ GEM httpclient json-jwt (>= 1.11.0) rack (>= 2.1.0) - rack-session (2.0.0) + rack-session (2.1.0) + base64 (>= 0.1.0) rack (>= 3.0.0) - rack-test (2.1.0) + rack-test (2.2.0) rack (>= 1.3) - rackup (2.1.0) + rackup (2.2.1) rack (>= 3) - webrick (~> 1.8) rails (7.1.3.3) actioncable (= 7.1.3.3) actionmailbox (= 7.1.3.3) @@ -299,9 +303,9 @@ GEM activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.0) + rails-html-sanitizer (1.6.2) loofah (~> 2.21) - nokogiri (~> 1.14) + nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) railties (7.1.3.3) actionpack (= 7.1.3.3) activesupport (= 7.1.3.3) @@ -315,10 +319,10 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - rdoc (6.7.0) + rdoc (6.12.0) psych (>= 4.0.0) regexp_parser (2.9.2) - reline (0.5.8) + reline (0.6.0) io-console (~> 0.5) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) @@ -408,20 +412,13 @@ GEM snaky_hash (2.0.1) hashie version_gem (~> 1.1, >= 1.1.1) - sprockets (4.2.0) - concurrent-ruby (~> 1.0) - rack (>= 2.2.4, < 4) - sprockets-rails (3.4.2) - actionpack (>= 5.2) - activesupport (>= 5.2) - sprockets (>= 3.0.0) - stringio (3.1.0) + stringio (3.1.5) strscan (3.1.0) swd (1.3.0) activesupport (>= 3) attr_required (>= 0.0.5) httpclient (>= 2.4) - thor (1.3.1) + thor (1.3.2) timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -441,11 +438,10 @@ GEM addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.1) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.6.15) + zeitwerk (2.7.2) PLATFORMS x86_64-linux