Skip to content

Commit

Permalink
WIP bump rails
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuchal committed Nov 16, 2024
1 parent 2749e8f commit 55a83f4
Show file tree
Hide file tree
Showing 69 changed files with 622 additions and 553 deletions.
11 changes: 4 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ source 'https://rubygems.org'

ruby '3.3.0'

gem 'rails', '~> 7.1'
gem 'rails', '~> 8.0.0'
gem 'rails-i18n'

gem 'pg', '~> 1.5'
gem 'pg'
gem 'with_advisory_lock'

gem 'puma', '~> 6.4'
gem 'puma', ">= 5.0"

gem 'turbo-rails'

Expand All @@ -18,9 +18,6 @@ gem 'importmap-rails'
gem 'tailwindcss-rails'
gem 'view_component'

# Schedulers
gem 'clockwork'

# Workers
gem 'good_job'

Expand Down Expand Up @@ -48,7 +45,7 @@ gem 'rollbar'
gem 'pg_search'

# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.4.4', require: false
gem 'bootsnap', require: false

group :development, :test do
gem "brakeman"
Expand Down
Loading

0 comments on commit 55a83f4

Please sign in to comment.