aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock2
2 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 29319e41a..0a2e1f927 100644
--- a/Gemfile
+++ b/Gemfile
@@ -41,4 +41,5 @@ end
group :develop do
gem 'ruby-debug'
+ gem 'annotate'
end
diff --git a/Gemfile.lock b/Gemfile.lock
index f92be20a9..084ce19f3 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -17,6 +17,7 @@ GEM
activeresource (2.3.14)
activesupport (= 2.3.14)
activesupport (2.3.14)
+ annotate (2.4.0)
columnize (0.3.6)
fakeweb (1.3.0)
fast_gettext (0.6.1)
@@ -67,6 +68,7 @@ PLATFORMS
ruby
DEPENDENCIES
+ annotate
fakeweb
fast_gettext (>= 0.6.0)
gettext (>= 1.9.3)