Merge pull request #64 from insales/update_sidekiq

Bump sidekiq
This commit is contained in:
Nastia
2022-08-09 22:44:09 +03:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ gem 'fog-local'
gem 'delayed_paperclip', github: 'insales/delayed_paperclip'
gem 'rails'
gem 'sidekiq', '~> 2.0'
gem 'sidekiq'
gem 'test-unit'
gem 'mocha'

View File

@@ -9,7 +9,7 @@ gem "aws-sdk-s3"
gem "fog-local"
gem "delayed_paperclip", git: "https://github.com/insales/delayed_paperclip.git"
gem "rails", "~> 5.2.6"
gem "sidekiq", "~> 2.0"
gem "sidekiq"
gem "test-unit"
gem "mocha"
gem "thoughtbot-shoulda", ">= 2.9.0"

View File

@@ -9,7 +9,7 @@ gem "aws-sdk-s3"
gem "fog-local"
gem "delayed_paperclip", git: "https://github.com/insales/delayed_paperclip.git"
gem "rails", "~> 6.0.4.4"
gem "sidekiq", "~> 2.0"
gem "sidekiq"
gem "test-unit"
gem "mocha"
gem "thoughtbot-shoulda", ">= 2.9.0"

View File

@@ -9,7 +9,7 @@ gem "aws-sdk-s3"
gem "fog-local"
gem "delayed_paperclip", git: "https://github.com/insales/delayed_paperclip.git"
gem "rails", "~>6.1.4.4"
gem "sidekiq", "~> 2.0"
gem "sidekiq"
gem "test-unit"
gem "mocha"
gem "thoughtbot-shoulda", ">= 2.9.0"

View File

@@ -9,7 +9,7 @@ gem "aws-sdk-s3"
gem "fog-local"
gem "delayed_paperclip", git: "https://github.com/insales/delayed_paperclip.git"
gem "rails", "~>7.0.0"
gem "sidekiq", "~> 2.0"
gem "sidekiq"
gem "test-unit"
gem "mocha"
gem "thoughtbot-shoulda", ">= 2.9.0"