diff options
| author | Michel Etienne | 2012-09-26 08:12:35 +0200 |
|---|---|---|
| committer | Michel Etienne | 2012-09-26 08:12:35 +0200 |
| commit | 8d09e6fbf7c7e804e9c4c80fce195755b572492c (patch) | |
| tree | 8e1a47d948301e0a2c16df7a57282387815370dd | |
| parent | 05f1787884429c5756f445e32dba92e65657b5ef (diff) | |
| download | chouette-core-8d09e6fbf7c7e804e9c4c80fce195755b572492c.tar.bz2 | |
synchro user_interface
| -rw-r--r-- | Gemfile | 8 | ||||
| -rw-r--r-- | Gemfile.lock | 28 |
2 files changed, 18 insertions, 18 deletions
@@ -24,8 +24,8 @@ end gem "map_layers", "~> 0.0.4" gem "georuby-ext", :git => 'git://github.com/dryade/georuby-ext.git' -#gem 'user_interface', :git => 'git://github.com/dryade/user-interface.git' -gem 'user_interface', :git => 'git://sim.dryade.priv/user_interface' #, :path => '~/Projects/UserInterfaceDryade' +gem 'user_interface', :git => 'git://github.com/dryade/user-interface.git' +#gem 'user_interface', :git => 'git://sim.dryade.priv/user_interface' #, :path => '~/Projects/UserInterfaceDryade' gem 'json' gem 'cocoon' gem 'formtastic' @@ -39,9 +39,9 @@ gem "modernizr-rails", "~> 2.0.6" gem 'gravatar_image_tag' gem "acts_as_tree", :git => "git://github.com/dryade/acts_as_tree.git" -#gem 'ninoxe', :git => 'git://github.com/dryade/ninoxe.git' +gem 'ninoxe', :git => 'git://github.com/dryade/ninoxe.git' #gem 'ninoxe', :git => 'git://github.com/dryade/ninoxe.git', :branch => 'V2_0_0' -gem 'ninoxe', :git => 'git://chouette.dryade.priv/ninoxe' #, :path => '~/Projects/Ninoxe' +#gem 'ninoxe', :git => 'git://chouette.dryade.priv/ninoxe' #, :path => '~/Projects/Ninoxe' gem 'acts_as_list', '0.1.6' #gem 'composite_primary_keys', '~> 5.0.8' diff --git a/Gemfile.lock b/Gemfile.lock index bf47b3283..3de1ba403 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,16 +1,4 @@ GIT - remote: git://chouette.dryade.priv/ninoxe - revision: 848e356ff197dc5dcd143057e770373646b4c62c - specs: - ninoxe (0.0.8) - GeoRuby - activerecord (>= 3.1.3) - acts_as_list (= 0.1.6) - composite_primary_keys (>= 4.1.2) - geokit - rails (>= 3.1.3) - -GIT remote: git://github.com/dnagir/database_cleaner.git revision: 0c0aa44f13ae392000a6f506b62d5d1602cb4e53 branch: postgre_jruby_issue @@ -60,8 +48,20 @@ GIT rgeo (~> 0.3.8) GIT - remote: git://sim.dryade.priv/user_interface - revision: d828d7107f2b4025853cbfa7cc0e76cceca27da6 + remote: git://github.com/dryade/ninoxe.git + revision: 848e356ff197dc5dcd143057e770373646b4c62c + specs: + ninoxe (0.0.8) + GeoRuby + activerecord (>= 3.1.3) + acts_as_list (= 0.1.6) + composite_primary_keys (>= 4.1.2) + geokit + rails (>= 3.1.3) + +GIT + remote: git://github.com/dryade/user-interface.git + revision: 2a30a4eb3ff446f9d2b2de12ecacb5f923e5623c specs: user_interface (0.0.1) rails (> 3.1.0) |
