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 24a2148 commit 09145ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smart_listing.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.files = `git ls-files`.split("\n")

s.add_runtime_dependency 'kaminari', '>= 0.17'
s.add_runtime_dependency 'rails', '>= 5.2'
s.add_runtime_dependency 'rails', '>= 6.0'

s.add_development_dependency 'appraisal'
s.add_development_dependency 'bootstrap-sass'
Expand Down

0 comments on commit 09145ea

Please sign in to comment.