Skip to content

Update dependencies and Ruby version in configuration files - #222

Merged
rsmoke merged 8 commits into
mainfrom
staging
Mar 12, 2026
Merged

Update dependencies and Ruby version in configuration files#222
rsmoke merged 8 commits into
mainfrom
staging

Conversation

@rsmoke

@rsmoke rsmoke commented Mar 12, 2026

Copy link
Copy Markdown
Member

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:

  • Updated the Ruby version in .ruby-version and .tool-versions files from 3.3.4/3.4.4 to 4.0.1 to standardize the development environment on Ruby 4.0.1.
  • Specified Ruby version 4.0.1 in the Gemfile to ensure bundler enforces the correct Ruby version.
  • Set TargetRubyVersion: 3.3 in .rubocop.yml to guide RuboCop checks, though this may need to be updated to match Ruby 4.0.1.

Dependency updates:

  • Updated the image_processing gem version from ~> 1.2 to ~> 1.14 in the Gemfile for better compatibility with the new Ruby version.# Pull Request

dependabot Bot and others added 8 commits March 9, 2026 02:54
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>
….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.
Update Ruby version to 4.0.1 in configuration files
@rsmoke
rsmoke merged commit 4da2d36 into main Mar 12, 2026
10 checks passed
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.

1 participant