suite
This commit is contained in:
parent
4263f9b0f4
commit
51854009fa
2
Gemfile
2
Gemfile
@ -25,7 +25,7 @@ gem 'unicorn'
|
|||||||
|
|
||||||
gem 'haml-rails'
|
gem 'haml-rails'
|
||||||
|
|
||||||
#gem "therubyracer"
|
gem "therubyracer", group: :production
|
||||||
|
|
||||||
gem "country_select"
|
gem "country_select"
|
||||||
|
|
||||||
|
@ -140,6 +140,7 @@ GEM
|
|||||||
kaminari (>= 0.13.0)
|
kaminari (>= 0.13.0)
|
||||||
rails
|
rails
|
||||||
kgio (2.9.3)
|
kgio (2.9.3)
|
||||||
|
libv8 (3.16.14.19)
|
||||||
loofah (2.0.3)
|
loofah (2.0.3)
|
||||||
nokogiri (>= 1.5.9)
|
nokogiri (>= 1.5.9)
|
||||||
mail (2.6.4)
|
mail (2.6.4)
|
||||||
@ -214,6 +215,7 @@ GEM
|
|||||||
rdoc (4.2.0)
|
rdoc (4.2.0)
|
||||||
json (~> 1.4)
|
json (~> 1.4)
|
||||||
redcarpet (3.3.4)
|
redcarpet (3.3.4)
|
||||||
|
ref (2.0.0)
|
||||||
rmagick (2.13.4)
|
rmagick (2.13.4)
|
||||||
roo (2.1.1)
|
roo (2.1.1)
|
||||||
nokogiri (~> 1)
|
nokogiri (~> 1)
|
||||||
@ -252,6 +254,9 @@ GEM
|
|||||||
actionpack (>= 4.0)
|
actionpack (>= 4.0)
|
||||||
activesupport (>= 4.0)
|
activesupport (>= 4.0)
|
||||||
sprockets (>= 3.0.0)
|
sprockets (>= 3.0.0)
|
||||||
|
therubyracer (0.12.3)
|
||||||
|
libv8 (~> 3.16.14.15)
|
||||||
|
ref
|
||||||
thor (0.19.1)
|
thor (0.19.1)
|
||||||
thread_safe (0.3.5)
|
thread_safe (0.3.5)
|
||||||
tilt (1.4.1)
|
tilt (1.4.1)
|
||||||
@ -327,6 +332,7 @@ DEPENDENCIES
|
|||||||
sass-rails (= 5.0.3)
|
sass-rails (= 5.0.3)
|
||||||
sdoc (~> 0.4.0)
|
sdoc (~> 0.4.0)
|
||||||
spring
|
spring
|
||||||
|
therubyracer
|
||||||
truncate_html
|
truncate_html
|
||||||
turbolinks
|
turbolinks
|
||||||
twitter-bootstrap-rails
|
twitter-bootstrap-rails
|
||||||
@ -337,4 +343,4 @@ DEPENDENCIES
|
|||||||
wicked_pdf
|
wicked_pdf
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.13.7
|
1.16.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user