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

Update to the latest version of RSpec and Bundler. #131

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

Conversation

treacher
Copy link

@treacher treacher commented Aug 29, 2023

Context

Due to having an M1 mac I was having issues installing older versions (versions below 2.7) of Ruby and get the tests succeeding locally. To get around this I've updated to the latest version of RSpec and Bundler.

Changes

  • Update the Travis CI configuration to test for Ruby 2.7, 3.0, 3.1 and 3.2
  • Add rexml gem as it's no longer bundled in newer versions of Ruby.
  • Update RSpec to version 3.
  • Update bundler version to 2.4.19.
  • Update tests to use expect macters.

Testing

Ran tests on Mac (Ruby 2.7) and Ubuntu 20.04 Codespace (Ruby 3.2) and observed they all pass with no deprecation messages.

@treacher treacher marked this pull request as ready for review August 29, 2023 02:29
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.

None yet

1 participant