Skip to content

Commit

Permalink
update to latest version of mini profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Jan 6, 2014
1 parent b48f058 commit e6d9903
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ gem 'lru_redux'
# we are open to it. by deferring require to the initializer we can configure disourse installs without it

gem 'flamegraph', require: false
gem 'rack-mini-profiler', '0.9.0.pre ', require: false
gem 'rack-mini-profiler', require: false

# used for caching, optional
gem 'rack-cors', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile_rails4.lock
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ GEM
rack (1.5.2)
rack-cors (0.2.8)
rack
rack-mini-profiler (0.9.0.pre)
rack-mini-profiler (0.9.0)
rack (>= 1.1.3)
rack-openid (1.3.1)
rack (>= 1.1.0)
Expand Down Expand Up @@ -455,7 +455,7 @@ DEPENDENCIES
puma
qunit-rails
rack-cors
rack-mini-profiler (= 0.9.0.pre)
rack-mini-profiler
rack-protection
rails
rails-observers
Expand Down

0 comments on commit e6d9903

Please sign in to comment.