Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-08-02 10:48:24 +0400
committerrandx <dmitriy.zaporozhets@gmail.com>2012-08-02 10:48:53 +0400
commit7dd276817c6459e0fdf6524f1b8e51decd385986 (patch)
treeb8682cadd65adc487406e1819e2ac9fe6b43778b /Gemfile.lock
parent9bf7c1ee319496f5cb7f138ca6c82aa167d02864 (diff)
Rack mini profiler for dev env
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index f3a93096e48..ee8c8c8ca06 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -237,6 +237,8 @@ GEM
rack (1.4.1)
rack-cache (1.2)
rack (>= 0.4)
+ rack-mini-profiler (0.1.9)
+ rack (>= 1.1.3)
rack-mount (0.8.3)
rack (>= 1.0.0)
rack-protection (1.2.0)
@@ -408,6 +410,7 @@ DEPENDENCIES
omniauth-ldap!
pry
pygments.rb!
+ rack-mini-profiler
rails (= 3.2.5)
rails-footnotes
raphael-rails (= 1.5.2)