Skip to content

Commit

Permalink
Update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jho406 committed Dec 31, 2024
1 parent 7ce0e7a commit 813056f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.1.0"
s.add_dependency "actionview", ">= 6.1.0"
s.add_dependency "oj", ">= 3.9"
s.add_dependency "activesupport", "~> 7.0", "~> 8.0"
s.add_dependency "actionview", "~> 7.0", "~> 8.0"
s.add_dependency "oj", "~> 3.9"
end

0 comments on commit 813056f

Please sign in to comment.