Skip to content

Instantly share code, notes, and snippets.

@luke-hill
Created October 31, 2017 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luke-hill/740b677b9f9cc70cc9bfedc1798c0f37 to your computer and use it in GitHub Desktop.
Save luke-hill/740b677b9f9cc70cc9bfedc1798c0f37 to your computer and use it in GitHub Desktop.
Using rubocop 0.50.0
Using selenium-webdriver 3.7.0 from source at `.`
Using webmock 2.3.2
Using rspec 3.6.0
Updating files in ../third_party/rb/vendor/cache
Bundle complete! 6 Gemfile dependencies, 28 gems now installed.
Bundled gems are installed into ./build/third_party/rb/vendor/bundle.
/home/osboxes/Code/selenium/rake-tasks/buck.rb:37 warning: multiple Java methods for arguments (Java::OrgApacheHttpClientMethods::HttpGet), using first:
public org.apache.http.client.methods.CloseableHttpResponse org.apache.http.impl.client.CloseableHttpClient.execute(org.apache.http.client.methods.HttpUriRequest) throws java.io.IOException,org.apache.http.client.ClientProtocolException
public org.apache.http.HttpResponse org.apache.http.impl.client.CloseableHttpClient.execute(org.apache.http.client.methods.HttpUriRequest) throws java.io.IOException,org.apache.http.client.ClientProtocolException
Oct 31, 2017 12:33:04 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: "Set-Cookie: logged_in=no; domain=.github.com; path=/; expires=Sat, 31 Oct 2037 12:33:04 -0000; secure; HttpOnly". Invalid 'expires' attribute: Sat, 31 Oct 2037 12:33:04 -0000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment