Skip to content

Conversation

@codycooperross
Copy link
Contributor

@codycooperross codycooperross commented Nov 5, 2025

To negotiate the following error in our staging deployment:

Error: The application encountered the following error: You have already activated forwardable 1.3.2, but your Gemfile requires forwardable 1.3.3. Since forwardable is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports forwardable as a default gem. (Gem::LoadError)

. . . this PR:

  • Updates to Ruby 3.1.6
  • Installs Bundler 2.6.9 in the Dockerfile and GitHub workflows
  • Updates Gemfile.lock using Bundler 2.6.9
  • Installs RubyGems 3.6.0 in the Dockerfile and GitHub workflows

This configuration is functional when the Docker container is running locally. Local requests used to trigger the Passenger error above.

@codycooperross codycooperross merged commit 253e6dc into master Nov 5, 2025
1 check passed
@codycooperross codycooperross deleted the deployment-issue-2 branch November 5, 2025 12:00
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.

3 participants