mirror of
https://github.com/kemko/paperclip.git
synced 2026-01-06 18:35:41 +03:00
2
Gemfile
2
Gemfile
@@ -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'
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user