diff --git a/Gemfile b/Gemfile index 25c9d98..6c6eb32 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '2.6.1' +ruby '2.7.8' gem 'dotenv-rails', groups: [:development, :test] # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 6.0.3', '>= 6.0.3.2'