Use annotate from rubygems

This commit is contained in:
Dmitriy Zaporozhets
2013-10-01 15:15:14 +03:00
parent ac6180bcb0
commit 4aa2275409
2 changed files with 6 additions and 10 deletions
+2 -1
View File
@@ -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'
+4 -9
View File
@@ -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