Skip to content

Commit bd3837f

Browse files
committed
Drop rails_7_0 appraisal, pin Rails/ActiveStorage to ~> 8.0, update lock and CI
- Remove gemfiles/rails_7_0.* appraisal files - Update Appraisals to use "~> 8.0.0" for rails and activestorage - Adjust rails_8_0.gemfile.lock (activestorage >= 7.1) - Remove BUNDLE_GEMFILE env from CI workflow
1 parent c2b9629 commit bd3837f

File tree

5 files changed

+3
-297
lines changed

5 files changed

+3
-297
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
- ruby-version: "3.0"
3434
rails-version: "rails-8-0"
3535

36-
env:
37-
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.rails-version }}.gemfile
38-
3936
steps:
4037
- name: Install packages
4138
run: sudo apt-get update && sudo apt-get install --no-install-recommends -y build-essential git libyaml-dev pkg-config

Appraisals

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ appraise "rails-7-2" do
1111
end
1212

1313
appraise "rails-8-0" do
14-
gem "rails", ">= 8.0.0.alpha"
15-
gem "activestorage", ">= 8.0.0.alpha"
14+
gem "rails", "~> 8.0.0"
15+
gem "activestorage", "~> 8.0.0"
1616
end

gemfiles/rails_7_0.gemfile

Lines changed: 0 additions & 12 deletions
This file was deleted.

gemfiles/rails_7_0.gemfile.lock

Lines changed: 0 additions & 279 deletions
This file was deleted.

gemfiles/rails_8_0.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: ..
33
specs:
44
fileboost (0.2.0.pre2)
5-
activestorage (>= 7.0)
5+
activestorage (>= 7.1)
66

77
GEM
88
remote: https://rubygems.org/

0 commit comments

Comments
 (0)