diff --git a/Gemfile b/Gemfile index 14d7e077e..119dec0d7 100644 --- a/Gemfile +++ b/Gemfile @@ -70,7 +70,7 @@ source "https://rails-assets.org" do end group :development, :test do - gem "bullet", "~> 6.1.4" + gem "bullet", "~> 7.0.3" gem "byebug", "~> 11.1.3" gem "factory_bot_rails", "~> 6.2.0" gem "faker", "~> 2.22.0" diff --git a/Gemfile.lock b/Gemfile.lock index 695e7248c..e81027c13 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -98,7 +98,7 @@ GEM smart_properties bindex (0.8.1) builder (3.2.4) - bullet (6.1.4) + bullet (7.0.3) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) byebug (11.1.3) @@ -666,7 +666,7 @@ GEM uglifier (4.2.0) execjs (>= 0.3.0, < 3) unicode-display_width (1.7.0) - uniform_notifier (1.14.2) + uniform_notifier (1.16.0) uuidtools (2.1.5) view_component (2.69.0) activesupport (>= 5.0.0, < 8.0) @@ -711,7 +711,7 @@ DEPENDENCIES ancestry (~> 4.2.0) audited (~> 5.0.2) autoprefixer-rails (~> 8.2.0) - bullet (~> 6.1.4) + bullet (~> 7.0.3) byebug (~> 11.1.3) cancancan (~> 3.3.0) capistrano (~> 3.17.1)