updated gem
This commit is contained in:
1
Gemfile
1
Gemfile
@@ -11,6 +11,7 @@ end
|
|||||||
group :assets do
|
group :assets do
|
||||||
gem "sass-rails", "~> 3.2.3"
|
gem "sass-rails", "~> 3.2.3"
|
||||||
gem "uglifier", ">= 1.0.3"
|
gem "uglifier", ">= 1.0.3"
|
||||||
|
gem "therubyracer"
|
||||||
end
|
end
|
||||||
|
|
||||||
gem "rails", "3.2.1"
|
gem "rails", "3.2.1"
|
||||||
|
|||||||
@@ -85,6 +85,7 @@ GEM
|
|||||||
i18n (0.6.0)
|
i18n (0.6.0)
|
||||||
journey (1.0.1)
|
journey (1.0.1)
|
||||||
json (1.6.5)
|
json (1.6.5)
|
||||||
|
libv8 (3.3.10.4)
|
||||||
mail (2.4.1)
|
mail (2.4.1)
|
||||||
i18n (>= 0.4.0)
|
i18n (>= 0.4.0)
|
||||||
mime-types (~> 1.16)
|
mime-types (~> 1.16)
|
||||||
@@ -156,6 +157,8 @@ GEM
|
|||||||
super_exception_notifier (3.0.13)
|
super_exception_notifier (3.0.13)
|
||||||
actionmailer
|
actionmailer
|
||||||
rake
|
rake
|
||||||
|
therubyracer (0.9.9)
|
||||||
|
libv8 (~> 3.3.10)
|
||||||
thor (0.14.6)
|
thor (0.14.6)
|
||||||
tilt (1.3.3)
|
tilt (1.3.3)
|
||||||
treetop (1.4.10)
|
treetop (1.4.10)
|
||||||
@@ -199,5 +202,6 @@ DEPENDENCIES
|
|||||||
simple_form
|
simple_form
|
||||||
simplecov
|
simplecov
|
||||||
super_exception_notifier
|
super_exception_notifier
|
||||||
|
therubyracer
|
||||||
uglifier (>= 1.0.3)
|
uglifier (>= 1.0.3)
|
||||||
whenever
|
whenever
|
||||||
|
|||||||
Reference in New Issue
Block a user