From 58a1678be261f9286c1a47ca28f0697456a718c6 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Wed, 12 Jun 2024 20:48:06 +0200 Subject: [PATCH] Revert "chore(deps): update dependency ruby to v3.3.3" This reverts commit 454898e14e6bda221c2192fbeadbed7d996a2bc2. Reason for revert: deploy to Heroku fails with "The Ruby version you are trying to install does not exist: ruby-3.3.3" --- .ruby-version | 2 +- .tool-versions | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ruby-version b/.ruby-version index 619b5376..47725433 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.3 +3.3.2 diff --git a/.tool-versions b/.tool-versions index d554c9c4..10101bd7 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -ruby 3.3.3 +ruby 3.3.2 diff --git a/Gemfile b/Gemfile index c8f09a38..b3f7145c 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -ruby '3.3.3' +ruby '3.3.2' gem 'activesupport', require: false gem 'html-pipeline' diff --git a/Gemfile.lock b/Gemfile.lock index 3c5e7c0e..43f62c70 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -187,7 +187,7 @@ DEPENDENCIES yajl-ruby RUBY VERSION - ruby 3.3.3p89 + ruby 3.3.2p78 BUNDLED WITH 2.4.6