Skip to content
Open
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
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:
fail-fast: false
matrix:
include:
- ruby_version: "3.2"
rails_version: "7.1"
- ruby_version: "3.3"
rails_version: "7.2"
- ruby_version: "3.4"
Expand Down
17 changes: 3 additions & 14 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
# frozen_string_literal: true

appraise "rails-7.1" do
ruby "~> 3.2.0"

gem "rails", "~> 7.1.0"

group :development, :test do
gem "turbo-rails", "~> 1"
gem "rspec-rails", "~> 7"
end
end

appraise "rails-7.2" do
ruby "~> 3.3.0"
ruby "~> 3.3.10"

gem "rails", "~> 7.2.0"

Expand All @@ -23,7 +12,7 @@ appraise "rails-7.2" do
end

appraise "rails-8.0" do
ruby "~> 3.4.0"
ruby "~> 3.4.7"

gem "rails", "~> 8.0.0"

Expand All @@ -34,7 +23,7 @@ appraise "rails-8.0" do
end

appraise "rails-8.1" do
ruby "~> 3.4.0"
ruby "~> 3.4.7"

gem "rails", "~> 8.1.0"

Expand Down
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ nav_order: 6

## main

* Remove support for [EOL](https://endoflife.date/rails) Rails `7.1.0`.

*Hans Lemuet*

* Resolve deprecation warning for `ActiveSupport::Configurable`.

*Simon Fish*
Expand Down
2 changes: 1 addition & 1 deletion docs/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nav_order: 8

## Ruby & Rails

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.
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.

## Template languages

Expand Down
45 changes: 0 additions & 45 deletions gemfiles/rails_7.1.gemfile

This file was deleted.

Loading
Loading