Skip to content

Commit

Permalink
Downgrade rack due to bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mhenrixon committed Mar 21, 2020
1 parent e9bd848 commit a95ed9a
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -8,6 +8,7 @@ LOCAL_GEMS = "Gemfile.local"
gem "appraisal", ">= 2.2"
gem "rspec-eventually", require: false
gem "rspec-its", require: false
gem "rack", '2.2.1'

platforms :jruby do
gem "pry-debugger-jruby"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/sidekiq_4.0.gemfile
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gem "appraisal", ">= 2.2"
gem "rspec-eventually", require: false
gem "rspec-its", require: false
gem "rack", "2.2.1"
gem "sidekiq", "~> 4.0.0"

platforms :jruby do
Expand Down
1 change: 1 addition & 0 deletions gemfiles/sidekiq_4.1.gemfile
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gem "appraisal", ">= 2.2"
gem "rspec-eventually", require: false
gem "rspec-its", require: false
gem "rack", "2.2.1"
gem "sidekiq", "~> 4.1.0"

platforms :jruby do
Expand Down
1 change: 1 addition & 0 deletions gemfiles/sidekiq_4.2.gemfile
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gem "appraisal", ">= 2.2"
gem "rspec-eventually", require: false
gem "rspec-its", require: false
gem "rack", "2.2.1"
gem "sidekiq", "~> 4.2.0"

platforms :jruby do
Expand Down
1 change: 1 addition & 0 deletions gemfiles/sidekiq_5.0.gemfile
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gem "appraisal", ">= 2.2"
gem "rspec-eventually", require: false
gem "rspec-its", require: false
gem "rack", "2.2.1"
gem "sidekiq", "~> 5.0.0"

platforms :jruby do
Expand Down
1 change: 1 addition & 0 deletions gemfiles/sidekiq_5.1.gemfile
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gem "appraisal", ">= 2.2"
gem "rspec-eventually", require: false
gem "rspec-its", require: false
gem "rack", "2.2.1"
gem "sidekiq", "~> 5.1.0"

platforms :jruby do
Expand Down
1 change: 1 addition & 0 deletions gemfiles/sidekiq_5.2.gemfile
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gem "appraisal", ">= 2.2"
gem "rspec-eventually", require: false
gem "rspec-its", require: false
gem "rack", "2.2.1"
gem "sidekiq", "~> 5.2.0"

platforms :jruby do
Expand Down
1 change: 1 addition & 0 deletions gemfiles/sidekiq_6.0.gemfile
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gem "appraisal", ">= 2.2"
gem "rspec-eventually", require: false
gem "rspec-its", require: false
gem "rack", "2.2.1"
gem "sidekiq", ">= 6.0.pre", "< 6.1"

platforms :jruby do
Expand Down
1 change: 1 addition & 0 deletions gemfiles/sidekiq_develop.gemfile
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gem "appraisal", ">= 2.2"
gem "rspec-eventually", require: false
gem "rspec-its", require: false
gem "rack", "2.2.1"
gem "sidekiq", git: "https://github.com/mperham/sidekiq.git"

platforms :jruby do
Expand Down

0 comments on commit a95ed9a

Please sign in to comment.