Skip to content

Commit dcb92c5

Browse files
echarpTrim
authored andcommitted
chore: upgrade to Rails 8.0
1 parent fa47a44 commit dcb92c5

12 files changed

Lines changed: 211 additions & 267 deletions

File tree

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ git_source(:github) do |repo_name|
55
"https://github.com/#{repo_name}.git"
66
end
77

8-
gem "rails", "~>7.2"
8+
gem "rails", "~>8.0.2"
99

1010
gem "actionpack-page_caching"
1111
gem "acts_as_list", "~>1.1"
@@ -55,7 +55,6 @@ group :development do
5555
gem "letter_opener"
5656
gem "listen", github: "guard/listen"
5757
gem "puma"
58-
gem "spring"
5958
gem "web-console"
6059
end
6160

0 commit comments

Comments
 (0)