diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-07-22 14:43:17 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-07-22 14:43:17 -0600 |
commit | 02913a96359938f58743ac962f9b16081db92ffc (patch) | |
tree | 203d2877db97e02eca6ca0e9307024deedb7a624 /Gemfile | |
parent | 9ccfac275f203459c67290ab3d5f69ac09085276 (diff) | |
download | gitlab-ce-02913a96359938f58743ac962f9b16081db92ffc.tar.gz |
Upgrade gon from 6.0.1 to 6.1.0.cs-upgrade-gon
Removes methods that were deprecated in Rails 5.
Changelog: https://github.com/gazay/gon/compare/3a2b56d...9d89bc9
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -224,7 +224,7 @@ gem 'addressable', '~> 2.3.8' gem 'bootstrap-sass', '~> 3.3.0' gem 'font-awesome-rails', '~> 4.6.1' gem 'gemojione', '~> 3.0' -gem 'gon', '~> 6.0.1' +gem 'gon', '~> 6.1.0' gem 'jquery-atwho-rails', '~> 1.3.2' gem 'jquery-rails', '~> 4.1.0' gem 'jquery-ui-rails', '~> 5.0.0' |