mirror of
https://github.com/kemko/paperclip.git
synced 2026-01-01 16:05:40 +03:00
Update gems and CI, drop CI support for rails 5.2 and ruby 2.6
This commit is contained in:
@@ -1,30 +0,0 @@
|
||||
# This file was generated by Appraisal
|
||||
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "appraisal"
|
||||
gem "fastimage"
|
||||
gem "pg", "~> 1.1.4"
|
||||
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"
|
||||
gem "test-unit"
|
||||
gem "mocha"
|
||||
gem "thoughtbot-shoulda", ">= 2.9.0"
|
||||
gem "pry"
|
||||
gem "pry-byebug"
|
||||
gem "addressable"
|
||||
|
||||
group :lint do
|
||||
gem "rubocop", "0.81.0"
|
||||
gem "rubocop-rails", "2.5.2"
|
||||
gem "rubocop-rspec", "1.38.1"
|
||||
gem "rubocop-performance", "1.5.2"
|
||||
gem "pronto", ">= 0.11", require: false
|
||||
gem "pronto-brakeman", require: false
|
||||
gem "pronto-rubocop", require: false
|
||||
end
|
||||
|
||||
gemspec path: "../"
|
||||
@@ -2,13 +2,12 @@
|
||||
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "appraisal"
|
||||
gem "fastimage"
|
||||
gem "pg", "~> 1.1.4"
|
||||
gem "pg"
|
||||
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 "rails", "~>6.0.4"
|
||||
gem "sidekiq"
|
||||
gem "test-unit"
|
||||
gem "mocha"
|
||||
@@ -17,14 +16,4 @@ gem "pry"
|
||||
gem "pry-byebug"
|
||||
gem "addressable"
|
||||
|
||||
group :lint do
|
||||
gem "rubocop", "0.81.0"
|
||||
gem "rubocop-rails", "2.5.2"
|
||||
gem "rubocop-rspec", "1.38.1"
|
||||
gem "rubocop-performance", "1.5.2"
|
||||
gem "pronto", ">= 0.11", require: false
|
||||
gem "pronto-brakeman", require: false
|
||||
gem "pronto-rubocop", require: false
|
||||
end
|
||||
|
||||
gemspec path: "../"
|
||||
|
||||
@@ -2,13 +2,12 @@
|
||||
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "appraisal"
|
||||
gem "fastimage"
|
||||
gem "pg", "~> 1.1.4"
|
||||
gem "pg"
|
||||
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 "rails", "~>6.1.4"
|
||||
gem "sidekiq"
|
||||
gem "test-unit"
|
||||
gem "mocha"
|
||||
@@ -17,14 +16,4 @@ gem "pry"
|
||||
gem "pry-byebug"
|
||||
gem "addressable"
|
||||
|
||||
group :lint do
|
||||
gem "rubocop", "0.81.0"
|
||||
gem "rubocop-rails", "2.5.2"
|
||||
gem "rubocop-rspec", "1.38.1"
|
||||
gem "rubocop-performance", "1.5.2"
|
||||
gem "pronto", ">= 0.11", require: false
|
||||
gem "pronto-brakeman", require: false
|
||||
gem "pronto-rubocop", require: false
|
||||
end
|
||||
|
||||
gemspec path: "../"
|
||||
|
||||
@@ -2,9 +2,8 @@
|
||||
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "appraisal"
|
||||
gem "fastimage"
|
||||
gem "pg", "~> 1.1.4"
|
||||
gem "pg"
|
||||
gem "aws-sdk-s3"
|
||||
gem "fog-local"
|
||||
gem "delayed_paperclip", git: "https://github.com/insales/delayed_paperclip.git"
|
||||
@@ -17,14 +16,4 @@ gem "pry"
|
||||
gem "pry-byebug"
|
||||
gem "addressable"
|
||||
|
||||
group :lint do
|
||||
gem "rubocop", "0.81.0"
|
||||
gem "rubocop-rails", "2.5.2"
|
||||
gem "rubocop-rspec", "1.38.1"
|
||||
gem "rubocop-performance", "1.5.2"
|
||||
gem "pronto", ">= 0.11", require: false
|
||||
gem "pronto-brakeman", require: false
|
||||
gem "pronto-rubocop", require: false
|
||||
end
|
||||
|
||||
gemspec path: "../"
|
||||
|
||||
Reference in New Issue
Block a user