mirror of
https://github.com/kemko/paperclip.git
synced 2026-01-01 16:05:40 +03:00
Remove ruby 2.7 and rails 6 from test matrix
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
# This file was generated by Appraisal
|
||||
|
||||
source "https://rubygems.org"
|
||||
|
||||
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"
|
||||
gem "sidekiq"
|
||||
gem "test-unit"
|
||||
gem "mocha"
|
||||
gem "thoughtbot-shoulda", ">= 2.9.0"
|
||||
gem "pry"
|
||||
gem "pry-byebug"
|
||||
|
||||
gemspec path: "../"
|
||||
@@ -1,17 +0,0 @@
|
||||
# This file was generated by Appraisal
|
||||
|
||||
source "https://rubygems.org"
|
||||
|
||||
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"
|
||||
gem "sidekiq"
|
||||
gem "test-unit"
|
||||
gem "mocha"
|
||||
gem "thoughtbot-shoulda", ">= 2.9.0"
|
||||
gem "pry"
|
||||
gem "pry-byebug"
|
||||
|
||||
gemspec path: "../"
|
||||
@@ -9,6 +9,7 @@ gem "delayed_paperclip", git: "https://github.com/insales/delayed_paperclip.git"
|
||||
gem "rails", "~>7.0.8"
|
||||
gem "sidekiq"
|
||||
gem "test-unit"
|
||||
gem "simplecov", require: false
|
||||
gem "mocha"
|
||||
gem "thoughtbot-shoulda", ">= 2.9.0"
|
||||
gem "pry"
|
||||
|
||||
@@ -9,6 +9,7 @@ gem "delayed_paperclip", git: "https://github.com/insales/delayed_paperclip.git"
|
||||
gem "rails", "~>7.1.1"
|
||||
gem "sidekiq"
|
||||
gem "test-unit"
|
||||
gem "simplecov", require: false
|
||||
gem "mocha"
|
||||
gem "thoughtbot-shoulda", ">= 2.9.0"
|
||||
gem "pry"
|
||||
|
||||
Reference in New Issue
Block a user