mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00

* appveyour config * proper platforms for windows * disabling tests with ssl and interrupts * excessive ssl setup * fixed message * adding info in readme regarding stopgap_13632 * formatting * trailing spaces
20 lines
358 B
Ruby
20 lines
358 B
Ruby
source "https://rubygems.org"
|
|
|
|
gemspec
|
|
|
|
gem "hoe"
|
|
gem "hoe-git"
|
|
gem "hoe-ignore"
|
|
gem "rdoc"
|
|
gem "rake-compiler"
|
|
|
|
gem "rack", "< 3.0"
|
|
gem "minitest", "~> 5.9"
|
|
|
|
gem "jruby-openssl", :platform => "jruby"
|
|
|
|
gem "rubocop", "~> 0.49.1"
|
|
|
|
if %w(2.2.7 2.3.4 2.4.1).include? RUBY_VERSION
|
|
gem "stopgap_13632", "~> 1.0", :platforms => ["mri", "mingw", "x64_mingw"]
|
|
end
|