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 a17eeba commit b755b0fCopy full SHA for b755b0f
Gemfile
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
4
ruby 'your-ruby-version'
5
6
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
7
-gem 'rails', '~> 6.0.5', '>= 6.0.5.1'
+gem 'rails', '~> 6.0.6'
8
# Use sqlite3 as the database for Active Record
9
gem 'sqlite3', '~> 1.4'
10
# Use Puma as the app server
0 commit comments