remove perftools, no need for it in the gem file, it blows up on travis and most devs don't need it anyway
This commit is contained in:
parent
22a4580df5
commit
62f238714a
2 changed files with 4 additions and 8 deletions
5
Gemfile
5
Gemfile
|
@ -111,5 +111,8 @@ gem 'rack-mini-profiler', git: 'git://github.com/SamSaffron/MiniProfiler'
|
||||||
|
|
||||||
# perftools only works on 1.9 atm
|
# perftools only works on 1.9 atm
|
||||||
group :profile do
|
group :profile do
|
||||||
gem 'rack-perftools_profiler', require: 'rack/perftools_profiler', platform: :mri_19
|
# travis refuses to install this, instead of fuffing, just avoid it for now
|
||||||
|
#
|
||||||
|
# if you need to profile, uncomment out this line
|
||||||
|
# gem 'rack-perftools_profiler', require: 'rack/perftools_profiler', platform: :mri_19
|
||||||
end
|
end
|
||||||
|
|
|
@ -307,11 +307,9 @@ GEM
|
||||||
omniauth-twitter (0.0.14)
|
omniauth-twitter (0.0.14)
|
||||||
multi_json (~> 1.3)
|
multi_json (~> 1.3)
|
||||||
omniauth-oauth (~> 1.0)
|
omniauth-oauth (~> 1.0)
|
||||||
open4 (1.3.0)
|
|
||||||
openid-redis-store (0.0.2)
|
openid-redis-store (0.0.2)
|
||||||
redis
|
redis
|
||||||
ruby-openid
|
ruby-openid
|
||||||
perftools.rb (2.0.0)
|
|
||||||
pg (0.14.1)
|
pg (0.14.1)
|
||||||
polyglot (0.3.3)
|
polyglot (0.3.3)
|
||||||
progress (2.4.0)
|
progress (2.4.0)
|
||||||
|
@ -327,10 +325,6 @@ GEM
|
||||||
rack-openid (1.3.1)
|
rack-openid (1.3.1)
|
||||||
rack (>= 1.1.0)
|
rack (>= 1.1.0)
|
||||||
ruby-openid (>= 2.1.8)
|
ruby-openid (>= 2.1.8)
|
||||||
rack-perftools_profiler (0.6.0)
|
|
||||||
open4 (~> 1.0)
|
|
||||||
perftools.rb (~> 2.0.0)
|
|
||||||
rack (~> 1.0)
|
|
||||||
rack-protection (1.3.2)
|
rack-protection (1.3.2)
|
||||||
rack
|
rack
|
||||||
rack-ssl (1.3.3)
|
rack-ssl (1.3.3)
|
||||||
|
@ -520,7 +514,6 @@ DEPENDENCIES
|
||||||
pg
|
pg
|
||||||
pry-rails
|
pry-rails
|
||||||
rack-mini-profiler!
|
rack-mini-profiler!
|
||||||
rack-perftools_profiler
|
|
||||||
rails
|
rails
|
||||||
rails_multisite!
|
rails_multisite!
|
||||||
rake
|
rake
|
||||||
|
|
Reference in a new issue