From 2aa61440852ece19535b220ceebc8a2477a7adf1 Mon Sep 17 00:00:00 2001 From: Patrik Ragnarsson Date: Tue, 9 Jul 2024 07:55:19 +0200 Subject: [PATCH 1/2] Use Ruby 3.3.4 and Bundler 2.5.14 https://www.ruby-lang.org/en/news/2024/07/09/ruby-3-3-4-released/ https://github.com/ruby/ruby/releases/tag/v3_3_4 https://www.ruby-lang.org/en/news/2024/06/12/ruby-3-3-3-released/ https://github.com/ruby/ruby/releases/tag/v3_3_3 https://www.ruby-lang.org/en/news/2024/05/30/ruby-3-3-2-released/ https://github.com/ruby/ruby/releases/tag/v3_3_2 https://www.ruby-lang.org/en/news/2024/04/23/ruby-3-3-1-released/ https://github.com/ruby/ruby/releases/tag/v3_3_1 https://www.ruby-lang.org/en/news/2023/12/25/ruby-3-3-0-released/ https://github.com/ruby/ruby/releases/tag/v3_3_0 --- .ruby-version | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index b347b11e..a0891f56 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.3 +3.3.4 diff --git a/Gemfile.lock b/Gemfile.lock index f4b4bf90..302fe5f2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -183,7 +183,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.2.3p157 + ruby 3.3.4p94 BUNDLED WITH 2.5.22 From 6f3c947a80815cc380376f506a230fe08eb73ca5 Mon Sep 17 00:00:00 2001 From: Patrik Ragnarsson Date: Sun, 20 Oct 2024 22:55:18 +0200 Subject: [PATCH 2/2] Use Ruby 3.3.5 --- .ruby-version | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index a0891f56..fa7adc7a 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.4 +3.3.5 diff --git a/Gemfile.lock b/Gemfile.lock index 302fe5f2..c3388d72 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -183,7 +183,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.3.4p94 + ruby 3.3.5p100 BUNDLED WITH 2.5.22