Skip to content

Commit

Permalink
[refactor] Use runtime dependency directives in the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
factyy committed Apr 19, 2024
1 parent ecaa586 commit 2f06c59
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions action_policy-graphiti.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,12 @@ Gem::Specification.new do |spec|

spec.require_paths = ["lib"]

spec.add_dependency "action_policy", "~> 0.6"
spec.add_dependency "graphiti", "~> 1.3"
spec.add_runtime_dependency "action_policy", "~> 0.6"
spec.add_runtime_dependency "graphiti", "~> 1.3"

spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "debug", "~> 1.8"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.8"
spec.add_development_dependency "solargraph", "~> 0.41"

# For more information and examples about making a new gem, check out our
# guide at: https://bundler.io/guides/creating_gem.html
end

0 comments on commit 2f06c59

Please sign in to comment.