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 2fd7754 commit f6156f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remotipart.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 f6156f0

Please sign in to comment.