Skip to content

Make tests pass on newer Ruby versions#32

Open
olleolleolle wants to merge 4 commits intotxus:masterfrom
olleolleolle:allow-bundler-2
Open

Make tests pass on newer Ruby versions#32
olleolleolle wants to merge 4 commits intotxus:masterfrom
olleolleolle:allow-bundler-2

Conversation

@olleolleolle
Copy link
Copy Markdown
Contributor

@olleolleolle olleolleolle commented Oct 18, 2023

Fixes #31


Ruby 3.1: Some actionable output.

DEPRECATED: Use assert_nil if expecting nil from /home/runner/work/kleisli/kleisli/test/kleisli/maybe_test.rb:9. This will fail in Minitest 6.
/home/runner/work/kleisli/kleisli/test/kleisli/composition_test.rb:33: warning: constant ::Fixnum is deprecated
/home/runner/work/kleisli/kleisli/test/kleisli/composition_test.rb:51: warning: constant ::Fixnum is deprecated
/home/runner/work/kleisli/kleisli/test/kleisli/composition_test.rb:23: warning: constant ::Fixnum is deprecated
/home/runner/work/kleisli/kleisli/test/kleisli/composition_test.rb:7: warning: constant ::Fixnum is deprecated
/home/runner/work/kleisli/kleisli/test/kleisli/composition_test.rb:14: warning: constant ::Fixnum is deprecated
/home/runner/work/kleisli/kleisli/test/kleisli/composition_test.rb:42: warning: constant ::Fixnum is deprecated

Ruby 3.2: needs a newer Rake


NoMethodError: undefined method `=~' for #<Proc:0x00007f6b8ff27bd0 /home/runner/work/kleisli/kleisli/vendor/bundle/ruby/3.2.0/gems/rake-10.5.0/lib/rake/application.rb:393 (lambda)>

(and the 3.1 output had become errors)

@olleolleolle
Copy link
Copy Markdown
Contributor Author

👋 @txus There!

@olleolleolle olleolleolle changed the title Allow Bundler 2 Make tests pass Oct 18, 2023
@olleolleolle olleolleolle changed the title Make tests pass Make tests pass on newer Ruby versions Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI: Make it pass builds

1 participant