mirror of
https://github.com/kemko/paperclip.git
synced 2026-01-01 16:05:40 +03:00
Добавляем тесты на новые руби и рельсы
This commit is contained in:
19
gemfiles/rails_60.gemfile
Normal file
19
gemfiles/rails_60.gemfile
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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", "~> 6.0.4.4"
|
||||
gem "sidekiq", "~> 2.0"
|
||||
gem "test-unit"
|
||||
gem "mocha"
|
||||
gem "thoughtbot-shoulda", ">= 2.9.0"
|
||||
gem "pry"
|
||||
gem "pry-byebug"
|
||||
|
||||
gemspec path: "../"
|
||||
19
gemfiles/rails_61.gemfile
Normal file
19
gemfiles/rails_61.gemfile
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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", "~>6.1.4.4"
|
||||
gem "sidekiq", "~> 2.0"
|
||||
gem "test-unit"
|
||||
gem "mocha"
|
||||
gem "thoughtbot-shoulda", ">= 2.9.0"
|
||||
gem "pry"
|
||||
gem "pry-byebug"
|
||||
|
||||
gemspec path: "../"
|
||||
19
gemfiles/rails_70.gemfile
Normal file
19
gemfiles/rails_70.gemfile
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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", "~>7.0.0"
|
||||
gem "sidekiq", "~> 2.0"
|
||||
gem "test-unit"
|
||||
gem "mocha"
|
||||
gem "thoughtbot-shoulda", ">= 2.9.0"
|
||||
gem "pry"
|
||||
gem "pry-byebug"
|
||||
|
||||
gemspec path: "../"
|
||||
Reference in New Issue
Block a user