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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToon Claes <toon@gitlab.com>2023-02-02 11:15:02 +0300
committerToon Claes <toon@gitlab.com>2023-02-07 08:48:25 +0300
commit262934399fb3f6f7b6cc610c1bff40427b8a12dc (patch)
treebd6863ca92799ebab1e54b58eabf0a51e9b48eac /ruby/Gemfile.lock
parent747602ecd05fb9d4aeb56bf4090c3a672561e11b (diff)
ruby: Remove Timecop gem
Recently gitlab-org/gitlab removed[1] the use of the Timecop gem, in favor of using ActiveSupport::Testing::TimeHelpers. We should follow them and do the same, but since we don't have any tests using Timecop anyway, we simply can get rid of the gem. [1]: https://gitlab.com/gitlab-org/gitlab/-/issues/214432
Diffstat (limited to 'ruby/Gemfile.lock')
-rw-r--r--ruby/Gemfile.lock2
1 files changed, 0 insertions, 2 deletions
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index a30add206..176e8d654 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -168,7 +168,6 @@ GEM
faraday (>= 1.0)
thor (1.1.0)
thrift (0.17.0)
- timecop (0.9.1)
tomlrb (2.0.1)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
@@ -203,7 +202,6 @@ DEPENDENCIES
rubocop (~> 1.38)
rugged (~> 1.5.1)
sentry-raven (~> 3.0)
- timecop
BUNDLED WITH
2.3.26