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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2023-05-03 22:45:28 +0300
committerSarah German <sgerman@gitlab.com>2023-05-03 22:45:28 +0300
commitc4726b3fb84d0aeda1376cd598ffb7dc0cf5113d (patch)
treeeecbb80c4227e40da44fd15c506797a0bd265113
parent85c0bc2e83214f47c1d733c2a939241891da4bf2 (diff)
Update project to Ruby 3.2.2
-rw-r--r--.gitlab-ci.yml8
-rw-r--r--.gitpod.Dockerfile6
-rw-r--r--.ruby-version2
-rw-r--r--.tool-versions2
-rw-r--r--Gemfile.lock42
-rw-r--r--dockerfiles/single.Dockerfile2
6 files changed, 31 insertions, 31 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 60319159..dc2646d4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,10 +22,10 @@ variables:
BUNDLE_PATH__SYSTEM: 'false'
GIT_DEPTH: '20'
ALPINE_VERSION: '3.17'
- VALE_VERSION: '2.24.0'
- MARKDOWNLINT_VERSION: '0.33.0' # Version also set in package.json
- MARKDOWNLINT2_VERSION: '0.6.0' # Version also set in package.json
- RUBY_VERSION: '3.2.1'
+ VALE_VERSION: '2.25.2'
+ MARKDOWNLINT_VERSION: '0.34.0' # Version also set in package.json
+ MARKDOWNLINT2_VERSION: '0.7.1' # Version also set in package.json
+ RUBY_VERSION: '3.2.2'
#
# workflow:rules to prevent duplicate pipelines when pushing to a branch with an open MR.
diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile
index 26f99ab7..bdb3e95f 100644
--- a/.gitpod.Dockerfile
+++ b/.gitpod.Dockerfile
@@ -1,11 +1,11 @@
-FROM gitpod/workspace-full:2023-01-16-03-31-28
+FROM gitpod/workspace-full:2023-04-26-16-17-17
USER gitpod
-# Install Ruby version 3.2.1 and set it as default.
+# Install Ruby version 3.2.2 and set it as default.
# Required when the base Gitpod Docker image doesn't provide the version of Ruby we want.
# For more information, see: https://www.gitpod.io/docs/languages/ruby.
-RUN _ruby_version=ruby-3.2.1 \
+RUN _ruby_version=ruby-3.2.2 \
&& printf "rvm_gems_path=/home/gitpod/.rvm\n" > ~/.rvmrc \
&& bash -lc "rvm reinstall ${_ruby_version} && \
rvm use ${_ruby_version} --default" \
diff --git a/.ruby-version b/.ruby-version
index e4604e3a..be94e6f5 100644
--- a/.ruby-version
+++ b/.ruby-version
@@ -1 +1 @@
-3.2.1
+3.2.2
diff --git a/.tool-versions b/.tool-versions
index dc058526..b72fa464 100644
--- a/.tool-versions
+++ b/.tool-versions
@@ -1,4 +1,4 @@
-ruby 3.2.1
+ruby 3.2.2
nodejs 18.16.0
shellcheck 0.9.0
yarn 1.22.19
diff --git a/Gemfile.lock b/Gemfile.lock
index e11e6a71..a8f1130b 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -6,7 +6,7 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
- addressable (2.8.1)
+ addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
adsf (1.4.7)
rack (>= 1.0.0, < 4.0.0)
@@ -37,14 +37,14 @@ GEM
cork (0.3.0)
colored2 (~> 3.1)
cri (2.15.11)
- danger (9.2.0)
+ danger (9.3.0)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
cork (~> 0.1)
faraday (>= 0.9.0, < 3.0)
faraday-http-cache (~> 2.0)
- git (~> 1.7)
+ git (~> 1.13.0)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.0)
no_proxy_fix
@@ -67,11 +67,11 @@ GEM
faraday (2.7.4)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
- faraday-http-cache (2.4.1)
+ faraday-http-cache (2.5.0)
faraday (>= 0.8)
faraday-net_http (3.0.2)
ffi (1.15.5)
- git (1.18.0)
+ git (1.13.2)
addressable (~> 2.8)
rchardet (~> 1.8)
gitlab (4.19.0)
@@ -100,7 +100,7 @@ GEM
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
- i18n (1.12.0)
+ i18n (1.13.0)
concurrent-ruby (~> 1.0)
json (2.6.3)
json_schema (0.21.0)
@@ -119,7 +119,7 @@ GEM
memo_wise (1.7.0)
method_source (1.0.0)
mini_mime (1.1.2)
- mini_portile2 (2.8.1)
+ mini_portile2 (2.8.2)
minitest (5.18.0)
multi_xml (0.6.0)
nanoc (4.12.15)
@@ -169,8 +169,8 @@ GEM
faraday (>= 1, < 3)
sawyer (~> 0.9)
open4 (1.3.4)
- parallel (1.22.1)
- parser (3.2.1.1)
+ parallel (1.23.0)
+ parser (3.2.2.1)
ast (~> 2.4.1)
pastel (0.8.0)
tty-color (~> 0.5)
@@ -189,7 +189,7 @@ GEM
public_suffix (5.0.1)
racc (1.6.2)
rack (3.0.7)
- rack-livereload (0.3.17)
+ rack-livereload (0.5.1)
rack
rackup (2.1.0)
rack (>= 3)
@@ -200,19 +200,19 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
rchardet (1.8.0)
- regexp_parser (2.7.0)
+ regexp_parser (2.8.0)
rexml (3.2.5)
rouge (4.1.0)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
- rspec-core (3.12.1)
+ rspec-core (3.12.2)
rspec-support (~> 3.12.0)
- rspec-expectations (3.12.2)
+ rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
- rspec-mocks (3.12.4)
+ rspec-mocks (3.12.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-parameterized (1.0.0)
@@ -237,20 +237,20 @@ GEM
rubocop-ast (>= 1.24.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
- rubocop-ast (1.27.0)
+ rubocop-ast (1.28.1)
parser (>= 3.2.1.0)
- rubocop-capybara (2.17.1)
+ rubocop-capybara (2.18.0)
rubocop (~> 1.41)
rubocop-graphql (0.19.0)
rubocop (>= 0.87, < 2)
- rubocop-performance (1.16.0)
+ rubocop-performance (1.17.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
- rubocop-rails (2.18.0)
+ rubocop-rails (2.19.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
- rubocop-rspec (2.19.0)
+ rubocop-rspec (2.20.0)
rubocop (~> 1.33)
rubocop-capybara (~> 2.17)
ruby-progressbar (1.13.0)
@@ -275,7 +275,7 @@ GEM
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
slow_enumerator_tools (1.1.0)
- stringio (3.0.5)
+ stringio (3.0.6)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
tty-color (0.6.0)
@@ -291,7 +291,7 @@ GEM
parser (>= 3.2.0)
uri_template (0.7.0)
webrick (1.8.1)
- zeitwerk (2.6.7)
+ zeitwerk (2.6.8)
PLATFORMS
ruby
diff --git a/dockerfiles/single.Dockerfile b/dockerfiles/single.Dockerfile
index 5671da42..19f09062 100644
--- a/dockerfiles/single.Dockerfile
+++ b/dockerfiles/single.Dockerfile
@@ -3,7 +3,7 @@
# and rename it to X.Y.Dockerfile, where X.Y the major.minor GitLab version.
#
-FROM ruby:3.2.1-alpine3.17 as builder
+FROM ruby:3.2.2-alpine3.17 as builder
# Set versions as build args to fetch corresponding branches
ARG VER