Skip to content

Commit

Permalink
Merge branch 'main' into GO-370/signing-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mirrec committed Dec 6, 2023
2 parents 91ed09b + e8687cd commit 73b5500
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 73b5500

Please sign in to comment.