From 8cbe3ac52665a1b76a0775432b8a5c301b2b6847 Mon Sep 17 00:00:00 2001 From: Nelson Jovel Date: Thu, 21 Nov 2024 12:01:06 -0800 Subject: [PATCH] chore: add bullet since this version supports rails 8 --- Gemfile | 7 ++----- Gemfile.lock | 5 +++++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index adccd347..3e94a8d9 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ gem "watir" group :development do # Access an IRB console on exception pages or by using <%= console %> anywhere in the code. gem "brakeman" - # gem "bullet" +gem "bullet", "~> 8.0" gem "dexter" gem "erb_lint", require: false gem "erblint-github" @@ -102,8 +102,5 @@ end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby] -gem "reline", "~> 0.3.2" +# gem "reline", "~> 0.3.2" -gem "csv", "~> 3.3" - -gem "observer", "~> 0.1.2" diff --git a/Gemfile.lock b/Gemfile.lock index 28e20f74..266e6d1f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -105,6 +105,9 @@ GEM msgpack (~> 1.2) brakeman (6.1.0) builder (3.3.0) + bullet (8.0.0) + activesupport (>= 3.0.0) + uniform_notifier (~> 1.11) byebug (11.1.3) capybara (3.39.2) addressable @@ -462,6 +465,7 @@ GEM uglifier (4.2.0) execjs (>= 0.3.0, < 3) unicode-display_width (2.5.0) + uniform_notifier (1.16.0) uri (1.0.2) useragent (0.16.10) warden (1.2.9) @@ -487,6 +491,7 @@ DEPENDENCIES bcrypt_pbkdf bootsnap brakeman + bullet (~> 8.0) byebug capybara cssbundling-rails