1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/Gemfile
Patrik Ragnarsson d676c659e7
Bump RuboCop to work with newer Psych versions (#2783)
* Patch Rubocop's yaml_safe_load to work with newer Psych versions

* Fix rubocop namespace

* Remove rubocop skip condition from workflow steps

* Fix rubygems warnings about required_ruby_version bug

* Fix step name

* Use RuboCop 0.64.0

Last version we can use while still having Ruby 2.2 support, 0.65.0
drops it: 0c0bee1807/CHANGELOG.md (0650-2019-02-19)

Fixes issues with RubyGems and Psych: https://github.com/puma/puma/pull/2779

Co-authored-by: Dalibor Nasevic <dalibor.nasevic@gmail.com>
2021-12-31 14:18:16 +01:00

26 lines
523 B
Ruby

source "https://rubygems.org"
gemspec
gem "rdoc"
gem "rake-compiler", "~> 1.1.1"
gem "json", "~> 2.3"
gem "nio4r", "~> 2.0"
gem "rack", ">= 1.6.13"
gem "minitest", "~> 5.11"
gem "minitest-retry"
gem "minitest-proveit"
gem "minitest-stub-const"
gem "sd_notify"
gem "jruby-openssl", :platform => "jruby"
gem "rubocop", "~> 0.64.0"
if %w(2.2.7 2.2.8 2.2.9 2.2.10 2.3.4 2.4.1).include? RUBY_VERSION
gem "stopgap_13632", "~> 1.0", :platforms => ["mri", "mingw", "x64_mingw"]
end
gem 'm'
gem "localhost", require: false