diff options
-rw-r--r-- | Gemfile | 1 | ||||
-rw-r--r-- | Gemfile.lock | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -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) |