Skip to content

Commit

Permalink
pushing the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ger619 committed Aug 25, 2024
1 parent c132326 commit 4b68d51
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -90,3 +89,5 @@ gem 'sentry-rails'
gem 'sentry-ruby'
gem 'stackprof'
gem 'tailwindcss-rails', '~> 2.0'

gem "bullet", "~> 7.2"
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ PLATFORMS
DEPENDENCIES
annotate (~> 3.2)
bootsnap
bullet
bullet (~> 7.2)
cancancan
capybara
chartkick
Expand Down
2 changes: 1 addition & 1 deletion app/views/cart/show.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="">
<div class="bg-[#FAE115] p-5 flex justify-between">
<p class="font-extrabold text-5xl mb-4 text-center uppercase">Cart</p>
<h1 class="font-extrabold text-5xl mb-4 text-center uppercase">Cart</h1>
<div class="text-sm border-white flex">
<a href="<%= cart_path %>" class="text-[#000] relative">
<i class="fas fa-shopping-cart text-4xl mt-3 mr-3"></i>
Expand Down
1 change: 1 addition & 0 deletions config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
Bullet.add_footer = true
end


# Settings specified here will take precedence over those in config/application.rb.

# In the development environment your application's code is reloaded any time
Expand Down

0 comments on commit 4b68d51

Please sign in to comment.