Skip to content

Commit

Permalink
Drop Rails 6.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-brousse committed Jan 31, 2025
1 parent 4f99f3f commit 210a45c
Show file tree
Hide file tree
Showing 29 changed files with 160 additions and 299 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ jobs:
strategy:
matrix:
versions:
- { ruby: "3.0", rails: "6.1", rubygems: "default" }
- { ruby: "3.1", rails: "6.1", rubygems: "default" }
- { ruby: "3.2", rails: "6.1", rubygems: "default" }
- { ruby: "3.3", rails: "6.1", rubygems: "default" }
- { ruby: "3.0", rails: "7.0", rubygems: "default" }
- { ruby: "3.1", rails: "7.0", rubygems: "default" }
- { ruby: "3.2", rails: "7.0", rubygems: "default" }
Expand Down
9 changes: 0 additions & 9 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# frozen_string_literal: true

appraise "rails-6.1_vc-2.0" do
gem "rails", "~> 6.1.0"
end

appraise "rails-6.1_vc-3.0" do
gem "rails", "~> 6.1.0"
gem "view_component", ">= 3.0.0", "< 4.0"
end

appraise "rails-7.0_vc-2.0" do
gem "rails", "~> 7.0.0"
end
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
Nothing yet.
### Removed
- Drop Rails 6.1 support

## [0.2.9] - 2024-11-09
### Added
Expand Down
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ gem "rubocop-performance", require: false
gem "rubocop-rspec", require: false
gem "simplecov", require: false, group: :test
gem "sqlite3", "~> 1.4", group: :test

# Temporarilly fi for "uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger" error
gem "concurrent-ruby", "!= 3.1.5"
Loading

0 comments on commit 210a45c

Please sign in to comment.