This website works better with JavaScript.
Home
Explore
Help
Sign In
adrianshort
/
kingston-planning-applications
mirror of
https://github.com/adrianshort/kingston-planning-applications.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Use ruby 2.3.1
master
Adrian Short
7 years ago
parent
19958d3d15
commit
111544508f
3 changed files
with
9 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
.gitignore
+1
-1
Gemfile
+6
-0
Gemfile.lock
+ 2
- 2
.gitignore
View File
@@ -1,2 +1,2 @@
# Ignore output of scraper
data
.s
qlit
e
data.sqlite
# Ignore output of scraper
.
ruby-gem
se
t
+ 1
- 1
Gemfile
View File
@@ -4,7 +4,7 @@
source "https://rubygems.org"
source "https://rubygems.org"
ruby "2.
0.0
"
ruby "2.
3.1
"
gem "scraperwiki", git: "https://github.com/openaustralia/scraperwiki-ruby.git", branch: "morph_defaults"
gem "scraperwiki", git: "https://github.com/openaustralia/scraperwiki-ruby.git", branch: "morph_defaults"
gem "mechanize"
gem "mechanize"
+ 6
- 0
Gemfile.lock
View File
@@ -45,3 +45,9 @@ PLATFORMS
DEPENDENCIES
DEPENDENCIES
mechanize
mechanize
scraperwiki!
scraperwiki!
RUBY VERSION
ruby 2.3.1p112
BUNDLED WITH
1.15.1
Write
Preview
Loading…
Cancel
Save