Skip to content

Commit

Permalink
drop support for ruby 3 and rails 5
Browse files Browse the repository at this point in the history
  • Loading branch information
skaes committed Feb 5, 2024
1 parent a2da94a commit 4bbc368
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ appraisals = [
"7.1.1"
]

appraisals.insert(0, "5.2.8.1") if Gem::Version.new(RUBY_VERSION) < Gem::Version.new("3.0.0")

appraisals.each do |rails_version|
%w(4.0 5.0).each do |redis_version|
appraise "activesupport-#{rails_version}-redis-#{redis_version}" do
Expand Down

0 comments on commit 4bbc368

Please sign in to comment.