Skip to content

Commit

Permalink
Use my fork of rgeo-activerecord. [#86]
Browse files Browse the repository at this point in the history
  • Loading branch information
marnen committed Aug 3, 2013
1 parent 5a821c5 commit 985c509
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -28,6 +28,7 @@ gem 'gettext_i18n_rails'
gem 'prawn'
gem 'geocoder', '~> 1.1.8'
gem 'rdiscount'
gem 'rgeo-activerecord', github: 'marnen/rgeo-activerecord', branch: 'fix-proc-error-in-default-factory' # TODO: waiting for https://github.com/dazuma/rgeo-activerecord/pull/10
gem 'activerecord-postgis-adapter'
gem 'authlogic', '~> 3.0.3'
gem 'dynamic_form'
Expand Down
15 changes: 11 additions & 4 deletions Gemfile.lock
@@ -1,3 +1,13 @@
GIT
remote: git://github.com/marnen/rgeo-activerecord.git
revision: 26bd2daa1650b35643a3f0aef9ae82186bf1556b
branch: fix-proc-error-in-default-factory
specs:
rgeo-activerecord (0.5.0)
activerecord (>= 3.0.3)
arel (>= 2.0.6)
rgeo (>= 0.3.20)

GEM
remote: http://rubygems.org/
specs:
Expand Down Expand Up @@ -144,10 +154,6 @@ GEM
rdoc (3.12)
json (~> 1.4)
rgeo (0.3.20)
rgeo-activerecord (0.5.0)
activerecord (>= 3.0.3)
arel (>= 2.0.6)
rgeo (>= 0.3.20)
rspec (2.6.0)
rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0)
Expand Down Expand Up @@ -215,6 +221,7 @@ DEPENDENCIES
prawn
rails (= 3.0.20)
rdiscount
rgeo-activerecord!
rspec-rails (~> 2.6.1)
ruby-debug19
rvm-capistrano
Expand Down

0 comments on commit 985c509

Please sign in to comment.