Skip to content

Commit e3279ba

Browse files
committed
Drop support of Rails 7.1
1 parent b55bb86 commit e3279ba

File tree

3 files changed

+0
-41
lines changed

3 files changed

+0
-41
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
rails:
4747
- rails_8.0
4848
- rails_7.2
49-
- rails_7.1
5049

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

Appraisals

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
# frozen_string_literal: true
22

3-
appraise 'rails_7.1' do
4-
gem 'rails', '~> 7.1.0'
5-
gem 'sqlite3', '~> 1.5.0'
6-
7-
# Fix:
8-
# warning: logger was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.5.0.
9-
# Add logger to your Gemfile or gemspec.
10-
install_if '-> { Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0") }' do
11-
gem 'logger'
12-
end
13-
end
14-
153
appraise 'rails_7.2' do
164
gem 'rails', '~> 7.2.0'
175
gem 'sqlite3', '~> 1.5.0'

gemfiles/rails_7.1.gemfile

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

0 commit comments

Comments
 (0)