Skip to content

Commit

Permalink
Lock rack to 1.5.x until Sinatra is fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Wood committed Dec 29, 2014
1 parent 735db05 commit 0e1d652
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ end

appraise 'sinatra' do
gem 'sinatra'
# Temporary until https://github.com/sinatra/sinatra/pull/907 is released
gem 'rack', '~> 1.5.2'
end

appraise 'delayed_job' do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/sinatra.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem "rspec", ">= 3.0"
gem "rspec-its"
gem "guard"
gem "guard-rspec"
gem "rack"
gem "rack", "~> 1.5.2"
gem "sham_rack"
gem "timecop"
gem "appraisal"
Expand Down

0 comments on commit 0e1d652

Please sign in to comment.