Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
morenocarullo committed Oct 10, 2011
2 parents 6e41bad + 7e56285 commit 93847f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion capybara-webkit.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "capybara-webkit"
s.version = "0.7.1"
s.version = "0.7.2"
s.authors = ["thoughtbot", "Joe Ferris", "Jason Morrison", "Tristan Dunn",
"Joshua Clayton", "Yuichi Tateno", "Aaron Gibralter",
"Vasily Reys", "petrushka", "John Bintz", "Chad Pytel",
Expand Down
2 changes: 1 addition & 1 deletion lib/capybara/driver/webkit/browser.rb
Expand Up @@ -169,7 +169,7 @@ def connect
end

def attempt_connect
@socket = @socket_class.open("localhost", @server_port)
@socket = @socket_class.open("127.0.0.1", @server_port)
rescue Errno::ECONNREFUSED
end

Expand Down

0 comments on commit 93847f7

Please sign in to comment.