diff --git a/Gemfile b/Gemfile index 9a53cb2..e24f40f 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem 'omniauth-google-oauth2' gem 'pg', '~> 0.18.3' gem 'puma' gem 'rack-cors', require: 'rack/cors' -gem 'rails', '~> 5.1.1' +gem 'rails', '~> 7.0.0' gem 'rails_autoscale_agent' gem 'redis', '~> 3.0' gem 'redis-namespace' @@ -28,7 +28,7 @@ gem 'rubocop' gem 'sanitize' gem 'scout_apm' gem 'searchkick' -gem 'sidekiq' +gem 'sidekiq', '>= 6.1.0' gem 'sinatra', require: false gem 'typhoeus' gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]