diff --git a/ruby/ci-sample/Gemfile.lock b/ruby/ci-sample/Gemfile.lock index b89e704d..a8494610 100644 --- a/ruby/ci-sample/Gemfile.lock +++ b/ruby/ci-sample/Gemfile.lock @@ -1,37 +1,39 @@ GEM remote: https://rubygems.org/ specs: - actionpack (7.1.4) - actionview (= 7.1.4) - activesupport (= 7.1.4) + actionpack (7.2.1) + actionview (= 7.2.1) + activesupport (= 7.2.1) nokogiri (>= 1.8.5) racc - rack (>= 2.2.4) + rack (>= 2.2.4, < 3.2) rack-session (>= 1.0.1) rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - actionview (7.1.4) - activesupport (= 7.1.4) + useragent (~> 0.16) + actionview (7.2.1) + activesupport (= 7.2.1) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activesupport (7.1.4) + activesupport (7.2.1) base64 bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) ast (2.4.2) base64 (0.2.0) bigdecimal (3.1.8) bond (0.5.1) - builder (3.2.4) + builder (3.3.0) byebug (11.1.3) coderay (1.1.3) concurrent-ruby (1.3.4) @@ -42,7 +44,7 @@ GEM reline (>= 0.3.8) diff-lcs (1.5.1) drb (2.2.1) - erubi (1.12.0) + erubi (1.13.0) factory_bot (6.4.5) activesupport (>= 5.0.0) factory_bot_rails (6.4.3) @@ -52,19 +54,19 @@ GEM i18n (>= 1.8.11, < 2) i18n (1.14.5) concurrent-ruby (~> 1.0) - io-console (0.6.0) - irb (1.10.1) - rdoc - reline (>= 0.3.8) + io-console (0.7.2) + irb (1.14.0) + rdoc (>= 4.0.0) + reline (>= 0.4.2) json (2.7.2) language_server-protocol (3.17.0.3) + logger (1.6.1) loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) method_source (1.0.0) mini_portile2 (2.8.7) minitest (5.25.1) - mutex_m (0.2.0) nio4r (2.5.9) nokogiri (1.16.7) mini_portile2 (~> 2.8.2) @@ -101,20 +103,20 @@ GEM rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - railties (7.1.4) - actionpack (= 7.1.4) - activesupport (= 7.1.4) - irb + railties (7.2.1) + actionpack (= 7.2.1) + activesupport (= 7.2.1) + irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2) thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.2.1) - rdoc (6.6.3.1) + rdoc (6.7.0) psych (>= 4.0.0) regexp_parser (2.9.2) - reline (0.4.3) + reline (0.5.10) io-console (~> 0.5) rspec (3.13.0) rspec-core (~> 3.13.0) @@ -124,9 +126,9 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-console (0.6.1) bond - rspec-core (3.13.0) + rspec-core (3.13.1) rspec-support (~> 3.13.0) - rspec-expectations (3.13.2) + rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-its (1.3.0) @@ -135,10 +137,10 @@ GEM rspec-mocks (3.13.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (6.1.5) - actionpack (>= 6.1) - activesupport (>= 6.1) - railties (>= 6.1) + rspec-rails (7.0.1) + actionpack (>= 7.0) + activesupport (>= 7.0) + railties (>= 7.0) rspec-core (~> 3.13) rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) @@ -171,11 +173,13 @@ GEM rubocop-sequel (0.3.4) rubocop (~> 1.0) ruby-progressbar (1.13.0) + securerandom (0.3.1) stringio (3.1.1) thor (1.3.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.5.0) + useragent (0.16.10) webrick (1.8.1) zeitwerk (2.6.18)