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>2022-03-16 03:07:19 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-03-16 03:07:19 +0300
commit3d7409c5d5c471fb95990200f7f78965dd2f42cf (patch)
tree9ee3fdd8af7e6b88a2a076f6d71851dec4938d30 /Gemfile
parent512177dcc7369c6c3f4ae54cc8a0abcb73828f71 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 66b2ad17397..23a513a3fe0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -11,6 +11,8 @@ gem 'responders', '~> 3.0'
gem 'sprockets', '~> 3.7.0'
+gem 'view_component', '~> 2.50.0'
+
# Default values for AR models
gem 'default_value_for', '~> 3.4.0'