Skip to content

Commit

Permalink
Merge pull request #232 from solver-it-sro/bump-everything
Browse files Browse the repository at this point in the history
GO-404 Bump gems & fix fixtures
  • Loading branch information
jsuchal authored Dec 6, 2023
2 parents b1526f0 + 0bf38df commit e8687cd
Show file tree
Hide file tree
Showing 35 changed files with 588 additions and 506 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby 3.2.2
nodejs 18.13.0
nodejs 20.10.0
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 e8687cd

Please sign in to comment.