diff --git a/Gemfile b/Gemfile index e23f400bcfd3e5..44384f31f02195 100644 --- a/Gemfile +++ b/Gemfile @@ -142,7 +142,13 @@ group :development do gem 'bullet', require: !!ENV['BULLET'] gem 'better_errors' gem 'binding_of_caller' - gem 'annotate' + + # waiting on 2.7.5 per: https://github.com/ctran/annotate_models/pull/595 + if rails_master? + gem 'annotate', git: 'https://github.com/ctran/annotate_models.git' + else + gem 'annotate' + end end # this is an optional gem, it provides a high performance replacement