Skip to content

Commit

Permalink
Fixed restclient bug
Browse files Browse the repository at this point in the history
  • Loading branch information
adityabindal committed Feb 9, 2017
1 parent 704ddd6 commit 6c30600
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -9,6 +9,6 @@ ruby "2.2.1"
gem "scraperwiki", git: "https://github.com/openaustralia/scraperwiki-ruby.git", branch: "morph_defaults"
gem "mechanize"
gem 'nokogiri'
gem 'restclient'
gem 'rest-client'
gem 'retryable'
gem 'json'
10 changes: 6 additions & 4 deletions Gemfile.lock
Expand Up @@ -29,12 +29,14 @@ GEM
mini_portile (0.6.2)
net-http-digest_auth (1.4)
net-http-persistent (2.9.4)
netrc (0.11.0)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
ntlm-http (0.1.1)
paint (1.0.1)
restclient (0.14.3)
paint (~> 1.0)
rest-client (2.0.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
retryable (2.0.4)
sqlite3 (1.3.10)
sqlite_magic (0.0.3)
Expand All @@ -51,7 +53,7 @@ DEPENDENCIES
json
mechanize
nokogiri
restclient
rest-client
retryable
scraperwiki!

Expand Down

0 comments on commit 6c30600

Please sign in to comment.