Skip to content

Commit 4421bd7

Browse files
committed
Drop support of Rails 7.1
1 parent a742df4 commit 4421bd7

File tree

3 files changed

+0
-32
lines changed

3 files changed

+0
-32
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
rails:
6060
- activerecord_8.0
6161
- activerecord_7.2
62-
- activerecord_7.1
6362

6463
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
6564
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.rails }}.gemfile

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 'activerecord_7.1' do
4-
gem 'activerecord', '~> 7.1.0'
5-
6-
# Fix:
7-
# warning: logger was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.5.0
8-
# Add logger to your Gemfile or gemspec.
9-
install_if '-> { Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0") }' do
10-
gem 'logger'
11-
end
12-
end
13-
143
appraise 'activerecord_7.2' do
154
gem 'activerecord', '~> 7.2.0'
165
end

gemfiles/activerecord_7.1.gemfile

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

0 commit comments

Comments
 (0)