From 33fd85d712644f5cd43c52d1b33d20172dd1622f Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 5 May 2024 16:05:08 +0200 Subject: [PATCH] Support redmine 4.2 --- .ruby-version | 1 - PluginGemfile | 6 +++--- PluginGemfile.lock | 6 +++--- bin/setup | 1 - 4 files changed, 6 insertions(+), 8 deletions(-) delete mode 100644 .ruby-version diff --git a/.ruby-version b/.ruby-version deleted file mode 100644 index ef538c28..00000000 --- a/.ruby-version +++ /dev/null @@ -1 +0,0 @@ -3.1.2 diff --git a/PluginGemfile b/PluginGemfile index b5ad80c2..0be0e94c 100644 --- a/PluginGemfile +++ b/PluginGemfile @@ -1,9 +1,9 @@ source 'https://rubygems.org' -gem 'view_component', '~> 3.8' +gem 'view_component' group :development, :test do - gem 'brakeman', '~> 6.1' + gem 'brakeman' gem 'bullet' - gem 'factory_bot_rails', '~> 6.4' + gem 'factory_bot_rails' end diff --git a/PluginGemfile.lock b/PluginGemfile.lock index 6cef2fc1..51d42ee8 100644 --- a/PluginGemfile.lock +++ b/PluginGemfile.lock @@ -109,10 +109,10 @@ PLATFORMS arm64-darwin-23 DEPENDENCIES - brakeman (~> 6.1) + brakeman bullet - factory_bot_rails (~> 6.4) - view_component (~> 3.8) + factory_bot_rails + view_component BUNDLED WITH 2.4.22 diff --git a/bin/setup b/bin/setup index d32f6cb2..9c848dc2 100755 --- a/bin/setup +++ b/bin/setup @@ -1,5 +1,4 @@ #!/usr/bin/env bash -cp -n .ruby-version ../../.ruby-version # Install Dependencies [[ -v GITHUB_ACTIONS ]] && bundle config set --local path vendor/bundle