From d8d8277a4be4d5f0c0422ebf1421827b98ba0371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ce=C4=BEuch?= Date: Mon, 11 Sep 2023 15:47:44 +0200 Subject: [PATCH] revert ruby to 3.2.1 because of unsuccessful build --- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- yarn.lock | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.ruby-version b/.ruby-version index be94e6f5..e4604e3a 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.2 +3.2.1 diff --git a/Gemfile b/Gemfile index 4f68c633..81bcb7b6 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '3.2.2' +ruby '3.2.1' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 6.1.7.3' diff --git a/Gemfile.lock b/Gemfile.lock index c467c3fc..6beb8d54 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -513,7 +513,7 @@ DEPENDENCIES webpacker RUBY VERSION - ruby 3.2.2p53 + ruby 3.2.1p31 BUNDLED WITH 2.1.4 diff --git a/yarn.lock b/yarn.lock index eb8f03c7..1dd8f4a8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1984,9 +1984,9 @@ caniuse-api@^3.0.0: lodash.uniq "^4.5.0" caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001449: - version "1.0.30001469" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001469.tgz#3dd505430c8522fdc9f94b4a19518e330f5c945a" - integrity sha512-Rcp7221ScNqQPP3W+lVOYDyjdR6dC+neEQCttoNr5bAyz54AboB4iwpnWgyi8P4YUsPybVzT4LgWiBbI3drL4g== + version "1.0.30001532" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001532.tgz" + integrity sha512-FbDFnNat3nMnrROzqrsg314zhqN5LGQ1kyyMk2opcrwGbVGpHRhgCWtAgD5YJUqNAiQ+dklreil/c3Qf1dfCTw== case-sensitive-paths-webpack-plugin@^2.4.0: version "2.4.0"