Skip to content

Commit

Permalink
add_dependency instead of just for development
Browse files Browse the repository at this point in the history
  • Loading branch information
jcain3389 committed Jan 7, 2025
1 parent 2e85265 commit 2f500dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vertex_client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "activesupport"
spec.add_dependency "rack", "~> 2.2"
spec.add_dependency "savon", ">= 2.11"
spec.add_development_dependency "appraisal"
spec.add_development_dependency "awesome_print"
Expand All @@ -46,7 +47,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "dotenv"
spec.add_development_dependency "minitest", "~> 5.0"
spec.add_development_dependency "mocha"
spec.add_development_dependency "rack", "~> 2.2"
spec.add_development_dependency "rake"
spec.add_development_dependency "rails"
spec.add_development_dependency "vcr"
Expand Down

0 comments on commit 2f500dd

Please sign in to comment.