Skip to content

Commit

Permalink
Drop Rails <6.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Irving-Betterment committed Dec 27, 2023
1 parent 5fc4460 commit 2a65ad1
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 168 deletions.
5 changes: 0 additions & 5 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
appraise 'rails-6-0' do
gem 'railties', '~> 6.0.0'
gem 'activemodel', '~>6.0.0'
end

appraise 'rails-6-1' do
gem 'railties', '~> 6.1.0'
gem 'activemodel', '~>6.1.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
authorized_persona (0.9.1)
railties (>= 5.1.6.2, < 7.1)
railties (>= 6.1, < 7.1)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -138,7 +138,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
activemodel (>= 5.1.6.2, < 7.1)
activemodel (>= 6.1, < 7.1)
appraisal
authorized_persona!
betterlint
Expand Down
2 changes: 1 addition & 1 deletion authorized_persona.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

rails_version_range = [">= 5.1.6.2", "< 7.1"]
rails_version_range = [">= 6.1", "< 7.1"]

spec.add_dependency "railties", *rails_version_range

Expand Down
8 changes: 0 additions & 8 deletions gemfiles/rails_6_0.gemfile

This file was deleted.

150 changes: 0 additions & 150 deletions gemfiles/rails_6_0.gemfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ..
specs:
authorized_persona (0.9.1)
railties (>= 5.1.6.2, < 7.1)
railties (>= 6.1, < 7.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ..
specs:
authorized_persona (0.9.1)
railties (>= 5.1.6.2, < 7.1)
railties (>= 6.1, < 7.1)

GEM
remote: https://rubygems.org/
Expand Down

0 comments on commit 2a65ad1

Please sign in to comment.