diff options
| author | Michel Etienne | 2013-06-28 15:41:57 +0200 |
|---|---|---|
| committer | Michel Etienne | 2013-06-28 15:41:57 +0200 |
| commit | 3529f9d5f2851b65fcf94b5a4ec3b722b9f6c64c (patch) | |
| tree | eab7c9adfda90b4e06ddd06716e98da65bd4b3aa /Gemfile | |
| parent | e8bf323e77a548e3ea7e9ab8e1e13e90764046c4 (diff) | |
| download | chouette-core-3529f9d5f2851b65fcf94b5a4ec3b722b9f6c64c.tar.bz2 | |
remove projection attributes from stop areas and access points in database
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -23,7 +23,8 @@ gem 'devise_invitable' # Map, Geolocalization gem "map_layers", "0.0.4" -gem "georuby-ext", "0.0.2" +gem "georuby-ext", :git => 'git://github.com/dryade/georuby-ext.git' +#gem "georuby-ext", "0.0.2" # User interface gem 'user_interface', "0.0.3" @@ -45,7 +46,8 @@ gem 'inherited_resources' gem 'will_paginate', '~> 3.0' gem 'ransack' gem 'squeel' -gem 'ninoxe', '0.1.2' +gem 'ninoxe', :git => 'git://github.com/dryade/ninoxe.git' +#gem 'ninoxe', '0.1.2' gem 'acts_as_list', '0.1.6' gem "acts_as_tree-1.8", '1.1.0', :require => "acts_as_tree" |
