Skip to content

Commit 69901f2

Browse files
authored
Merge pull request #228 from fac/rails-8
Rails 8
2 parents 930f34d + 611b960 commit 69901f2

30 files changed

+995
-648
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

44
ruby '3.3.5'
55

6-
gem "rails", "~> 7.2.2"
6+
gem "rails", "~> 8"
77

88
gem "aws-sdk-s3", require: false
99
gem 'bootsnap', '>= 1.4.4', require: false

0 commit comments

Comments
 (0)