Skip to content

Commit

Permalink
Downgrade Ruby version
Browse files Browse the repository at this point in the history
Ruby 3.3.0 produces segfaults in Docker on Macs in
concurrent-ruby:
ruby-concurrency/concurrent-ruby#1020 https://bugs.ruby-lang.org/issues/20085

concurrent-ruby is a transient dependency of feedback.
  • Loading branch information
ChrisBAshton committed Mar 25, 2024
1 parent c54a334 commit 58b5f65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
3.3.0
3.2.3
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
ARG ruby_version=3.3
ARG ruby_version=3.2
ARG base_image=ghcr.io/alphagov/govuk-ruby-base:$ruby_version
ARG builder_image=ghcr.io/alphagov/govuk-ruby-builder:$ruby_version

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -701,7 +701,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.3.0p0
ruby 3.2.3p157

BUNDLED WITH
2.5.6

0 comments on commit 58b5f65

Please sign in to comment.