Добавляем тесты на новые руби и рельсы

This commit is contained in:
Nastia Gorokhova-Alekseeva
2022-01-14 14:15:22 +03:00
parent 81300ecd7d
commit 1af09732a1
7 changed files with 83 additions and 3 deletions

19
gemfiles/rails_60.gemfile Normal file
View 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
View 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
View 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: "../"