diff --git a/Gemfile b/Gemfile index 940a57d2..d86140b7 100644 --- a/Gemfile +++ b/Gemfile @@ -68,7 +68,7 @@ group :development, :test do gem 'byebug', platform: :mri gem 'dotenv-rails', '>= 3.1.1' gem 'rspec' - gem 'rspec-rails', '>= 6.1.2' + gem 'rspec-rails', '>= 6.1.3' end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 516fe367..444c1ab2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,7 +114,7 @@ GEM autoprefixer-rails (>= 9.1.0) popper_js (>= 2.9.2, < 3) sassc-rails (>= 2.0.0) - builder (3.2.4) + builder (3.3.0) byebug (11.1.3) cgi (0.4.1) coffee-rails (5.0.0) @@ -124,7 +124,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.3.1) + concurrent-ruby (1.3.3) connection_pool (2.4.1) coveralls_reborn (0.28.0) simplecov (~> 0.22.0) @@ -145,7 +145,7 @@ GEM dotenv-rails (3.1.2) dotenv (= 3.1.2) railties (>= 6.1) - erubi (1.12.0) + erubi (1.13.0) execjs (2.9.1) faraday (1.10.3) faraday-em_http (~> 1.0) @@ -233,7 +233,7 @@ GEM method_source (1.1.0) mini_mime (1.1.5) mini_portile2 (2.8.7) - minitest (5.23.1) + minitest (5.24.0) minitest-stub_any_instance (1.0.3) multi_json (1.15.0) multipart-post (2.4.1) @@ -248,10 +248,10 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.3) - nokogiri (1.16.5) + nokogiri (1.15.6) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.16.5-x86_64-linux) + nokogiri (1.15.6-x86_64-linux) racc (~> 1.4) oauth (0.5.14) oauthenticator (1.4.1) @@ -330,13 +330,13 @@ GEM rspec-mocks (~> 3.13.0) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.0) + rspec-expectations (3.13.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.0) + rspec-mocks (3.13.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (6.1.2) + rspec-rails (6.1.3) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) @@ -425,7 +425,7 @@ GEM websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.6.15) + zeitwerk (2.6.16) PLATFORMS ruby @@ -467,7 +467,7 @@ DEPENDENCIES remote_syslog_logger repost (~> 0.3.8) rspec - rspec-rails (>= 6.1.2) + rspec-rails (>= 6.1.3) rubocop (~> 1.63, >= 1.63.0) rubocop-rails (~> 2.25, >= 2.25.0) sass-rails (>= 6.0.0)