diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-12-23 14:05:45 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-12-23 14:05:45 -0500 |
commit | fbca7d72d0bea3ecf02357543ca6d38a246563ff (patch) | |
tree | 1d3cf75bff9e8f7e460b39bf832aac99c16d9fac /Gemfile.lock | |
parent | 9f69a0b2294bfcba720dc0ae9e1aadbb6d77205d (diff) | |
download | gitlab-ce-fbca7d72d0bea3ecf02357543ca6d38a246563ff.tar.gz |
Bump underscore-rails to ~> 1.8.0rs-bump-underscore-rails
Addresses #2857
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 7477b42f2d8..4f4b10c0fb7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -769,7 +769,7 @@ GEM uglifier (2.7.2) execjs (>= 0.3.0) json (>= 1.8.0) - underscore-rails (1.4.4) + underscore-rails (1.8.3) unf (0.1.4) unf_ext unf_ext (0.0.7.1) @@ -965,7 +965,7 @@ DEPENDENCIES tinder (~> 1.10.0) turbolinks (~> 2.5.0) uglifier (~> 2.7.2) - underscore-rails (~> 1.4.4) + underscore-rails (~> 1.8.0) unf (~> 0.1.4) unicorn (~> 4.8.2) unicorn-worker-killer (~> 0.4.2) |