mirror of
https://github.com/kemko/paperclip.git
synced 2026-01-01 16:05:40 +03:00
Allow and test on rails 8
This commit is contained in:
18
gemfiles/rails_80.gemfile
Normal file
18
gemfiles/rails_80.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", "~>8.0.0"
|
||||
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