diff options
author | Francesco Coda Zabetta <francesco.codazabetta@gmail.com> | 2014-12-15 11:11:38 +0100 |
---|---|---|
committer | Francesco Coda Zabetta <francesco.codazabetta@gmail.com> | 2014-12-24 16:22:08 +0100 |
commit | 84b40a346a46ca75e7a8981999c6b74187328435 (patch) | |
tree | 67caa9f8f17ee1eb925f851c58290826c3ea8060 /Gemfile.lock | |
parent | fe104386b16a73cbac1588aa5cce8319c6355ee9 (diff) | |
download | gitlab-ce-84b40a346a46ca75e7a8981999c6b74187328435.tar.gz |
check browser version, blacklisting outdated IE (version < 10)
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index cf96677f875..84156a73d19 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -49,6 +49,7 @@ GEM debug_inspector (>= 0.0.1) bootstrap-sass (3.0.3.0) sass (~> 3.2) + browser (0.7.2) builder (3.2.2) capybara (2.2.1) mime-types (>= 1.16) @@ -604,6 +605,7 @@ DEPENDENCIES better_errors binding_of_caller bootstrap-sass (~> 3.0) + browser capybara (~> 2.2.1) carrierwave coffee-rails |