diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-07-22 14:40:29 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-07-26 11:06:44 -0600 |
commit | 9116ec57bba8ede272bf167954e7e903a687c8ac (patch) | |
tree | 409ce5fa62787565df16c92b8cf4c0d357599dfe /Gemfile | |
parent | 9ccfac275f203459c67290ab3d5f69ac09085276 (diff) | |
download | gitlab-ce-9116ec57bba8ede272bf167954e7e903a687c8ac.tar.gz |
Upgrade Bullet from 5.0.0 to 5.2.0.cs-upgrade-bullet
Removes methods that were deprecated in Rails 5.
Changelog: https://github.com/flyerhzm/bullet/blob/master/CHANGELOG.md#520
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -252,7 +252,7 @@ group :development do gem 'letter_opener_web', '~> 1.3.0' gem 'rerun', '~> 0.11.0' - gem 'bullet', '~> 5.0.0', require: false + gem 'bullet', '~> 5.2.0', require: false gem 'rblineprof', '~> 0.3.6', platform: :mri, require: false gem 'web-console', '~> 2.0' |