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 ea2bedd commit 0147804
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions superglue_rails/superglue.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.description = s.summary
s.files = Dir["MIT-LICENSE", "README.md", "lib/**/*", "app/**/*"]

s.add_dependency "actionpack", ">= 7.0.0"
s.add_dependency "props_template", ">= 0.32.0"
s.add_dependency "form_props", ">= 0.1.0"
s.add_dependency "actionpack", "~> 7.0", "~> 8.0"
s.add_dependency "props_template", "~> 0.37"
s.add_dependency "form_props", "~> 0.2"
end

0 comments on commit 0147804

Please sign in to comment.