Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,27 @@ jobs:
fail-fast: false
matrix:
ruby:
- 3.4.9
- 3.3.11
- 3.2.1
- 3.1.3
- 3.0.5
appraisal:
- rails_8_1
- rails_7_0
- rails_6_1
adapter:
- sqlite3
- postgresql
exclude:
- { ruby: 3.2.1, appraisal: rails_6_1 }
- { ruby: 3.3.11, appraisal: rails_6_1 }
- { ruby: 3.4.9, appraisal: rails_6_1 }
- { ruby: 3.0.5, appraisal: rails_7_0 }
- { ruby: 3.3.11, appraisal: rails_7_0 }
- { ruby: 3.4.9, appraisal: rails_7_0 }
- { ruby: 3.0.5, appraisal: rails_8_1 }
- { ruby: 3.1.3, appraisal: rails_8_1 }
env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.appraisal }}.gemfile
steps:
Expand Down
37 changes: 36 additions & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ appraise 'rails_7_0' do
instance_eval(&shared_spring_dependencies)
instance_eval(&controller_test_dependency)

gem 'rails', '7.0.4.2'
gem 'rails', '7.0.10'
gem 'sprockets-rails'
gem 'puma', '~> 5.0'
gem 'importmap-rails'
Expand All @@ -68,3 +68,38 @@ appraise 'rails_7_0' do
gem 'sqlite3', '~> 1.4'
gem 'pg', '~> 1.1'
end

appraise 'rails_8_1' do
instance_eval(&controller_test_dependency)

gem 'rails', '8.1.3'
gem 'propshaft'
gem 'puma', '>= 5.0'
gem 'importmap-rails'
gem 'turbo-rails'
gem 'stimulus-rails'
gem 'jbuilder'
gem 'solid_cache'
gem 'solid_queue'
gem 'solid_cable'
gem 'bootsnap', require: false
gem 'kamal', require: false
gem 'thruster', require: false
gem 'image_processing', '~> 1.2'
gem 'debug', require: false
gem 'bundler-audit', require: false
gem 'brakeman', require: false
gem 'rubocop-rails-omakase', require: false
gem 'web-console'
gem 'capybara'
gem 'selenium-webdriver'
gem 'bcrypt', '~> 3.1.7'

# test dependencies
gem 'rspec-rails', '>= 6.0'
gem 'shoulda-context', '~> 2.0.0'

# Database adapters
gem 'sqlite3', '>= 2.1'
gem 'pg', '~> 1.1'
end
5 changes: 3 additions & 2 deletions gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GIT
PATH
remote: ..
specs:
shoulda (4.0.0)
shoulda (5.0.0.rc1)
shoulda-context (~> 2.0)
shoulda-matchers (~> 5.0)

Expand Down Expand Up @@ -145,7 +145,7 @@ GEM
timeout
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nio4r (2.7.5)
nokogiri (1.14.2-arm64-darwin)
racc (~> 1.4)
parallel (1.22.1)
Expand Down Expand Up @@ -299,6 +299,7 @@ GEM

PLATFORMS
arm64-darwin-22
arm64-darwin-25

DEPENDENCIES
appraisal
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem "warnings_logger"
gem "spring"
gem "spring-watcher-listen", "~> 2.0.0"
gem "rails-controller-testing", ">= 1.0.1"
gem "rails", "7.0.4.2"
gem "rails", "7.0.10"
gem "sprockets-rails"
gem "puma", "~> 5.0"
gem "importmap-rails"
Expand Down
148 changes: 83 additions & 65 deletions gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,77 +8,85 @@ GIT
PATH
remote: ..
specs:
shoulda (4.0.0)
shoulda (5.0.0.rc1)
shoulda-context (~> 2.0)
shoulda-matchers (~> 5.0)

GEM
remote: https://rubygems.org/
specs:
actioncable (7.0.4.2)
actionpack (= 7.0.4.2)
activesupport (= 7.0.4.2)
actioncable (7.0.10)
actionpack (= 7.0.10)
activesupport (= 7.0.10)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (7.0.4.2)
actionpack (= 7.0.4.2)
activejob (= 7.0.4.2)
activerecord (= 7.0.4.2)
activestorage (= 7.0.4.2)
activesupport (= 7.0.4.2)
actionmailbox (7.0.10)
actionpack (= 7.0.10)
activejob (= 7.0.10)
activerecord (= 7.0.10)
activestorage (= 7.0.10)
activesupport (= 7.0.10)
mail (>= 2.7.1)
net-imap
net-pop
net-smtp
actionmailer (7.0.4.2)
actionpack (= 7.0.4.2)
actionview (= 7.0.4.2)
activejob (= 7.0.4.2)
activesupport (= 7.0.4.2)
actionmailer (7.0.10)
actionpack (= 7.0.10)
actionview (= 7.0.10)
activejob (= 7.0.10)
activesupport (= 7.0.10)
mail (~> 2.5, >= 2.5.4)
net-imap
net-pop
net-smtp
rails-dom-testing (~> 2.0)
actionpack (7.0.4.2)
actionview (= 7.0.4.2)
activesupport (= 7.0.4.2)
rack (~> 2.0, >= 2.2.0)
actionpack (7.0.10)
actionview (= 7.0.10)
activesupport (= 7.0.10)
racc
rack (~> 2.0, >= 2.2.4)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (7.0.4.2)
actionpack (= 7.0.4.2)
activerecord (= 7.0.4.2)
activestorage (= 7.0.4.2)
activesupport (= 7.0.4.2)
actiontext (7.0.10)
actionpack (= 7.0.10)
activerecord (= 7.0.10)
activestorage (= 7.0.10)
activesupport (= 7.0.10)
globalid (>= 0.6.0)
nokogiri (>= 1.8.5)
actionview (7.0.4.2)
activesupport (= 7.0.4.2)
actionview (7.0.10)
activesupport (= 7.0.10)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (7.0.4.2)
activesupport (= 7.0.4.2)
activejob (7.0.10)
activesupport (= 7.0.10)
globalid (>= 0.3.6)
activemodel (7.0.4.2)
activesupport (= 7.0.4.2)
activerecord (7.0.4.2)
activemodel (= 7.0.4.2)
activesupport (= 7.0.4.2)
activestorage (7.0.4.2)
actionpack (= 7.0.4.2)
activejob (= 7.0.4.2)
activerecord (= 7.0.4.2)
activesupport (= 7.0.4.2)
activemodel (7.0.10)
activesupport (= 7.0.10)
activerecord (7.0.10)
activemodel (= 7.0.10)
activesupport (= 7.0.10)
activestorage (7.0.10)
actionpack (= 7.0.10)
activejob (= 7.0.10)
activerecord (= 7.0.10)
activesupport (= 7.0.10)
marcel (~> 1.0)
mini_mime (>= 1.1.0)
activesupport (7.0.4.2)
activesupport (7.0.10)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
securerandom (>= 0.3)
tzinfo (~> 2.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
Expand All @@ -88,7 +96,10 @@ GEM
rake
thor (>= 0.14.0)
ast (2.4.2)
base64 (0.3.0)
bcrypt (3.1.18)
benchmark (0.5.0)
bigdecimal (4.1.2)
bootsnap (1.16.0)
msgpack (~> 1.2)
builder (3.2.4)
Expand All @@ -105,8 +116,9 @@ GEM
coderay (1.1.3)
concurrent-ruby (1.2.2)
crass (1.0.6)
date (3.3.3)
date (3.5.1)
diff-lcs (1.5.0)
drb (2.2.3)
erubi (1.12.0)
ffi (1.15.5)
globalid (1.1.0)
Expand All @@ -123,18 +135,20 @@ GEM
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.7.0)
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
m (1.6.1)
method_source (>= 0.6.7)
rake (>= 0.9.2.2)
mail (2.8.1)
mail (2.9.0)
logger
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
marcel (1.0.2)
marcel (1.2.1)
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.1.2)
Expand All @@ -145,16 +159,17 @@ GEM
minitest (>= 5.0)
ruby-progressbar
msgpack (1.6.1)
net-imap (0.3.4)
mutex_m (0.3.0)
net-imap (0.6.4)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
net-protocol (0.2.2)
timeout
net-smtp (0.3.3)
net-smtp (0.5.1)
net-protocol
nio4r (2.5.8)
nio4r (2.7.5)
nokogiri (1.14.2-arm64-darwin)
racc (~> 1.4)
parallel (1.22.1)
Expand All @@ -174,20 +189,20 @@ GEM
rack (2.2.6.4)
rack-test (2.1.0)
rack (>= 1.3)
rails (7.0.4.2)
actioncable (= 7.0.4.2)
actionmailbox (= 7.0.4.2)
actionmailer (= 7.0.4.2)
actionpack (= 7.0.4.2)
actiontext (= 7.0.4.2)
actionview (= 7.0.4.2)
activejob (= 7.0.4.2)
activemodel (= 7.0.4.2)
activerecord (= 7.0.4.2)
activestorage (= 7.0.4.2)
activesupport (= 7.0.4.2)
rails (7.0.10)
actioncable (= 7.0.10)
actionmailbox (= 7.0.10)
actionmailer (= 7.0.10)
actionpack (= 7.0.10)
actiontext (= 7.0.10)
actionview (= 7.0.10)
activejob (= 7.0.10)
activemodel (= 7.0.10)
activerecord (= 7.0.10)
activestorage (= 7.0.10)
activesupport (= 7.0.10)
bundler (>= 1.15.0)
railties (= 7.0.4.2)
railties (= 7.0.10)
rails-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
Expand All @@ -197,9 +212,9 @@ GEM
nokogiri (>= 1.6)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
railties (7.0.4.2)
actionpack (= 7.0.4.2)
activesupport (= 7.0.4.2)
railties (7.0.10)
actionpack (= 7.0.10)
activesupport (= 7.0.10)
method_source
rake (>= 12.2)
thor (~> 1.0)
Expand Down Expand Up @@ -252,6 +267,7 @@ GEM
rubocop (>= 1.33.0, < 2.0)
ruby-progressbar (1.13.0)
rubyzip (2.3.2)
securerandom (0.4.1)
selenium-webdriver (4.8.1)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
Expand All @@ -274,7 +290,7 @@ GEM
stimulus-rails (1.2.1)
railties (>= 6.0.0)
thor (1.2.1)
timeout (0.3.2)
timeout (0.6.1)
turbo-rails (1.4.0)
actionpack (>= 6.0.0)
activejob (>= 6.0.0)
Expand All @@ -288,7 +304,8 @@ GEM
rubyzip (>= 1.3.0)
selenium-webdriver (~> 4.0)
websocket (1.2.9)
websocket-driver (0.7.5)
websocket-driver (0.8.1)
base64
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
xpath (3.2.0)
Expand All @@ -297,6 +314,7 @@ GEM

PLATFORMS
arm64-darwin-22
arm64-darwin-25

DEPENDENCIES
appraisal
Expand All @@ -312,7 +330,7 @@ DEPENDENCIES
pry
pry-byebug
puma (~> 5.0)
rails (= 7.0.4.2)
rails (= 7.0.10)
rails-controller-testing (>= 1.0.1)
rake (= 13.0.1)
rspec (~> 3.9)
Expand Down
Loading