Commit a06272c061e9ce3dab4890666abffe2941dbbb19

Authored by Rafael Manzo
1 parent 493839b7

JavaScript runtime library gem added

Showing 2 changed files with 7 additions and 1 deletions   Show diff stats
Gemfile
... ... @@ -15,7 +15,7 @@ group :assets do
15 15 gem 'coffee-rails', '~> 3.2.1'
16 16  
17 17 # See https://github.com/sstephenson/execjs#readme for more supported runtimes
18   - # gem 'therubyracer', :platforms => :ruby
  18 + gem 'therubyracer', :platforms => :ruby
19 19  
20 20 gem 'uglifier', '>= 1.0.3'
21 21 end
... ...
Gemfile.lock
... ... @@ -47,6 +47,7 @@ GEM
47 47 railties (>= 3.0, < 5.0)
48 48 thor (>= 0.14, < 2.0)
49 49 json (1.7.7)
  50 + libv8 (3.11.8.17)
50 51 mail (2.5.3)
51 52 i18n (>= 0.4.0)
52 53 mime-types (~> 1.16)
... ... @@ -79,6 +80,7 @@ GEM
79 80 rake (10.0.4)
80 81 rdoc (3.12.2)
81 82 json (~> 1.4)
  83 + ref (1.0.4)
82 84 sass (3.2.8)
83 85 sass-rails (3.2.6)
84 86 railties (~> 3.2.0)
... ... @@ -90,6 +92,9 @@ GEM
90 92 rack (~> 1.0)
91 93 tilt (~> 1.1, != 1.3.0)
92 94 sqlite3 (1.3.7)
  95 + therubyracer (0.11.4)
  96 + libv8 (~> 3.11.8.12)
  97 + ref
93 98 thor (0.18.1)
94 99 tilt (1.4.0)
95 100 treetop (1.4.12)
... ... @@ -109,4 +114,5 @@ DEPENDENCIES
109 114 rails (= 3.2.13)
110 115 sass-rails (~> 3.2.3)
111 116 sqlite3
  117 + therubyracer
112 118 uglifier (>= 1.0.3)
... ...