Skip to content

Commit b04e1b6

Browse files
Update dependency rails to v8
1 parent 37fa87b commit b04e1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

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

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
7-
gem 'rails', '~> 5.2.2', '>= 5.2.2.1'
7+
gem 'rails', '~> 8.0.0', '>= 8.0.0.1'
88
# Use mysql as the database for Active Record
99
gem 'mysql2', '>= 0.4.4', '< 0.6.0'
1010
# Use Puma as the app server

0 commit comments

Comments
 (0)