diff --git a/Gemfile b/Gemfile index aec52f4..c32500d 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '2.7.1' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '~> 6.0.3' +gem 'rails', '~> 6.0.4', '>= 6.0.4.7' # Use postgres as DB gem 'pg' # Use Puma as the app server