Skip to content

Commit 103ec2a

Browse files
committed
Drop support for Rails 6.1
1 parent 4969e3f commit 103ec2a

File tree

5 files changed

+2
-18
lines changed

5 files changed

+2
-18
lines changed

.github/workflows/ruby.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,9 @@ jobs:
2727
matrix:
2828
ruby: ["3.2", "3.3", "3.4"]
2929
gemfile:
30-
- rails_61
3130
- rails_70
3231
- rails_71
3332
exclude:
34-
- ruby: "3.4"
35-
gemfile: rails_61
3633
- ruby: "3.4"
3734
gemfile: rails_70
3835

.rubocop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ AllCops:
1919
- 'spec/dummy/db/schema.rb'
2020
NewCops: enable
2121
TargetRubyVersion: 3.2
22+
TargetRailsVersion: 7.0
2223

2324
Rails:
2425
Enabled: true

Appraisals

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ Customize.new heading: <<~HEADING.chomp
99
This file was generated by Appraisal
1010
HEADING
1111

12-
appraise "rails_61" do
13-
gem "rails", "~> 6.1.0"
14-
end
15-
1612
appraise "rails_70" do
1713
gem "rails", "~> 7.0.0"
1814
end

gemfiles/rails_61.gemfile

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

spec/dummy/config/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
module Dummy
2626
class Application < Rails::Application
2727
# Initialize configuration defaults for originally generated Rails version.
28-
config.load_defaults 5.2
28+
config.load_defaults 7.0
2929

3030
# Settings in config/environments/* take precedence over those specified here.
3131
# Application configuration can go into files in config/initializers

0 commit comments

Comments
 (0)