Skip to content

Commit

Permalink
Use my fork of jammit-sinatra which removes the middleware in prod mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed Apr 3, 2012
1 parent 65e917a commit 6a18acd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gem 'sinatra', '1.3.2'
gem 'thin'
gem 'yajl-ruby', :require => 'yajl/json_gem'
gem 'jammit', :git => 'https://github.com/mcmire/jammit', :branch => 'fix_rails_assumptions'
gem 'jammit-sinatra'
gem 'jammit-sinatra', :git => 'https://github.com/mcmire/jammit-sinatra', :branch => 'middleware_only_dev'

group :development do
gem 'shotgun'
Expand Down
12 changes: 9 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ GIT
jammit (0.6.5)
yui-compressor (>= 0.9.3)

GIT
remote: https://github.com/mcmire/jammit-sinatra
revision: 2805e62e2a24cb6e795661fae06326b0dff84d93
branch: middleware_only_dev
specs:
jammit-sinatra (0.6.0.1)
jammit (>= 0.6.0)

GEM
remote: http://rubygems.org/
specs:
Expand Down Expand Up @@ -43,8 +51,6 @@ GEM
rest-client (~> 1.6.1)
rubyzip
term-ansicolor (~> 1.0.5)
jammit-sinatra (0.6.0.1)
jammit (>= 0.6.0)
launchy (2.0.5)
addressable (~> 2.2.6)
mime-types (1.17.2)
Expand Down Expand Up @@ -87,7 +93,7 @@ DEPENDENCIES
guard-sass
heroku
jammit!
jammit-sinatra
jammit-sinatra!
rake
rb-fsevent
shotgun
Expand Down

0 comments on commit 6a18acd

Please sign in to comment.