Skip to content

Commit

Permalink
DEV: we are waiting on an annotate gem release
Browse files Browse the repository at this point in the history
Once version 2.7.5 is released per: ctran/annotate_models#595
we can drop this conditional.
  • Loading branch information
SamSaffron committed Feb 4, 2019
1 parent 1816bdf commit 1d2c4b0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Gemfile
Expand Up @@ -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
Expand Down

0 comments on commit 1d2c4b0

Please sign in to comment.