-
-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(digest): write digest on middleware call (#774)
* fix(digest): write digest on middleware call * chore: prefer Sidekiq::Job everywhree * chore(lint): lint'em real good * fix(ci): improve reliability of test on linux * chore(ci): test against newer versions * chore(lint): lint'em real good * fix(unlock): make cleanup more aggressive * fix: prevent time helper conflicts Closes #790
- Loading branch information
Showing
32 changed files
with
193 additions
and
162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# This file was generated by Appraisal | ||
|
||
source "https://rubygems.org" | ||
|
||
gem "appraisal" | ||
gem "faraday-retry" | ||
gem "gem-release" | ||
gem "github-markup" | ||
gem "rack-test" | ||
gem "rake", "13.0.3" | ||
gem "reek", ">= 5.3" | ||
gem "rspec" | ||
gem "rspec-benchmark" | ||
gem "rspec-html-matchers" | ||
gem "rspec-its" | ||
gem "rubocop-mhenrixon" | ||
gem "simplecov-sublime", ">= 0.21.2", require: false | ||
gem "sinatra" | ||
gem "timecop" | ||
gem "toxiproxy" | ||
gem "yard" | ||
gem "sidekiq", "~> 7.0.0" | ||
|
||
platforms :mri do | ||
gem "concurrent-ruby-ext" | ||
end | ||
|
||
gemspec path: "../" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# This file was generated by Appraisal | ||
|
||
source "https://rubygems.org" | ||
|
||
gem "appraisal" | ||
gem "faraday-retry" | ||
gem "gem-release" | ||
gem "github-markup" | ||
gem "rack-test" | ||
gem "rake", "13.0.3" | ||
gem "reek", ">= 5.3" | ||
gem "rspec" | ||
gem "rspec-benchmark" | ||
gem "rspec-html-matchers" | ||
gem "rspec-its" | ||
gem "rubocop-mhenrixon" | ||
gem "simplecov-sublime", ">= 0.21.2", require: false | ||
gem "sinatra" | ||
gem "timecop" | ||
gem "toxiproxy" | ||
gem "yard" | ||
gem "sidekiq", "~> 7.0.0" | ||
|
||
platforms :mri do | ||
gem "concurrent-ruby-ext" | ||
end | ||
|
||
gemspec path: "../" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.