diff options
author | connorshea <connor.james.shea@gmail.com> | 2016-04-10 15:14:57 -0600 |
---|---|---|
committer | connorshea <connor.james.shea@gmail.com> | 2016-04-10 15:14:57 -0600 |
commit | a7e1638b430627133a33986b8a8283891431567a (patch) | |
tree | 91abd370f235485bf5be327d4832a7c6e0fdc0ae /Gemfile | |
parent | 0631a1e9e2ad281d460b9183609e9fcef0bf4c6b (diff) | |
download | gitlab-ce-a7e1638b430627133a33986b8a8283891431567a.tar.gz |
Upgrade annotate from 2.6.10 to 2.7.0
Includes compatibility with Rails 5. We don’t have any tests for this,
so no need to run them. [ci skip]
Changelog: https://github.com/ctran/annotate_models/releases/tag/v2.7.0
Working towards #14286.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -239,7 +239,7 @@ group :development do gem "foreman" gem 'brakeman', '~> 3.2.0', require: false - gem "annotate", "~> 2.6.0" + gem "annotate", "~> 2.7.0" gem "letter_opener", '~> 1.1.2' gem 'quiet_assets', '~> 1.0.2' gem 'rerun', '~> 0.11.0' |