diff --git a/Gemfile b/Gemfile index da9454d..9bb8108 100644 --- a/Gemfile +++ b/Gemfile @@ -16,6 +16,7 @@ gem 'haml-rails', '~> 0.3.4' gem 'jquery-rails', '~> 2.0' gem 'pg', '~> 0.17.1' gem 'will_paginate', '~> 3.0.3' +gem 'jbuilder', '~> 2.0.3' # Gems used only for assets and not required # in production environments by default. diff --git a/Gemfile.lock b/Gemfile.lock index 2d2cc25..e9971ae 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -103,6 +103,9 @@ GEM railties (>= 3.1, < 4.1) hike (1.2.3) i18n (0.6.1) + jbuilder (2.0.3) + activesupport (>= 3.0.0) + multi_json (>= 1.2.0) journey (1.0.4) jquery-rails (2.3.0) railties (>= 3.0, < 5.0) @@ -243,6 +246,7 @@ DEPENDENCIES guard-rspec (~> 4.2.6) guard-spork (~> 1.5.1) haml-rails (~> 0.3.4) + jbuilder (~> 2.0.3) jquery-rails (~> 2.0) launchy (~> 2.4.2) netzke-basepack (~> 0.8.0)