Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2022-05-09 12:33:34 +0300
committerAlessio Caiazza <acaiazza@gitlab.com>2022-05-09 12:33:34 +0300
commit3a4a0ca13b1109675ec826b326d95c9c1400f1c7 (patch)
treea2f498e884f9ade5ca103e6806045028b64ebb30
parent3720fbbd8ffa98d26ce14e52d0ca880b8c85be3e (diff)
Update .tool-versions Ruby to 3.0.4
-rw-r--r--.tool-versions2
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock6
3 files changed, 5 insertions, 5 deletions
diff --git a/.tool-versions b/.tool-versions
index 4ed0cd56..e01be6dd 100644
--- a/.tool-versions
+++ b/.tool-versions
@@ -1,2 +1,2 @@
golang 1.17.9
-ruby 3.0.2
+ruby 3.0.4
diff --git a/Gemfile b/Gemfile
index dc7155fb..031d084d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,5 +3,5 @@
source 'https://rubygems.org'
group :development, :test, :danger do
- gem 'gitlab-dangerfiles', '~> 3.0', require: false
+ gem 'gitlab-dangerfiles', '~> 3.1', require: false
end
diff --git a/Gemfile.lock b/Gemfile.lock
index 9ae1664a..c83a2504 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -92,10 +92,10 @@ GEM
unicode-display_width (2.1.0)
PLATFORMS
- x86_64-darwin-21
+ ruby
DEPENDENCIES
- gitlab-dangerfiles (~> 3.0)
+ gitlab-dangerfiles (~> 3.1)
BUNDLED WITH
- 2.3.12
+ 2.3.13