Skip to content

Commit 0d80007

Browse files
committed
Remove rails 7.2 / ruby 3.2
1 parent d8a28f7 commit 0d80007

File tree

6 files changed

+2
-484
lines changed

6 files changed

+2
-484
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ jobs:
3333
fail-fast: false
3434
matrix:
3535
include:
36-
- ruby_version: "3.2"
37-
rails_version: "7.2"
3836
- ruby_version: "3.3"
3937
rails_version: "7.2"
4038
- ruby_version: "3.4"

.standard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
ruby_version: 3.2
1+
ruby_version: 3.4
22
ignore:
33
- 'docs/CHANGELOG.md' # Rubocop doesn't like our indenting of code examples

Appraisals

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
# frozen_string_literal: true
22

3-
appraise "rails-7.2-ruby-3.2" do
4-
ruby "~> 3.2.9"
5-
6-
gem "rails", "~> 7.2.0"
7-
8-
group :development, :test do
9-
gem "turbo-rails", "~> 2"
10-
gem "rspec-rails", "~> 7"
11-
end
12-
end
13-
143
appraise "rails-7.2" do
154
ruby "~> 3.3.10"
165

docs/compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ nav_order: 8
88

99
## Ruby & Rails
1010

11-
ViewComponent supports all actively supported versions of [Ruby](https://endoflife.date/ruby) (>= 3.2) and [Ruby on Rails](https://endoflife.date/rails) (>= 7.1). Changes to the minimum Ruby and Rails versions supported will only be made in major releases.
11+
ViewComponent supports all actively supported versions of [Ruby](https://endoflife.date/ruby) (>= 3.2) and [Ruby on Rails](https://endoflife.date/rails) (>= 7.2). Changes to the minimum Ruby and Rails versions supported will only be made in major releases.
1212

1313
## Template languages
1414

gemfiles/rails_7.2_ruby_3.2.gemfile

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

0 commit comments

Comments
 (0)