Skip to content

Commit

Permalink
Bump gems & fix fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuchal committed Dec 6, 2023
1 parent b1526f0 commit 32bd116
Show file tree
Hide file tree
Showing 29 changed files with 379 additions and 307 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ source 'https://rubygems.org'

ruby '3.2.2'

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

gem 'pg', '~> 1.0'
gem 'with_advisory_lock'

gem 'puma', '~> 5.0'
gem 'puma', '~> 6.0'

gem 'turbo-rails'

Expand Down
Loading

0 comments on commit 32bd116

Please sign in to comment.