From 6a4269f8991b1b4ac8773f695e536d60fbeac892 Mon Sep 17 00:00:00 2001 From: Ken Lu Date: Wed, 12 Jun 2013 09:16:34 -0400 Subject: [PATCH] added a gem of annotate --- Gemfile | 1 + Gemfile.lock | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index 9989a1e..2ebd20d 100644 --- a/Gemfile +++ b/Gemfile @@ -19,6 +19,7 @@ gem 'pg' group :development do gem 'sqlite3' + gem 'annotate' end # Gems used only for assets and not required diff --git a/Gemfile.lock b/Gemfile.lock index af501fe..ca8f548 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -28,6 +28,8 @@ GEM activesupport (3.2.7) i18n (~> 0.6) multi_json (~> 1.0) + annotate (2.5.0) + rake arel (3.0.2) bcrypt-ruby (3.0.1) bootstrap-sass (2.0.4.0) @@ -122,6 +124,7 @@ PLATFORMS ruby DEPENDENCIES + annotate bootstrap-sass (= 2.0.4) cancan (= 1.6.8) coffee-rails (~> 3.2.1)