Skip to content

Commit

Permalink
upgrade to rgeoserver 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Hardy committed Mar 10, 2016
1 parent 1670e1b commit c627ee5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'ffi-geos', '~> 1.0' # XXX: where is this used?
gem 'lyber-core', '~> 4.0', '>= 4.0.3'
gem 'pry', '~> 0.10' # for console
gem 'rake', '~> 10.3'
gem 'rgeoserver', '~> 0.7.10'
gem 'rgeoserver', '~> 0.8.0'
gem 'robot-controller', '~> 2.0', '>= 2.0.4' # requires Resque
gem 'rsolr', '~> 1.0'
gem 'slop', '~> 3.6' # for bin/run_robot
Expand Down
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -209,18 +209,18 @@ GEM
netrc (~> 0.7)
retries (0.0.5)
rgeo (0.3.20)
rgeo-shapefile (0.2.3)
dbf (>= 1.7.0)
rgeo (>= 0.3.3)
rgeoserver (0.7.10)
activemodel (~> 3.2.0)
activesupport (~> 3.2.0)
confstruct (~> 0.2.0)
nokogiri (~> 1.6.0)
rgeo-shapefile (0.4.1)
dbf (~> 3.0)
rgeo (~> 0.3)
rgeoserver (0.8.0)
activemodel (~> 3.2)
activesupport (~> 3.2)
confstruct (~> 0.2)
nokogiri (~> 1.6)
rest-client (~> 1.6)
rgeo (~> 0.3.0)
rgeo-shapefile (~> 0.2.0)
rubyzip (~> 0.9.0)
rgeo (~> 0.3.20)
rgeo-shapefile (~> 0.2)
rubyzip (~> 0.9)
robot-controller (2.0.4)
bluepill
rake (~> 10.3)
Expand Down Expand Up @@ -320,7 +320,7 @@ DEPENDENCIES
pry (~> 0.10)
rake (~> 10.3)
redcarpet
rgeoserver (~> 0.7.10)
rgeoserver (~> 0.8.0)
robot-controller (~> 2.0, >= 2.0.4)
rsolr (~> 1.0)
rspec
Expand Down

0 comments on commit c627ee5

Please sign in to comment.