diff options
author | Yorick Peterse <yorickpeterse@gmail.com> | 2015-10-02 11:29:46 +0200 |
---|---|---|
committer | Yorick Peterse <yorickpeterse@gmail.com> | 2015-10-02 11:29:46 +0200 |
commit | 2fa89a3dc6a7580969203e43808048b79f172c0c (patch) | |
tree | 80790a74f8e65197f3171a7b97711a335996f8f7 /Gemfile.lock | |
parent | b69b2520b10860f2d7762b2e8dd7830312db7cfd (diff) | |
download | gitlab-ce-2fa89a3dc6a7580969203e43808048b79f172c0c.tar.gz |
Added benchmark-ips to the Gemfile
This allows me to use this Gem for benchmarking without having to
add/remove it every time.
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 6472221bc54..1dd56cd9c8c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,6 +66,7 @@ GEM ice_nine (~> 0.11.0) thread_safe (~> 0.3, >= 0.3.1) bcrypt (3.1.10) + benchmark-ips (2.3.0) better_errors (1.0.1) coderay (>= 1.0.0) erubis (>= 2.6.6) @@ -795,6 +796,7 @@ DEPENDENCIES asciidoctor (~> 1.5.2) attr_encrypted (~> 1.3.4) awesome_print (~> 1.2.0) + benchmark-ips better_errors (~> 1.0.1) binding_of_caller (~> 0.7.2) bootstrap-sass (~> 3.0) |