Skip to content

Commit

Permalink
Merge caf639c into fca9c5e
Browse files Browse the repository at this point in the history
  • Loading branch information
notEthan committed Aug 14, 2018
2 parents fca9c5e + caf639c commit 200364d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scorpio.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "faraday"
# we are monkey patching json-schema with a fix that has not been merged in a timely fashion.
spec.add_dependency "json-schema", "~> 2.8"
spec.add_dependency "api_hammer"
spec.add_development_dependency "bundler", "~> 1.12"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "minitest", "~> 5.0"
Expand All @@ -32,7 +33,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rack", "~> 1.0"
spec.add_development_dependency "rack-accept"
spec.add_development_dependency "rack-test"
spec.add_development_dependency "api_hammer"
spec.add_development_dependency "activerecord"
spec.add_development_dependency "sqlite3"
spec.add_development_dependency "database_cleaner"
Expand Down

0 comments on commit 200364d

Please sign in to comment.