Skip to content

Commit

Permalink
Merge pull request omniauth#149 from appropriate/fix-rack-1-tests
Browse files Browse the repository at this point in the history
chore: Fix Travis specs by locking rack-test
  • Loading branch information
md5 authored Jan 31, 2018
2 parents 89eeb83 + a0031b1 commit 0594259
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
appraise 'rack-1' do
gem 'rack', '~> 1.x'
gem 'rack-test', '~> 0.7.0'
gem 'term-ansicolor', '1.3.2'
end

Expand Down
5 changes: 3 additions & 2 deletions gemfiles/rack_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ source "https://rubygems.org"

gem "appraisal"
gem "rack", "~> 1.x"
gem "rack-test", "~> 0.7.0"
gem "term-ansicolor", "1.3.2"

group :test do
gem "coveralls", "~> 0.8", ">= 0.8.13", :require => false
gem "coveralls", "~> 0.8", ">= 0.8.13", require: false
gem "json", "~> 1.8"
gem "tins", "~> 1.6.0"
gem "mime-types", "< 3"
end

gemspec :path => "../"
gemspec path: "../"
4 changes: 2 additions & 2 deletions gemfiles/rack_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ gem "appraisal"
gem "rack", "~> 2.x"

group :test do
gem "coveralls", "~> 0.8", ">= 0.8.13", :require => false
gem "coveralls", "~> 0.8", ">= 0.8.13", require: false
gem "json", "~> 1.8"
gem "tins", "~> 1.6.0"
gem "mime-types", "< 3"
end

gemspec :path => "../"
gemspec path: "../"

0 comments on commit 0594259

Please sign in to comment.