Skip to content

Commit f15d4f2

Browse files
committed
update Rails to 8, update Gemfile.lock
1 parent 91e6744 commit f15d4f2

File tree

2 files changed

+202
-151
lines changed

2 files changed

+202
-151
lines changed

run/rails/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
gem "dotenv-rails", "~> 2.8"
55
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
6-
gem "rails", "~> 7.0"
6+
gem "rails", "~> 8.0"
77
# Use postgresql as the database for Active Record
88
gem "pg", "~> 1.5"
99
# Use Puma as the app server

0 commit comments

Comments
 (0)