diff --git a/Gemfile.lock b/Gemfile.lock index a9c065d..131549d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,9 +8,9 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (8.0.1) - actionview (= 8.0.1) - activesupport (= 8.0.1) + actionpack (8.0.2.1) + actionview (= 8.0.2.1) + activesupport (= 8.0.2.1) nokogiri (>= 1.8.5) rack (>= 2.2.4) rack-session (>= 1.0.1) @@ -18,19 +18,19 @@ GEM rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) useragent (~> 0.16) - actionview (8.0.1) - activesupport (= 8.0.1) + actionview (8.0.2.1) + activesupport (= 8.0.2.1) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activemodel (8.0.1) - activesupport (= 8.0.1) - activerecord (8.0.1) - activemodel (= 8.0.1) - activesupport (= 8.0.1) + activemodel (8.0.2.1) + activesupport (= 8.0.2.1) + activerecord (8.0.2.1) + activemodel (= 8.0.2.1) + activesupport (= 8.0.2.1) timeout (>= 0.4.0) - activesupport (8.0.1) + activesupport (8.0.2.1) base64 benchmark (>= 0.3) bigdecimal @@ -49,7 +49,7 @@ GEM thor (>= 0.14.0) ast (2.4.2) base64 (0.3.0) - benchmark (0.4.0) + benchmark (0.4.1) betterlint (1.16.0) rubocop (~> 1.62.0) rubocop-graphql (~> 1.5.0) @@ -57,10 +57,10 @@ GEM rubocop-rails (~> 2.24.0) rubocop-rake (~> 0.6.0) rubocop-rspec (~> 2.28.0) - bigdecimal (3.1.9) + bigdecimal (3.2.2) builder (3.3.0) concurrent-ruby (1.3.5) - connection_pool (2.5.0) + connection_pool (2.5.3) crass (1.0.6) database_cleaner (2.1.0) database_cleaner-active_record (>= 2, < 3) @@ -70,7 +70,7 @@ GEM database_cleaner-core (2.0.1) date (3.4.1) diff-lcs (1.5.1) - drb (2.2.1) + drb (2.2.3) erubi (1.13.1) i18n (1.14.7) concurrent-ruby (~> 1.0) @@ -81,11 +81,11 @@ GEM reline (>= 0.4.2) json (2.9.1) language_server-protocol (3.17.0.3) - logger (1.6.5) + logger (1.7.0) loofah (2.24.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) - minitest (5.25.4) + minitest (5.25.5) nokogiri (1.18.9-arm64-darwin) racc (~> 1.4) nokogiri (1.18.9-x86_64-darwin) @@ -119,9 +119,9 @@ GEM rails-html-sanitizer (1.6.2) loofah (~> 2.21) 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 (8.0.1) - actionpack (= 8.0.1) - activesupport (= 8.0.1) + railties (8.0.2.1) + actionpack (= 8.0.2.1) + activesupport (= 8.0.2.1) irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2)