diff options
| author | Michel Etienne | 2012-08-20 15:36:15 +0200 |
|---|---|---|
| committer | Michel Etienne | 2012-08-20 15:36:15 +0200 |
| commit | d8a8e23d1cd850edcf1f99727354ce299e2d1aec (patch) | |
| tree | b64926fd7d339b4b32dc72bae21513542cddda01 | |
| parent | 91d2c6349d8586aac914dc017b4be1f0c5e4773d (diff) | |
| download | chouette-core-d8a8e23d1cd850edcf1f99727354ce299e2d1aec.tar.bz2 | |
update therhino... dependency
| -rw-r--r-- | Gemfile | 4 | ||||
| -rw-r--r-- | Gemfile.lock | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -47,14 +47,14 @@ gem 'apartment',:git => 'git://github.com/dryade/apartment.git' # some views use coffee script gem 'coffee-rails', '~> 3.2.1' gem 'coffee-script-source' +gem 'therubyrhino', :platform => :jruby +gem 'therubyracer', :platform => :ruby # Gems used only for assets and not required # in production environments by default. group :assets do gem 'sass-rails', '~> 3.2.3' gem 'uglifier', '>= 1.0.3' - gem 'therubyrhino', :platform => :jruby - gem 'therubyracer', :platform => :ruby end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index c2327e805..5e512e990 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: git://chouette.dryade.priv/ninoxe - revision: dba46b518ef48b8bc89b680ea75734d9388b9991 + revision: c00153cdca8d69ed747b383ebcb60585f3ae390f specs: ninoxe (0.0.8) GeoRuby |
