From c100f0f1880a538a95d1dc4619c9582d8f78a64c Mon Sep 17 00:00:00 2001 From: Kevin Sylvestre Date: Thu, 11 Jul 2024 15:24:24 -0700 Subject: [PATCH] Bump ruby from v3.3.0 to v3.3.4 --- .circleci/config.yml | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a506a9b..43ef269 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,7 +16,7 @@ orbs: executors: default: docker: - - image: cimg/ruby:3.3.0 + - image: cimg/ruby:3.3.4 jobs: doc: diff --git a/Gemfile.lock b/Gemfile.lock index 753ebbf..9134b8a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,8 +9,8 @@ PATH GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) ast (2.4.2) base64 (0.2.0) bigdecimal (3.1.8) @@ -55,7 +55,7 @@ GEM parser (3.3.4.0) ast (~> 2.4.1) racc - public_suffix (5.1.1) + public_suffix (6.0.0) racc (1.8.0) rainbow (3.1.1) rake (13.2.1)