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 b755b0f commit 60054c5Copy full SHA for 60054c5
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.6'
+gem 'rails', '~> 6.0.6', '>= 6.0.6.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