From 204a7b2f5d206bb019d1e42d806953a1f8d9353b Mon Sep 17 00:00:00 2001 From: Arthur Ashman Date: Mon, 7 Oct 2024 14:55:57 +0100 Subject: [PATCH 1/3] Upgrade ruby to 3.3.5 --- .ruby-version | 2 +- Gemfile.lock | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.ruby-version b/.ruby-version index a0891f5..fa7adc7 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.4 +3.3.5 diff --git a/Gemfile.lock b/Gemfile.lock index 49228ae..ed22504 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -293,7 +293,6 @@ GEM reline (0.5.9) io-console (~> 0.5) rexml (3.3.6) - strscan rspec-core (3.13.0) rspec-support (~> 3.13.0) rspec-expectations (3.13.0) @@ -356,7 +355,6 @@ GEM simplecov_json_formatter (0.1.4) stackprof (0.2.26) stringio (3.1.1) - strscan (3.1.0) thor (1.3.1) timeout (0.4.1) tzinfo (2.0.6) @@ -405,7 +403,7 @@ DEPENDENCIES webmock (>= 3.23.1) RUBY VERSION - ruby 3.3.4p94 + ruby 3.3.5p100 BUNDLED WITH 2.3.17 From 37917fbc875180f4955b818435cef6a9faa1a9b0 Mon Sep 17 00:00:00 2001 From: Arthur Ashman Date: Tue, 8 Oct 2024 11:09:28 +0100 Subject: [PATCH 2/3] Update ruby version in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ddc9d35..69f8ee2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.3.4-alpine3.20 +FROM ruby:3.3.5-alpine3.20 MAINTAINER LAA Crime Apply Team RUN apk --no-cache add --virtual build-deps build-base postgresql15-dev git bash curl \ From c3aa9f734b74e9c349b35907fd96980c25a44038 Mon Sep 17 00:00:00 2001 From: Arthur Ashman Date: Tue, 8 Oct 2024 11:15:29 +0100 Subject: [PATCH 3/3] Update rexml --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index ed22504..6d98076 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -292,7 +292,7 @@ GEM regexp_parser (2.9.2) reline (0.5.9) io-console (~> 0.5) - rexml (3.3.6) + rexml (3.3.8) rspec-core (3.13.0) rspec-support (~> 3.13.0) rspec-expectations (3.13.0)