Allow and test on rails 8

This commit is contained in:
Vasily Fedoseyev
2024-12-02 13:25:48 +03:00
parent 73be6879c6
commit d0d1f39eea
4 changed files with 28 additions and 7 deletions

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