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 6d3f729 commit a17eebaCopy full SHA for a17eeba
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'
+gem 'rails', '~> 6.0.5', '>= 6.0.5.1'
8
# Use sqlite3 as the database for Active Record
9
gem 'sqlite3', '~> 1.4'
10
# Use Puma as the app server
0 commit comments