diff --git a/Gemfile b/Gemfile index 1f6a687..38c30e3 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ gem 'turbolinks' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem 'jbuilder', '~> 1.0.1' -gem "therubyracer" +gem "therubyracer", group: :production #gem "less-rails" gem "sass-rails", "~> 4.0.3" gem "twitter-bootstrap-rails" diff --git a/Gemfile.lock b/Gemfile.lock index 45015c0..b0bbb78 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -81,6 +81,7 @@ GEM kaminari (0.16.1) actionpack (>= 3.0.0) activesupport (>= 3.0.0) + kgio (2.11.2) libv8 (3.16.14.3) mail (2.5.4) mime-types (~> 1.16) @@ -116,6 +117,7 @@ GEM activesupport (= 4.0.0) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) + raindrops (0.19.0) rake (10.3.2) rdoc (4.1.1) json (~> 1.4) @@ -196,3 +198,7 @@ DEPENDENCIES turbolinks twitter-bootstrap-rails uglifier (>= 1.3.0) + unicorn + +BUNDLED WITH + 1.14.3