diff --git a/Gemfile b/Gemfile index 1c09e134..51f8a446 100644 --- a/Gemfile +++ b/Gemfile @@ -134,7 +134,7 @@ group :development do gem 'annotate', '~> 3.1' gem 'better_errors', '~> 2.9' gem 'binding_of_caller', '~> 1.0' - gem 'bullet', '~> 6.1' + gem 'bullet', '~> 7.0' gem 'letter_opener', '~> 1.7' gem 'letter_opener_web', '~> 1.4' gem 'memory_profiler' diff --git a/Gemfile.lock b/Gemfile.lock index 79bf72e3..b6320b8b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -109,7 +109,7 @@ GEM brakeman (4.10.1) browser (4.2.0) builder (3.2.4) - bullet (6.1.3) + bullet (7.0.5) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) bundler-audit (0.7.0.1) @@ -275,7 +275,7 @@ GEM httplog (1.4.3) rack (>= 1.0) rainbow (>= 2.0.0) - i18n (1.8.9) + i18n (1.12.0) concurrent-ruby (~> 1.0) i18n-tasks (0.9.33) activesupport (>= 4.0.2) @@ -353,7 +353,7 @@ GEM mimemagic (0.3.5) mini_mime (1.0.2) mini_portile2 (2.5.0) - minitest (5.14.3) + minitest (5.17.0) msgpack (1.4.2) multi_json (1.15.0) multipart-post (2.1.1) @@ -643,7 +643,7 @@ GEM tty-screen (0.8.1) twitter-text (1.14.7) unf (~> 0.1.0) - tzinfo (1.2.9) + tzinfo (1.2.10) thread_safe (~> 0.1) tzinfo-data (1.2021.1) tzinfo (>= 1.0.0) @@ -651,7 +651,7 @@ GEM unf_ext unf_ext (0.0.7.7) unicode-display_width (1.7.0) - uniform_notifier (1.13.2) + uniform_notifier (1.16.0) warden (1.2.9) rack (>= 2.0.9) webauthn (3.0.0.alpha1) @@ -699,7 +699,7 @@ DEPENDENCIES bootsnap (~> 1.6.0) brakeman (~> 4.10) browser - bullet (~> 6.1) + bullet (~> 7.0) bundler-audit (~> 0.7) capistrano (~> 3.15) capistrano-rails (~> 1.6)