Conversation
Bumps [thruster](https://github.com/basecamp/thruster) from 0.1.18 to 0.1.19. - [Changelog](https://github.com/basecamp/thruster/blob/main/CHANGELOG.md) - [Commits](basecamp/thruster@v0.1.18...v0.1.19) --- updated-dependencies: - dependency-name: thruster dependency-version: 0.1.19 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 8.0.3 to 8.0.4. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v8.0.3...v8.0.4) --- updated-dependencies: - dependency-name: rspec-rails dependency-version: 8.0.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bump thruster from 0.1.18 to 0.1.19
….0.4 Bump rspec-rails from 8.0.3 to 8.0.4
- Changed Ruby version in .ruby-version and .tool-versions to 4.0.1. - Updated Gemfile to specify Ruby 4.0.1. - Modified Gemfile.lock to reflect the new Ruby version and updated unicode-emoji gem to 4.2.0. - Added ffi gem version 1.17.2 to Gemfile.lock.
…rsion 1.17.3 in Gemfile and Gemfile.lock
Update Ruby version to 4.0.1 in configuration files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request upgrades the project to Ruby 4.0.1 and updates related configuration files and dependencies to ensure compatibility. The main focus is on aligning the Ruby version across the environment and updating a key gem version.
Ruby version upgrade:
.ruby-versionand.tool-versionsfiles from 3.3.4/3.4.4 to 4.0.1 to standardize the development environment on Ruby 4.0.1.4.0.1in theGemfileto ensure bundler enforces the correct Ruby version.TargetRubyVersion: 3.3in.rubocop.ymlto guide RuboCop checks, though this may need to be updated to match Ruby 4.0.1.Dependency updates:
image_processinggem version from~> 1.2to~> 1.14in theGemfilefor better compatibility with the new Ruby version.# Pull Request