diff options
| author | Luc Donnet | 2012-02-16 10:02:14 +0100 |
|---|---|---|
| committer | Luc Donnet | 2012-02-16 10:02:14 +0100 |
| commit | a0823f387ddea69b0f207ba35165fcfd13b169d3 (patch) | |
| tree | ff9799f10ca5def6f3c199d8dbbd0a1635905c08 /Gemfile | |
| parent | dfd08c9868942f31040f1518a09500ef398e4509 (diff) | |
| download | chouette-core-a0823f387ddea69b0f207ba35165fcfd13b169d3.tar.bz2 | |
Update dependency to dryade github
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,10 +5,10 @@ gem 'rails', '3.1.3' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git' -gem 'user_interface', :path => '~/projects/user_interface' -#gem 'user_interface', :git => 'git://sim.dryade.priv/user_interface' +#gem 'user_interface', :path => '~/projects/user_interface' +gem 'user_interface', :git => 'git://sim.dryade.priv/user_interface' -gem 'apartment', :path => '~/projects/apartment' +gem 'apartment', :git => 'git://github.com/dryade/apartment.git' platforms :jruby do gem 'activerecord-jdbcpostgresql-adapter', :git => 'git://github.com/dryade/activerecord-jdbc-adapter.git' |
