Lucas Kanashiro
Lucas Kanashiro
With ruby 3.0 (some stuff are disabled in this build): ``` Tilt::AsciidoctorTemplate (disabled) Tilt::BlueClothTemplate (disabled) Tilt::BuilderTemplate (disabled) Tilt::CoffeeScriptTemplate (disabled) Tilt::CommonMarkerTemplate (disabled) //test/tilt_compilesite_test.rb:40: warning: assigned but unused variable - res /usr/share/rubygems-integration/all/gems/creole-0.5.0/lib/creole/parser.rb:255:...
[rack version 3.0.0](https://github.com/rack/rack/blob/main/CHANGELOG.md#300---2022-09-06) was released a couple of months ago, it'd be great if thin could also support that.
**Describe the bug** When running tests of version 2.1.4 in Debian we get the following failure: ``` 1) Vips::SourceCustom can write an image to a user output stream Failure/Error: expect(image.avg).to...
One test is failing when executed on armhf, using ruby 2.5: ``` RUBYLIB=//debian/ruby-strptime/usr/lib/arm-linux-gnueabihf/ruby/vendor_ruby/2.5.0://debian/ruby-strptime/usr/lib/ruby/vendor_ruby:. GEM_PATH=debian/ruby-strptime/usr/share/rubygems-integration/2.5.0:/var/lib/gems/2.5.0:/usr/lib/ruby/gems/2.5.0:/usr/share/rubygems-integration/2.5.0:/usr/share/rubygems-integration/all:/usr/lib/arm-linux-gnueabihf/rubygems-integration/2.5.0 ruby2.5 -S rake -f debian/ruby-tests.rake /usr/bin/ruby2.5 /usr/bin/rspec --pattern ./spec/\*\*/\*_spec.rb Strftime parses %Y parses %y parses %b...
Some tests are failing when they are executed in a sandbox environment because they try to perform some MX records lookup which requires access to some kind of DNS setup....