diff --git a/Gemfile b/Gemfile index bdba141..d289d34 100644 --- a/Gemfile +++ b/Gemfile @@ -56,6 +56,6 @@ group :development, :test do # Testing and mocking gem 'factory_bot_rails' gem 'faker' - gem 'rspec-rails', '~> 8.0.2' + gem 'rspec-rails', '~> 8.0.3' gem 'shoulda-matchers', '~> 7.0' end diff --git a/Gemfile.lock b/Gemfile.lock index a96e356..7b7d1f8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -144,11 +144,12 @@ GEM railties (>= 6.0.0) iniparse (1.5.0) io-console (0.8.2) - irb (1.16.0) + irb (1.17.0) pp (>= 0.6.0) + prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.18.0) + json (2.18.1) language_server-protocol (3.17.0.5) lint_roller (1.1.0) listen (3.9.0) @@ -180,21 +181,21 @@ GEM net-smtp (0.5.1) net-protocol nio4r (2.7.5) - nokogiri (1.19.0-aarch64-linux-gnu) + nokogiri (1.19.1-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.0-aarch64-linux-musl) + nokogiri (1.19.1-aarch64-linux-musl) racc (~> 1.4) - nokogiri (1.19.0-arm-linux-gnu) + nokogiri (1.19.1-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.19.0-arm-linux-musl) + nokogiri (1.19.1-arm-linux-musl) racc (~> 1.4) - nokogiri (1.19.0-arm64-darwin) + nokogiri (1.19.1-arm64-darwin) racc (~> 1.4) - nokogiri (1.19.0-x86_64-darwin) + nokogiri (1.19.1-x86_64-darwin) racc (~> 1.4) - nokogiri (1.19.0-x86_64-linux-gnu) + nokogiri (1.19.1-x86_64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.0-x86_64-linux-musl) + nokogiri (1.19.1-x86_64-linux-musl) racc (~> 1.4) numerizer (0.1.1) ostruct (0.6.3) @@ -325,7 +326,7 @@ GEM ffi (~> 1.0) rb_sys (0.9.111) rake-compiler-dock (= 1.9.1) - rdoc (7.1.0) + rdoc (7.2.0) erb psych (>= 4.0.0) tsort @@ -333,15 +334,15 @@ GEM reline (0.6.3) io-console (~> 0.5) rexml (3.4.2) - rspec-core (3.13.5) + rspec-core (3.13.6) rspec-support (~> 3.13.0) rspec-expectations (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.5) + rspec-mocks (3.13.7) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (8.0.2) + rspec-rails (8.0.3) actionpack (>= 7.2) activesupport (>= 7.2) railties (>= 7.2) @@ -349,7 +350,7 @@ GEM rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) rspec-support (~> 3.13) - rspec-support (3.13.4) + rspec-support (3.13.7) rubocop (1.82.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) @@ -491,7 +492,7 @@ DEPENDENCIES pyroscope (~> 1.0.1) rails (~> 8.1.2) rails-healthcheck - rspec-rails (~> 8.0.2) + rspec-rails (~> 8.0.3) rubocop-factory_bot rubocop-faker rubocop-obsession