diff --git a/Gemfile b/Gemfile index 53ed2dc..bb3e6aa 100644 --- a/Gemfile +++ b/Gemfile @@ -2,10 +2,10 @@ source 'https://rubygems.org' ruby '~> 2.4' -gem 'rails', '~> 5.2.6' +gem 'rails', '~> 7.0.0' gem 'sqlite3' -gem 'sass-rails' +gem 'sass-rails', '>= 6.0.0' gem 'uglifier' gem 'coffee-rails' gem 'jquery-rails'