suite
This commit is contained in:
parent
9aba4fbbe1
commit
95a1aa1242
4
Gemfile
4
Gemfile
@ -1,4 +1,4 @@
|
|||||||
source 'https://rubygems.org'
|
source 'http://rubygems.org'
|
||||||
|
|
||||||
#gem 'activerecord-session_store'
|
#gem 'activerecord-session_store'
|
||||||
|
|
||||||
@ -26,7 +26,7 @@ gem 'unicorn'
|
|||||||
|
|
||||||
gem 'haml-rails'
|
gem 'haml-rails'
|
||||||
|
|
||||||
#gem "therubyracer"
|
gem "therubyracer", group: :production
|
||||||
|
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
|
11
Gemfile.lock
11
Gemfile.lock
@ -6,7 +6,7 @@ GIT
|
|||||||
i18n (>= 0.5.0)
|
i18n (>= 0.5.0)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actionmailer (4.2.0)
|
actionmailer (4.2.0)
|
||||||
actionpack (= 4.2.0)
|
actionpack (= 4.2.0)
|
||||||
@ -144,6 +144,7 @@ GEM
|
|||||||
addressable
|
addressable
|
||||||
faraday
|
faraday
|
||||||
multi_json (>= 1.3.0)
|
multi_json (>= 1.3.0)
|
||||||
|
libv8 (3.16.14.19)
|
||||||
loofah (2.0.1)
|
loofah (2.0.1)
|
||||||
nokogiri (>= 1.5.9)
|
nokogiri (>= 1.5.9)
|
||||||
macaddr (1.7.1)
|
macaddr (1.7.1)
|
||||||
@ -213,6 +214,7 @@ GEM
|
|||||||
rake (10.4.2)
|
rake (10.4.2)
|
||||||
rdoc (4.2.0)
|
rdoc (4.2.0)
|
||||||
json (~> 1.4)
|
json (~> 1.4)
|
||||||
|
ref (2.0.0)
|
||||||
rmagick (2.13.4)
|
rmagick (2.13.4)
|
||||||
ruby_parser (3.6.4)
|
ruby_parser (3.6.4)
|
||||||
sexp_processor (~> 4.1)
|
sexp_processor (~> 4.1)
|
||||||
@ -252,6 +254,9 @@ GEM
|
|||||||
activesupport (>= 3.0)
|
activesupport (>= 3.0)
|
||||||
sprockets (>= 2.8, < 4.0)
|
sprockets (>= 2.8, < 4.0)
|
||||||
systemu (2.6.5)
|
systemu (2.6.5)
|
||||||
|
therubyracer (0.12.3)
|
||||||
|
libv8 (~> 3.16.14.15)
|
||||||
|
ref
|
||||||
thor (0.19.1)
|
thor (0.19.1)
|
||||||
thread_safe (0.3.4)
|
thread_safe (0.3.4)
|
||||||
tilt (1.4.1)
|
tilt (1.4.1)
|
||||||
@ -321,6 +326,7 @@ DEPENDENCIES
|
|||||||
savon (~> 2.10.0)
|
savon (~> 2.10.0)
|
||||||
sdoc (~> 0.4.0)
|
sdoc (~> 0.4.0)
|
||||||
spring
|
spring
|
||||||
|
therubyracer
|
||||||
turbolinks
|
turbolinks
|
||||||
twitter-bootstrap-rails
|
twitter-bootstrap-rails
|
||||||
uglifier (>= 1.3.0)
|
uglifier (>= 1.3.0)
|
||||||
@ -328,3 +334,6 @@ DEPENDENCIES
|
|||||||
web-console (~> 2.0)
|
web-console (~> 2.0)
|
||||||
wicked_pdf
|
wicked_pdf
|
||||||
wkhtmltopdf-binary
|
wkhtmltopdf-binary
|
||||||
|
|
||||||
|
BUNDLED WITH
|
||||||
|
1.12.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user