diff --git a/Gemfile b/Gemfile index 1008f44b..adf045a6 100644 --- a/Gemfile +++ b/Gemfile @@ -53,7 +53,6 @@ gem 'image_processing', '~> 1.2' group :development, :test do # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem gem 'annotate', '~> 3.2' - gem 'bullet' gem 'debug', platforms: %i[mri mingw x64_mingw] gem 'dotenv', groups: %i[development test] gem 'rspec-rails' @@ -90,3 +89,5 @@ gem 'sentry-rails' gem 'sentry-ruby' gem 'stackprof' gem 'tailwindcss-rails', '~> 2.0' + +gem "bullet", "~> 7.2" diff --git a/Gemfile.lock b/Gemfile.lock index 12ea4697..1a230765 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -360,7 +360,7 @@ PLATFORMS DEPENDENCIES annotate (~> 3.2) bootsnap - bullet + bullet (~> 7.2) cancancan capybara chartkick diff --git a/app/views/cart/show.html.erb b/app/views/cart/show.html.erb index 21093325..bcd4bc83 100644 --- a/app/views/cart/show.html.erb +++ b/app/views/cart/show.html.erb @@ -1,6 +1,6 @@
-

Cart

+

Cart