Skip to content

Commit

Permalink
add runtime dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Oct 31, 2023
1 parent ef58aa1 commit 81b04f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dynamic_form.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ Gem::Specification.new do |s|
"test/test_helper.rb"
]

s.add_runtime_dependency 'actionview', '> 5.2.0'
s.add_runtime_dependency 'activemodel', '> 5.2.0'
s.add_development_dependency(%q<byebug>, [">= 0"])
s.add_development_dependency(%q<mocha>, [">= 0"])
s.add_development_dependency(%q<test-unit>, [">= 0"])
Expand Down

0 comments on commit 81b04f3

Please sign in to comment.