Skip to content

Commit b2429cc

Browse files
committed
Drop support of Rails 7.1
1 parent 0f91ef7 commit b2429cc

File tree

3 files changed

+0
-31
lines changed

3 files changed

+0
-31
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
- rails_8.0
6161
- rails_7.2
62-
- rails_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 'rails_7.1' do
4-
gem 'rails', '~> 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 'rails_7.2' do
154
gem 'rails', '~> 7.2.0'
165
end

gemfiles/rails_7.1.gemfile

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

0 commit comments

Comments
 (0)