diff --git a/Gemfile.lock b/Gemfile.lock index 841b66b..2c6f223 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,6 +84,9 @@ GEM bootsnap (1.18.4) msgpack (~> 1.2) builder (3.3.0) + bundler-audit (0.9.2) + bundler (>= 1.2.0, < 3) + thor (~> 1.0) concurrent-ruby (1.3.5) connection_pool (2.5.0) crass (1.0.6) @@ -91,6 +94,7 @@ GEM debug (1.10.0) irb (~> 1.10) reline (>= 0.3.8) + diff-lcs (1.5.1) drb (2.2.1) erubi (1.13.1) globalid (1.2.1) @@ -190,6 +194,23 @@ GEM psych (>= 4.0.0) reline (0.6.0) io-console (~> 0.5) + rspec-core (3.13.2) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.3) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.2) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.13.0) + rspec-rails (7.0.2) + actionpack (>= 7.0) + activesupport (>= 7.0) + railties (>= 7.0) + rspec-core (~> 3.13) + rspec-expectations (~> 3.13) + rspec-mocks (~> 3.13) + rspec-support (~> 3.13) + rspec-support (3.13.2) securerandom (0.4.1) stringio (3.1.2) thor (1.3.2) @@ -216,10 +237,12 @@ PLATFORMS DEPENDENCIES bootsnap + bundler-audit debug pg (~> 1.1) puma (>= 5.0) rails (~> 7.1.5) + rspec-rails (~> 7.0.0) tzinfo-data RUBY VERSION