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 /Gemfile
parent3720fbbd8ffa98d26ce14e52d0ca880b8c85be3e (diff)
Update .tool-versions Ruby to 3.0.4
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
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