Skip to content

Commit

Permalink
Rails 5.2 is EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Oct 3, 2023
1 parent 48f4c4f commit 293ee9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_increment.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|

s.files = `git ls-files`.split("\n")

s.add_runtime_dependency 'rails', '>= 5.2'
s.add_runtime_dependency 'rails', '>= 6.0'
s.add_runtime_dependency 'zeitwerk'

s.add_development_dependency 'appraisal'
Expand Down

0 comments on commit 293ee9d

Please sign in to comment.