diff --git a/Gemfile b/Gemfile index 3c3565e0..3e25c6ea 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '3.0.0' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '~> 6.1.3.2' +gem 'rails', '~> 7.0.0.0' # Use Puma as the app server gem 'puma', '~> 4.3.11' @@ -78,9 +78,9 @@ group :development do # gem 'rails_real_favicon', '>= 0.1.0' gem 'listen' gem 'rubocop', '>= 1.8.1', require: false - gem 'rubocop-performance', '>= 1.7.1' - gem 'rubocop-rails', '~> 2.3.2' - gem 'rubocop-rspec', '>= 1.43.2' + gem 'rubocop-performance', '>= 1.24.0' + gem 'rubocop-rails', '~> 2.30.0' + gem 'rubocop-rspec', '>= 3.5.0' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring # gem 'spring'