diff --git a/Gemfile b/Gemfile index f0f6af1d..59941abe 100644 --- a/Gemfile +++ b/Gemfile @@ -25,7 +25,7 @@ gem "tzinfo-data", platforms: %i[windows jruby] group :development, :test do gem "brakeman", ">= 8.0.4", require: false - gem "bullet", "~> 8.1.2" + gem "bullet", "~> 8.1.3" gem "bundler-audit", "~> 0.9.3", require: false gem "capybara", "~> 3.40" gem "database_cleaner-active_record", "~> 2.2.2" diff --git a/Gemfile.lock b/Gemfile.lock index 4a3fe214..703d5bd3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -161,7 +161,7 @@ GEM brakeman (8.0.4) racc builder (3.3.0) - bullet (8.1.2) + bullet (8.1.3) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) bundler-audit (0.9.3) @@ -269,7 +269,7 @@ GEM jmespath (1.6.2) jsbundling-rails (1.3.1) railties (>= 6.0.0) - json (2.19.7) + json (2.19.8) json-schema (6.2.0) addressable (~> 2.8) bigdecimal (>= 3.1, < 5) @@ -658,7 +658,7 @@ DEPENDENCIES bcrypt (~> 3.1.22) bootsnap (~> 1.24.5) brakeman (>= 8.0.4) - bullet (~> 8.1.2) + bullet (~> 8.1.3) bundler-audit (~> 0.9.3) cancancan (~> 3.6.1) capybara (~> 3.40)