Skip to content

Commit

Permalink
chore: update appraisals and gemfiles - remove ruby 3.2 (#2912)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev authored Jun 30, 2024
1 parent 4c76803 commit a814a6c
Show file tree
Hide file tree
Showing 21 changed files with 288 additions and 2,808 deletions.
1 change: 0 additions & 1 deletion .github/workflows/feature-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
matrix:
ruby:
- '3.1.4'
- '3.2.2'
- '3.3.0'
rails:
- '6.1'
Expand Down
127 changes: 0 additions & 127 deletions .github/workflows/release.yml-old

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
matrix:
ruby:
- '3.1.4'
- '3.2.2'
- '3.3.0'
rails:
- '6.1'
Expand Down
51 changes: 0 additions & 51 deletions .github/workflows/undercover.yml

This file was deleted.

3 changes: 2 additions & 1 deletion Appraisals
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
["3.1.4", "3.2.2", "3.3.0"].each do |ruby_version|
["3.1.4", "3.3.0"].each do |ruby_version|
["6.1", "7.1"].each do |rails_version|
appraise "rails-#{rails_version}-ruby-#{ruby_version}" do
gem "psych", "< 4"
gem "rails", "~> #{rails_version}"
gem "activestorage", "~> #{rails_version}"
gem "ransack", "~> 4.1", ">= 4.1.1"
gem "activestorage"

# source "https://rubygems.pkg.github.com/avo-hq" do
# gem "avo-dynamic_filters"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.1_ruby_3.1.4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gem "jsbundling-rails"
gem "cssbundling-rails"
gem "rails", "~> 6.1"
gem "activestorage", "~> 6.1"
gem "activestorage"
gem "pg", ">= 0.18", "< 2.0"
gem "puma", "~> 6.4"
gem "redis", "~> 5.0"
Expand Down
Loading

0 comments on commit a814a6c

Please sign in to comment.