Skip to content

Commit

Permalink
Downgrade Ruby from 3.3.5 to 3.3.4
Browse files Browse the repository at this point in the history
We are having deployment issues. This downgrade is to rule out Ruby
3.3.5 as the problem.
  • Loading branch information
smaboshe committed Sep 11, 2024
1 parent 630a885 commit fea69e8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
parallelism: 3
docker:
- image: cimg/ruby:3.3.5-node-browsers
- image: cimg/ruby:3.3.4-node-browsers
environment:
BUNDLE_JOBS: 3
BUNDLE_RETRY: 3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/standardrb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
ruby-version: "3.3.5"
ruby-version: "3.3.4"
autofix: false
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.5
3.3.4
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodejs 20.17.0
ruby 3.3.5
ruby 3.3.4
yarn 1.22.22
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

ruby "3.3.5"
ruby "3.3.4"

git_source(:github) do |repo_name|
"https://github.com/#{repo_name}.git"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ DEPENDENCIES
wrapped

RUBY VERSION
ruby 3.3.5p100
ruby 3.3.4p94

BUNDLED WITH
2.5.18

0 comments on commit fea69e8

Please sign in to comment.