diff options
| author | Michel Etienne | 2012-06-19 11:19:23 +0200 |
|---|---|---|
| committer | Michel Etienne | 2012-06-19 11:19:23 +0200 |
| commit | 5e858faea9eeff60b2f0d7f524ec2f80d1221acf (patch) | |
| tree | 2220bf3abf1ac264e765866d16af12f44968293d | |
| parent | 0ef37fc51c1164871149206b405dbb1bbb96b879 (diff) | |
| download | chouette-core-5e858faea9eeff60b2f0d7f524ec2f80d1221acf.tar.bz2 | |
remise en place user_interface de sim
| -rw-r--r-- | Gemfile | 3 | ||||
| -rw-r--r-- | Gemfile.lock | 14 |
2 files changed, 9 insertions, 8 deletions
@@ -22,7 +22,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://github.com/dryade/user-interface.git' +gem 'user_interface', :git => 'git://sim.dryade.priv/user_interface' gem 'json' gem 'cocoon' gem 'formtastic', '2.0.2' diff --git a/Gemfile.lock b/Gemfile.lock index 89625d98b..c7b5a62b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -53,13 +53,6 @@ GIT rgeo (~> 0.3.13) GIT - remote: git://github.com/dryade/user-interface.git - revision: c75665070cace889923bea6a0fb1f7ff724d1368 - specs: - user_interface (0.0.1) - rails (~> 3.1.0) - -GIT remote: git://github.com/thoughtbot/shoulda.git revision: 269edccc7df8f2eb94a96a6a6d248a5960d7fe1f specs: @@ -67,6 +60,13 @@ GIT shoulda-context (~> 1.0) shoulda-matchers (~> 1.0) +GIT + remote: git://sim.dryade.priv/user_interface + revision: c75665070cace889923bea6a0fb1f7ff724d1368 + specs: + user_interface (0.0.1) + rails (~> 3.1.0) + GEM remote: http://rubygems.org/ specs: |
