pboling / rack-insight

Debugging toolbar for Rack applications implemented as middleware
http://railsbling.com/retired_projects/rack-insight/
MIT License
151 stars 22 forks source link

Travis fix #34

Closed michaelmior closed 10 years ago

michaelmior commented 10 years ago

This gets things up and running on Travis CI again. You can see results from my build here.

pboling commented 10 years ago

Wow thanks! I was really scratching my head on that. Kinda took wind out of my sails.

michaelmior commented 10 years ago

No problem :) As an aside, you might want to consider ditching Gemfile.lock. It doesn't necessarily reflect the actual versions of gems that will be used anyway and it can be a pain to keep updated.

pboling commented 10 years ago

absolutely. It should be in the .gitignore.

pboling commented 9 years ago

@michaelmior Done and released with version 0.5.29