updated gemfile
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -10,6 +10,8 @@ end
|
|||||||
|
|
||||||
group :assets do
|
group :assets do
|
||||||
gem "sass"
|
gem "sass"
|
||||||
|
gem "uglifier"
|
||||||
|
gem "therubyracer"
|
||||||
end
|
end
|
||||||
|
|
||||||
gem "rails", "3.1.1"
|
gem "rails", "3.1.1"
|
||||||
|
|||||||
10
Gemfile.lock
10
Gemfile.lock
@@ -62,11 +62,14 @@ GEM
|
|||||||
activesupport (~> 3.0)
|
activesupport (~> 3.0)
|
||||||
daemons
|
daemons
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
|
execjs (1.2.9)
|
||||||
|
multi_json (~> 1.0)
|
||||||
factory_girl (2.2.0)
|
factory_girl (2.2.0)
|
||||||
activesupport
|
activesupport
|
||||||
hike (1.2.1)
|
hike (1.2.1)
|
||||||
i18n (0.6.0)
|
i18n (0.6.0)
|
||||||
json (1.6.1)
|
json (1.6.1)
|
||||||
|
libv8 (3.3.10.2)
|
||||||
mail (2.3.0)
|
mail (2.3.0)
|
||||||
i18n (>= 0.4.0)
|
i18n (>= 0.4.0)
|
||||||
mime-types (~> 1.16)
|
mime-types (~> 1.16)
|
||||||
@@ -145,12 +148,17 @@ GEM
|
|||||||
super_exception_notifier (3.0.13)
|
super_exception_notifier (3.0.13)
|
||||||
actionmailer
|
actionmailer
|
||||||
rake
|
rake
|
||||||
|
therubyracer (0.9.8)
|
||||||
|
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)
|
||||||
polyglot
|
polyglot
|
||||||
polyglot (>= 0.3.1)
|
polyglot (>= 0.3.1)
|
||||||
tzinfo (0.3.30)
|
tzinfo (0.3.30)
|
||||||
|
uglifier (1.0.4)
|
||||||
|
execjs (>= 0.3.0)
|
||||||
|
multi_json (>= 1.0.2)
|
||||||
webrobots (0.0.12)
|
webrobots (0.0.12)
|
||||||
nokogiri (>= 1.4.4)
|
nokogiri (>= 1.4.4)
|
||||||
whenever (0.7.0)
|
whenever (0.7.0)
|
||||||
@@ -181,4 +189,6 @@ DEPENDENCIES
|
|||||||
simple_form
|
simple_form
|
||||||
simplecov
|
simplecov
|
||||||
super_exception_notifier
|
super_exception_notifier
|
||||||
|
therubyracer
|
||||||
|
uglifier
|
||||||
whenever
|
whenever
|
||||||
|
|||||||
Reference in New Issue
Block a user