We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37fa87b commit b04e1b6Copy full SHA for b04e1b6
Gemfile
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
4
ruby '2.4.5'
5
6
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
7
-gem 'rails', '~> 5.2.2', '>= 5.2.2.1'
+gem 'rails', '~> 8.0.0', '>= 8.0.0.1'
8
# Use mysql as the database for Active Record
9
gem 'mysql2', '>= 0.4.4', '< 0.6.0'
10
# Use Puma as the app server
0 commit comments