Skip to content

Commit

Permalink
Require Ruby on Rails 6.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
kpumuk committed Dec 26, 2023
1 parent 31ce29d commit 8021a75
Show file tree
Hide file tree
Showing 18 changed files with 129 additions and 560 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
- "7.1"
- "7.2"
include:
- ruby-version: "2.7"
rails-version: "5.1"
- ruby-version: "2.7"
rails-version: "5.2"
- ruby-version: "3.2"
rails-version: "7.1"
code-coverage: true
Expand Down
16 changes: 4 additions & 12 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,27 +1,19 @@
# frozen_string_literal: true

appraise "rails-5.1" do
gem "railties", "5.1.7"
end

appraise "rails-5.2" do
gem "railties", "5.2.8.1"
end

appraise "rails-6.0" do
gem "railties", "6.0.6"
gem "railties", "~> 6.0.6"
end

appraise "rails-6.1" do
gem "railties", "6.1.7"
gem "railties", "~> 6.1.7"
end

appraise "rails-7.0" do
gem "railties", "7.0.4"
gem "railties", "~> 7.0.8"
end

appraise "rails-7.1" do
gem "railties", "7.1.0"
gem "railties", "~> 7.1.2"
end

appraise "rails-7.2" do
Expand Down
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Changes:

- Switched builds from CircleCI to Github Actions ([273](https://github.com/kpumuk/meta-tags/pull/273))

Changes:

- Ruby on Rails < 6.0 is no longer supported.

## 2.19.0 (October 5, 2023) [](https://github.com/kpumuk/meta-tags/compare/v2.18.0...v2.19.0)

Changes:
Expand Down Expand Up @@ -190,7 +194,7 @@ Features:

Changes:

- Rails < 3.2 is not longer supported
- Ruby on Rails < 3.2 is no longer supported

Features:

Expand All @@ -209,7 +213,7 @@ Bugfixes:

Changes:

- Ruby < 2.0 is not longer supported
- Ruby < 2.0 is no longer supported

Features:

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Search Engine Optimization (SEO) plugin for Ruby on Rails applications.

## Ruby on Rails

The MetaTags main branch fully supports Ruby on Rails 5.1+ and is tested against all major Ruby on Rails releases.
The MetaTags main branch fully supports Ruby on Rails 6.0+ and is tested against all major Ruby on Rails releases.

> [!NOTE]
> We no longer support Ruby versions older than 2.7 and Ruby on Rails older than 5.1 since they reached their [End of Life](https://endoflife.date/ruby).
> We no longer support Ruby versions older than 2.7 and Ruby on Rails older than 6.0 since they reached their end of life (see [Ruby](https://endoflife.date/ruby) and [Ruby on Rails](https://endoflife.date/rails)).
## Installation

Expand Down
8 changes: 0 additions & 8 deletions gemfiles/rails_5.1.gemfile

This file was deleted.

204 changes: 0 additions & 204 deletions gemfiles/rails_5.1.gemfile.lock

This file was deleted.

8 changes: 0 additions & 8 deletions gemfiles/rails_5.2.gemfile

This file was deleted.

Loading

0 comments on commit 8021a75

Please sign in to comment.