Skip to content
This repository was archived by the owner on Jun 16, 2024. It is now read-only.

Commit 3f57296

Browse files
committed
Rails 7 & Ruby 3.1
1 parent 25d09cd commit 3f57296

11 files changed

+286
-182
lines changed

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0
1+
3.1.2

Gemfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
source 'https://rubygems.org'
2-
ruby '~> 3.0.2' if ENV['STACK'] || ENV['IS_HEROKU']
2+
ruby '~> 3.1.2' if ENV['STACK'] || ENV['IS_HEROKU']
33

4-
gem 'rails', '~> 6.1.4'
5-
gem 'pg', '~> 1.1'
6-
gem 'puma', '~> 5.0'
4+
gem 'rails', '~> 7.0.3'
5+
gem 'pg', '~> 1.4.3'
6+
gem 'puma', '~> 5.6'
77
gem 'sass-rails', '>= 6'
88

99
gem 'jsonnet'
@@ -34,5 +34,5 @@ group :development, :test do
3434
end
3535

3636
group :development do
37-
gem 'listen', '~> 3.3'
37+
gem 'listen', '~> 3.7.1'
3838
end

0 commit comments

Comments
 (0)