diff --git a/Gemfile b/Gemfile index a0164da96..eeecf40da 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ ruby '3.1.3' ##-- base gems for rails --## gem 'rack-cors', require: 'rack/cors' -gem 'rails', '~> 6.1', '>= 6.1.6.1' +gem 'rails', '~> 6.1', '>= 6.1.7.1' # Reduces boot times through caching; required in config/boot.rb gem 'bootsnap', require: false @@ -98,12 +98,12 @@ gem 'newrelic_rpm' gem 'scout_apm' gem 'sentry-rails', '~> 5.3', '>= 5.3.1' gem 'sentry-ruby', '~> 5.3' -gem 'sentry-sidekiq', '~> 5.3' +gem 'sentry-sidekiq', '~> 5.3', '>= 5.3.1' ##-- background job processing --## -gem 'sidekiq', '~> 6.4.0' +gem 'sidekiq', '~> 6.4.2' # We want cron jobs -gem 'sidekiq-cron', '~> 1.3' +gem 'sidekiq-cron', '~> 1.6', '>= 1.6.0' ##-- Push notification service --## gem 'fcm' @@ -162,7 +162,7 @@ end group :test do # Cypress in rails. - gem 'cypress-on-rails', '~> 1.0' + gem 'cypress-on-rails', '~> 1.13', '>= 1.13.1' # fast cleaning of database gem 'database_cleaner' # mock http calls diff --git a/Gemfile.lock b/Gemfile.lock index e263681b0..ca78c7340 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -752,7 +752,7 @@ DEPENDENCIES byebug climate_control commonmarker - cypress-on-rails (~> 1.0) + cypress-on-rails (~> 1.13, >= 1.13.1) database_cleaner ddtrace devise @@ -804,7 +804,7 @@ DEPENDENCIES rack-attack rack-cors rack-timeout - rails (~> 6.1, >= 6.1.6.1) + rails (~> 6.1, >= 6.1.7.1) redis redis-namespace responders @@ -819,10 +819,10 @@ DEPENDENCIES seed_dump sentry-rails (~> 5.3, >= 5.3.1) sentry-ruby (~> 5.3) - sentry-sidekiq (~> 5.3) + sentry-sidekiq (~> 5.3, >= 5.3.1) shoulda-matchers - sidekiq (~> 6.4.0) - sidekiq-cron (~> 1.3) + sidekiq (~> 6.4.2) + sidekiq-cron (~> 1.6, >= 1.6.0) simplecov (= 0.17.1) slack-ruby-client spring