From acc4558297b05db32ca1ee2cd4130d8160ae2d32 Mon Sep 17 00:00:00 2001 From: Marnen Laibow-Koser Date: Mon, 28 Mar 2011 15:10:11 -0400 Subject: [PATCH] Install GeoRuby. [#53] --- Gemfile | 3 ++- Gemfile.lock | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 5fb145a6..df4c8837 100644 --- a/Gemfile +++ b/Gemfile @@ -4,4 +4,5 @@ source 'http://localhost:8808' gem 'rails', '~> 2.3.5' gem 'postgres' gem 'fast_gettext' -gem 'prawn' \ No newline at end of file +gem 'prawn' +gem 'GeoRuby' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 5a65a338..0ddbb64c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,7 @@ GEM remote: http://localhost:8808/ specs: + GeoRuby (1.3.3) actionmailer (2.3.10) actionpack (= 2.3.10) actionpack (2.3.10) @@ -30,6 +31,7 @@ PLATFORMS ruby DEPENDENCIES + GeoRuby fast_gettext postgres prawn