Skip to content

Commit

Permalink
Guh. Use the morph version of the ScraperWiki library so it sees the DB
Browse files Browse the repository at this point in the history
  • Loading branch information
henare committed Apr 11, 2017
1 parent 21741bf commit 0c66129
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,4 +1,4 @@
source "https://rubygems.org"

gem "scraperwiki"
gem "scraperwiki", git: "https://github.com/openaustralia/scraperwiki-ruby.git", branch: "morph_defaults"
gem "mechanize"
14 changes: 10 additions & 4 deletions Gemfile.lock
@@ -1,3 +1,12 @@
GIT
remote: https://github.com/openaustralia/scraperwiki-ruby.git
revision: fc50176812505e463077d5c673d504a6a234aa78
branch: morph_defaults
specs:
scraperwiki (3.0.1)
httpclient
sqlite_magic

GEM
remote: https://rubygems.org/
specs:
Expand All @@ -22,9 +31,6 @@ GEM
nokogiri (1.7.0.1)
mini_portile2 (~> 2.1.0)
ntlm-http (0.1.1)
scraperwiki (3.0.2)
httpclient
sqlite_magic
sqlite3 (1.3.13)
sqlite_magic (0.0.6)
sqlite3
Expand All @@ -38,7 +44,7 @@ PLATFORMS

DEPENDENCIES
mechanize
scraperwiki
scraperwiki!

BUNDLED WITH
1.14.3

0 comments on commit 0c66129

Please sign in to comment.