-
Notifications
You must be signed in to change notification settings - Fork 472
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- move dev deps to the Gemfile - brotli is not a dev dep for jruby (which it doesn't support) - test how brotli responses are handled when Brotli is not loaded
- Loading branch information
1 parent
33bb535
commit 35c2851
Showing
4 changed files
with
43 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
source "https://rubygems.org" | ||
|
||
gemspec | ||
|
||
gem "minitest", "~> 5.14" | ||
gem "rake", "~> 13.0" | ||
gem "rdoc", "~> 6.3" | ||
gem "rubocop", "~> 1.12" | ||
gem "brotli", ">= 0.5" unless RUBY_PLATFORM == "java" |
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