Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Ruby 3.3 #16

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    3d11eb7 View commit details
    Browse the repository at this point in the history
  2. Fix RSpec deprecation warning

    The warning was
    
        `be_false` is deprecated. Use `be_falsey` (for Ruby's conditional
        semantics) or `be false` (for exact `== false` equality) instead.
        Called from
        /Users/pat/academia/libraries/trueskill/spec/saulabs/trueskill/factor_graph_spec.rb:119:in
        `block (6 levels) in <top (required)>'.
    patbl committed May 10, 2024
    Configuration menu
    Copy the full SHA
    be37e14 View commit details
    Browse the repository at this point in the history
  3. Fix RSpec deprecation warning

    The warning was
    
    	TrueSkillMatchers::EqualRating implements a legacy RSpec matcher protocol.
        For the current protocol you should expose the failure messages via the
        `failure_message` and `failure_message_when_negated` methods.  (Used from
        /Users/pat/academia/libraries/trueskill/spec/saulabs/trueskill/factor_graph_spec.rb:66:in
        `block (5 levels) in <top (required)>')
    patbl committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ab62ada View commit details
    Browse the repository at this point in the history
  4. Upgrade RSpec

    patbl committed May 10, 2024
    Configuration menu
    Copy the full SHA
    b329426 View commit details
    Browse the repository at this point in the history
  5. Add .tool-versions file

    Ruby 3.3.1 is the latest version.
    patbl committed May 10, 2024
    Configuration menu
    Copy the full SHA
    f8372b8 View commit details
    Browse the repository at this point in the history
  6. Bump Travis CI Ruby version

    patbl committed May 10, 2024
    Configuration menu
    Copy the full SHA
    4676aa4 View commit details
    Browse the repository at this point in the history