From 7d8aa2e696358217ef044499a1dae65aaa1d9772 Mon Sep 17 00:00:00 2001 From: Takuya Noguchi Date: Tue, 13 Apr 2021 02:55:30 +0000 Subject: [PATCH] Remove activesupport dependency from Gemfile Signed-off-by: Takuya Noguchi --- ruby/Gemfile | 1 - ruby/Gemfile.lock | 1 - 2 files changed, 2 deletions(-) diff --git a/ruby/Gemfile b/ruby/Gemfile index adee2020f6..372ce41218 100644 --- a/ruby/Gemfile +++ b/ruby/Gemfile @@ -3,7 +3,6 @@ source 'https://rubygems.org' gem 'rugged', '~> 1.1' gem 'github-linguist', '~> 7.12', require: 'linguist' gem 'gitlab-markup', '~> 1.7.1' -gem 'activesupport', '~> 6.0.3.6' gem 'rdoc', '~> 6.0' gem 'gitlab-gollum-lib', '~> 4.2.7.10.gitlab.1', require: false gem 'gitlab-gollum-rugged_adapter', '~> 0.4.4.4.gitlab.1', require: false diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock index a8e2f3f5a6..570476b201 100644 --- a/ruby/Gemfile.lock +++ b/ruby/Gemfile.lock @@ -215,7 +215,6 @@ PLATFORMS ruby DEPENDENCIES - activesupport (~> 6.0.3.6) factory_bot faraday (~> 1.0) github-linguist (~> 7.12) -- GitLab