From 4aa22754094ce51d33f1932cf33c32b7a99ffb49 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Date: Tue, 1 Oct 2013 15:15:14 +0300 Subject: [PATCH] Use annotate from rubygems --- Gemfile | 3 ++- Gemfile.lock | 13 ++++--------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 6530139cf5f1..b827b59adf98 100644 --- a/Gemfile +++ b/Gemfile @@ -145,10 +145,11 @@ group :assets do end group :development do - gem "annotate", git: "https://github.com/ctran/annotate_models.git" + gem "annotate", "~> 2.6.0.beta2" gem "letter_opener" gem 'quiet_assets', '~> 1.0.1' gem 'rack-mini-profiler' + # Better errors handler gem 'better_errors' gem 'binding_of_caller' diff --git a/Gemfile.lock b/Gemfile.lock index 59d67d4efe99..7327e5c28151 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,11 +1,3 @@ -GIT - remote: https://github.com/ctran/annotate_models.git - revision: 18a4e2eb77c8f3ef695b563e4a7ca45dfede819b - specs: - annotate (2.6.0.beta2) - activerecord (>= 2.3.0) - rake (>= 0.8.7) - GEM remote: https://rubygems.org/ specs: @@ -39,6 +31,9 @@ GEM acts-as-taggable-on (2.4.1) rails (>= 3, < 5) addressable (2.3.4) + annotate (2.6.0.beta2) + activerecord (>= 2.3.0) + rake (>= 0.8.7) arel (3.0.2) asciidoctor (0.1.3) awesome_print (1.2.0) @@ -551,7 +546,7 @@ PLATFORMS DEPENDENCIES acts-as-taggable-on - annotate! + annotate (~> 2.6.0.beta2) asciidoctor awesome_print better_errors -- GitLab