Skip to content

Commit

Permalink
Fix building for test (savonrb#799)
Browse files Browse the repository at this point in the history
* Update version of puma
* Fix require path
  • Loading branch information
syguer authored and pcai committed Aug 2, 2017
1 parent 3924882 commit 99dcfe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion savon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.add_dependency "nokogiri", ">= 1.7.1"

s.add_development_dependency "rack"
s.add_development_dependency "puma", "2.0.0.b4"
s.add_development_dependency "puma", "~> 3.0"

s.add_development_dependency "rake", "~> 10.1"
s.add_development_dependency "rspec", "~> 2.14"
Expand Down
2 changes: 1 addition & 1 deletion spec/integration/support/application.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require "rack/builder"
require "rack"
require "json"

class IntegrationServer
Expand Down

0 comments on commit 99dcfe2

Please sign in to comment.