Skip to content

Commit 9e86ab5

Browse files
committed
Upgrade to ruby 3.2.10
1 parent 032395d commit 9e86ab5

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ version: 2.1
1212
jobs:
1313
build:
1414
docker:
15-
- image: cimg/ruby:3.2.8-node # Matches deployed Ruby version in CF
15+
- image: cimg/ruby:3.2.10-node
1616

1717
steps:
1818
- run:
@@ -96,7 +96,7 @@ jobs:
9696

9797
test:
9898
docker:
99-
- image: cimg/ruby:3.2.8-browsers # Matches deployed Ruby version in CF
99+
- image: cimg/ruby:3.2.10-browsers
100100
environment:
101101
RAILS_ENV: test
102102
PGHOST: 127.0.0.1

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.8
1+
3.2.10

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby '3.2.8'
4+
ruby '3.2.10'
55

66
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
77
gem 'rails', '~> 8.0'

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ DEPENDENCIES
718718
widget_renderer!
719719

720720
RUBY VERSION
721-
ruby 3.2.8
721+
ruby 3.2.10p266
722722

723723
BUNDLED WITH
724724
2.7.1

0 commit comments

Comments
 (0)