diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-12-22 16:19:02 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-12-22 16:19:02 -0500 |
commit | 26fa1524f7e5ba10d0ad9f2c2ab5c5a5daaeae69 (patch) | |
tree | 9a42c9ed62d5b8449b6666c99450b81622a2047e /Gemfile | |
parent | 3b61dc47ec377b857b66f9b2a81a183276163f4e (diff) | |
download | gitlab-ce-26fa1524f7e5ba10d0ad9f2c2ab5c5a5daaeae69.tar.gz |
Bump jquery-rails to ~> 4.0.0, jquery-ui-rails to ~> 5.0.0
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -202,9 +202,9 @@ gem 'font-awesome-rails', '~> 4.2' gem 'gitlab_emoji', '~> 0.2.0' gem 'gon', '~> 6.0.1' gem 'jquery-atwho-rails', '~> 1.3.2' -gem 'jquery-rails', '~> 3.1.3' +gem 'jquery-rails', '~> 4.0.0' gem 'jquery-scrollto-rails', '~> 1.4.3' -gem 'jquery-ui-rails', '~> 4.2.1' +gem 'jquery-ui-rails', '~> 5.0.0' gem 'nprogress-rails', '~> 0.1.6.7' gem 'raphael-rails', '~> 2.1.2' gem 'request_store', '~> 1.2.0' |