diff --git a/Gemfile b/Gemfile index 7287db38a..a96ceb8a6 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ gem 'rack-test', '2.1.0' gem 'rake', '13.1.0', require: false gem 'relative_time', '1.1.0' gem 'rerun', '0.14.0', require: false -gem 'rspec-rails', '6.1.1', require: false +gem 'rspec-rails', '6.1.2', require: false gem 'rubocop', '1.61.0', require: false gem 'rubocop-rspec', '2.27.1', require: false gem 'sass', '3.7.4' diff --git a/Gemfile.lock b/Gemfile.lock index 0036a0a38..6e2dbd637 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,9 @@ GEM remote: https://rubygems.org/ specs: - actionpack (7.1.3) - actionview (= 7.1.3) - activesupport (= 7.1.3) + actionpack (7.1.3.2) + actionview (= 7.1.3.2) + activesupport (= 7.1.3.2) nokogiri (>= 1.8.5) racc rack (>= 2.2.4) @@ -11,13 +11,13 @@ GEM rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - actionview (7.1.3) - activesupport (= 7.1.3) + actionview (7.1.3.2) + activesupport (= 7.1.3.2) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activesupport (7.1.3) + activesupport (7.1.3.2) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) @@ -35,7 +35,7 @@ GEM backtrace (0.4.0) base58 (0.2.3) base64 (0.2.0) - bigdecimal (3.1.6) + bigdecimal (3.1.7) builder (3.2.4) coercible (1.0.0) descendants_tracker (~> 0.0.1) @@ -47,8 +47,7 @@ GEM diff-lcs (1.5.1) differ (0.1.2) docile (1.4.0) - drb (2.2.0) - ruby2_keywords + drb (2.2.1) erubi (1.12.0) faraday (1.10.3) faraday-em_http (~> 1.0) @@ -83,7 +82,7 @@ GEM temple (>= 0.8.2) thor tilt - i18n (1.14.1) + i18n (1.14.4) concurrent-ruby (~> 1.0) ice_nine (0.11.2) io-console (0.7.2) @@ -106,11 +105,11 @@ GEM mustermann (3.0.0) ruby2_keywords (~> 0.0.1) mutex_m (0.2.0) - nokogiri (1.16.2-arm64-darwin) + nokogiri (1.16.3-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.2-x86_64-darwin) + nokogiri (1.16.3-x86_64-darwin) racc (~> 1.4) - nokogiri (1.16.2-x86_64-linux) + nokogiri (1.16.3-x86_64-linux) racc (~> 1.4) openssl (3.2.0) parallel (1.24.0) @@ -146,9 +145,9 @@ GEM rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - railties (7.1.3) - actionpack (= 7.1.3) - activesupport (= 7.1.3) + railties (7.1.3.2) + actionpack (= 7.1.3.2) + activesupport (= 7.1.3.2) irb rackup (>= 1.0.0) rake (>= 12.2) @@ -165,7 +164,7 @@ GEM regexp_parser (2.9.0) relative_time (1.1.0) i18n - reline (0.4.2) + reline (0.4.3) io-console (~> 0.5) rerun (0.14.0) listen (~> 3.0) @@ -178,15 +177,15 @@ GEM rspec-mocks (3.13.0) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (6.1.1) + rspec-rails (6.1.2) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) - rspec-core (~> 3.12) - rspec-expectations (~> 3.12) - rspec-mocks (~> 3.12) - rspec-support (~> 3.12) - rspec-support (3.13.0) + rspec-core (~> 3.13) + rspec-expectations (~> 3.13) + rspec-mocks (~> 3.13) + rspec-support (~> 3.13) + rspec-support (3.13.1) rubocop (1.61.0) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -248,7 +247,7 @@ GEM faraday_middleware virtus temple (0.10.3) - thor (1.3.0) + thor (1.3.1) thread_safe (0.3.6) tilt (2.3.0) tzinfo (2.0.6) @@ -287,7 +286,7 @@ DEPENDENCIES rake (= 13.1.0) relative_time (= 1.1.0) rerun (= 0.14.0) - rspec-rails (= 6.1.1) + rspec-rails (= 6.1.2) rubocop (= 1.61.0) rubocop-rspec (= 2.27.1) sass (= 3.7.4)