diff options
| author | Michel Etienne | 2012-05-09 08:16:13 +0200 |
|---|---|---|
| committer | Michel Etienne | 2012-05-09 08:16:13 +0200 |
| commit | aefffae313ab033f4c82aa022440df99ef002d5b (patch) | |
| tree | cd5375de1ad9c3c3e87230f77f63a1f557b04cb6 /Gemfile | |
| parent | f95383a7fbc557f07765bc4cb3206a8b3e31bcb3 (diff) | |
| download | chouette-core-aefffae313ab033f4c82aa022440df99ef002d5b.tar.bz2 | |
correct gemfile
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,8 +32,8 @@ gem 'RedCloth' gem "acts_as_tree", :git => "git://github.com/dryade/acts_as_tree.git" gem "acts_as_list", :git => "git://github.com/swanandp/acts_as_list.git" gem 'apartment', :git => 'git://github.com/dryade/apartment.git' -#gem 'ninoxe', :git => 'git://chouette.dryade.priv/ninoxe' #, :path => '~/Projects/Ninoxe' -gem 'ninoxe', :path => '~/workspace/chouette/ninoxe' +gem 'ninoxe', :git => 'git://chouette.dryade.priv/ninoxe' #, :path => '~/Projects/Ninoxe' +#gem 'ninoxe', :path => '~/workspace/chouette/ninoxe' # Gems used only for assets and not required # in production environments by default. |
