mirror of
https://github.com/kemko/paperclip.git
synced 2026-01-01 16:05:40 +03:00
Test on rails 7.2
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "pg"
|
||||
gem "aws-sdk-s3"
|
||||
gem "aws-sdk-s3", "=1.143.0"
|
||||
gem "fog-local"
|
||||
gem "delayed_paperclip", git: "https://github.com/insales/delayed_paperclip.git"
|
||||
gem "rails", "~>7.0.8"
|
||||
gem "sidekiq"
|
||||
gem "sidekiq", "~>6.5"
|
||||
gem "test-unit"
|
||||
gem "simplecov", require: false
|
||||
gem "mocha"
|
||||
|
||||
@@ -3,11 +3,11 @@
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "pg"
|
||||
gem "aws-sdk-s3"
|
||||
gem "aws-sdk-s3", "=1.143.0"
|
||||
gem "fog-local"
|
||||
gem "delayed_paperclip", git: "https://github.com/insales/delayed_paperclip.git"
|
||||
gem "rails", "~>7.1.1"
|
||||
gem "sidekiq"
|
||||
gem "rails", "~>7.1.4"
|
||||
gem "sidekiq", "~>6.5"
|
||||
gem "test-unit"
|
||||
gem "simplecov", require: false
|
||||
gem "mocha"
|
||||
|
||||
18
gemfiles/rails_72.gemfile
Normal file
18
gemfiles/rails_72.gemfile
Normal file
@@ -0,0 +1,18 @@
|
||||
# This file was generated by Appraisal
|
||||
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "pg"
|
||||
gem "aws-sdk-s3", "=1.143.0"
|
||||
gem "fog-local"
|
||||
gem "delayed_paperclip", git: "https://github.com/insales/delayed_paperclip.git"
|
||||
gem "rails", "~>7.2.1"
|
||||
gem "sidekiq", "~>6.5"
|
||||
gem "test-unit"
|
||||
gem "simplecov", require: false
|
||||
gem "mocha"
|
||||
gem "thoughtbot-shoulda", ">= 2.9.0"
|
||||
gem "pry"
|
||||
gem "pry-byebug"
|
||||
|
||||
gemspec path: "../"
|
||||
Reference in New Issue
Block a user