diff --git a/alpha-blog/Gemfile b/alpha-blog/Gemfile index af3b0b6..e65dac5 100644 --- a/alpha-blog/Gemfile +++ b/alpha-blog/Gemfile @@ -7,7 +7,7 @@ end ruby '2.5.1' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '~> 5.1.6' +gem 'rails', '~> 6.0.3', '>= 6.0.3.5' # Use sqlite3 as the database for Active Record #Use bcrypt for password on user ActiveModel