aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock8
2 files changed, 8 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 3b37a9f7e..9ba03385b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -41,5 +41,5 @@ end
group :develop do
gem 'ruby-debug'
- gem 'annotate'
+ gem 'annotate', :git => 'git://github.com/ctran/annotate_models.git'
end
diff --git a/Gemfile.lock b/Gemfile.lock
index 2bfdc2aec..1a9a9b713 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,4 +1,10 @@
GIT
+ remote: git://github.com/ctran/annotate_models.git
+ revision: 18cd39ad01829deba5aa34634b8540d6675ab978
+ specs:
+ annotate (2.4.1.beta1)
+
+GIT
remote: git://github.com/robinhouston/xapian-full.git
revision: a40074b2de825905b92d5ff6f3d6e094b1240c35
specs:
@@ -69,7 +75,7 @@ PLATFORMS
ruby
DEPENDENCIES
- annotate
+ annotate!
fakeweb
fast_gettext (>= 0.6.0)
gettext (>= 1.9.3)