diff --git a/Gemfile b/Gemfile index b0e0afe2..897529ec 100755 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem 'minitest-hooks', '1.5.2', require: false gem 'minitest-reporters', '1.7.1', require: false gem 'rake', '13.2.1', require: false gem 'random-port', '~>0', require: false -gem 'rspec-rails', '6.1.4', require: false +gem 'rspec-rails', '6.1.5', require: false gem 'rubocop', '1.65.1', require: false gem 'rubocop-rspec', '3.0.4', require: false gem 'simplecov', '0.22.0', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 9dadd177..0538a134 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -28,9 +28,9 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (7.1.3.4) - actionview (= 7.1.3.4) - activesupport (= 7.1.3.4) + actionpack (7.1.4) + actionview (= 7.1.4) + activesupport (= 7.1.4) nokogiri (>= 1.8.5) racc rack (>= 2.2.4) @@ -38,13 +38,13 @@ GEM rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - actionview (7.1.3.4) - activesupport (= 7.1.3.4) + actionview (7.1.4) + activesupport (= 7.1.4) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activesupport (7.1.3.4) + activesupport (7.1.4) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) @@ -204,9 +204,9 @@ GEM rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - railties (7.1.3.4) - actionpack (= 7.1.3.4) - activesupport (= 7.1.3.4) + railties (7.1.4) + actionpack (= 7.1.4) + activesupport (= 7.1.4) irb rackup (>= 1.0.0) rake (>= 12.2) @@ -227,13 +227,13 @@ GEM strscan rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (6.1.4) + rspec-rails (6.1.5) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) @@ -284,7 +284,7 @@ GEM daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) - thor (1.3.1) + thor (1.3.2) threads (0.4.0) backtrace (~> 0) concurrent-ruby (~> 1.0) @@ -310,7 +310,7 @@ GEM slop (~> 4.4) yard (0.9.36) zache (0.13.1) - zeitwerk (2.6.17) + zeitwerk (2.6.18) zold-score (0.5.0) PLATFORMS @@ -327,7 +327,7 @@ DEPENDENCIES minitest-reporters (= 1.7.1) rake (= 13.2.1) random-port (~> 0) - rspec-rails (= 6.1.4) + rspec-rails (= 6.1.5) rubocop (= 1.65.1) rubocop-rspec (= 3.0.4) simplecov (= 0.22.0)