Skip to content

Commit

Permalink
Drop support for Rails 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jho406 committed Apr 7, 2024
1 parent b073b99 commit 5e93dba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions props_template.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = ">= 2.5"

s.add_dependency "activesupport", ">= 6.0.0"
s.add_dependency "actionview", ">= 6.0.0"
s.add_dependency "activesupport", ">= 6.1.0"
s.add_dependency "actionview", ">= 6.1.0"
s.add_dependency "oj", ">= 3.9"
end

0 comments on commit 5e93dba

Please sign in to comment.