Skip to content

Commit 60054c5

Browse files
committed
6.0.6.1
1 parent b755b0f commit 60054c5

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 'your-ruby-version'
55

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
7-
gem 'rails', '~> 6.0.6'
7+
gem 'rails', '~> 6.0.6', '>= 6.0.6.1'
88
# Use sqlite3 as the database for Active Record
99
gem 'sqlite3', '~> 1.4'
1010
# Use Puma as the app server

0 commit comments

Comments
 (0)