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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-06-26 06:10:45 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-26 06:10:45 +0300
commit4e5e33965fe2b22adfa26bc6c7babf67fe357207 (patch)
tree8632d2a502efdb8baa32023b63d478635e3ec6fb /Gemfile
parent90da809a01963562873a6359c7711af7b11008a2 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 1e6aee9eb93..faada712239 100644
--- a/Gemfile
+++ b/Gemfile
@@ -13,7 +13,7 @@ gem 'bundler-checksum', '~> 0.1.0', path: 'vendor/gems/bundler-checksum', requir
# NOTE: When incrementing the major or minor version here, also increment activerecord_version
# in vendor/gems/attr_encrypted/attr_encrypted.gemspec until we resolve
# https://gitlab.com/gitlab-org/gitlab/-/issues/375713
-gem 'rails', '~> 7.0.4.3'
+gem 'rails', '~> 7.0.5'
gem 'bootsnap', '~> 1.16.0', require: false