diff options
| author | anicet | 2015-06-10 09:01:31 +0200 |
|---|---|---|
| committer | anicet | 2015-06-10 09:01:31 +0200 |
| commit | b215a03e0be421e171c52d4496936fc9a866fba8 (patch) | |
| tree | 3c0b35b31c6a59a233ef2cc81039437c33583445 | |
| parent | e7c1a383609ca157daf302fe79afc46708388cb0 (diff) | |
| download | chouette-core-b215a03e0be421e171c52d4496936fc9a866fba8.tar.bz2 | |
Gemfile : update therubyracer
| -rw-r--r-- | Gemfile | 2 | ||||
| -rw-r--r-- | Gemfile.lock | 10 |
2 files changed, 7 insertions, 5 deletions
@@ -48,7 +48,7 @@ platforms :jruby do end platforms :ruby do - gem 'therubyracer', '~> 0.10.2' + gem 'therubyracer', '~> 0.12' gem 'pg' gem 'sqlite3' end diff --git a/Gemfile.lock b/Gemfile.lock index d74ce823b..cc75de155 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -230,7 +230,7 @@ GEM spoon (~> 0.0.1) letter_opener (1.3.0) launchy (~> 2.2) - libv8 (3.3.10.4) + libv8 (3.16.14.7) listen (2.8.6) celluloid (>= 0.15.2) rb-fsevent (>= 0.9.3) @@ -359,6 +359,7 @@ GEM ffi (>= 0.5.0) rdoc (4.2.0) json (~> 1.4) + ref (1.0.5) responders (1.1.2) railties (>= 3.2, < 4.2) rgeo (0.3.20) @@ -425,8 +426,9 @@ GEM activerecord (>= 3.0) activesupport (>= 3.0) polyamorous (~> 1.1.0) - therubyracer (0.10.2) - libv8 (~> 3.3.10) + therubyracer (0.12.2) + libv8 (~> 3.16.14.0) + ref therubyrhino (2.0.4) therubyrhino_jar (>= 1.7.3) therubyrhino_jar (1.7.4) @@ -552,7 +554,7 @@ DEPENDENCIES spring sqlite3 squeel - therubyracer (~> 0.10.2) + therubyracer (~> 0.12) therubyrhino transpec turbolinks |
