diff options
author | Peter Leitzen <pleitzen@gitlab.com> | 2019-08-20 10:52:21 +0000 |
---|---|---|
committer | Thong Kuah <tkuah@gitlab.com> | 2019-08-20 10:52:21 +0000 |
commit | 6767326267a649a04a0f6c7634be87577a788a3d (patch) | |
tree | ba92b162d8c21fe6be0b2491e188ab4cacd191b3 /Gemfile.lock | |
parent | 51c19691e4c4ceb60ef28fd08c6b13549a423a39 (diff) | |
download | gitlab-ce-6767326267a649a04a0f6c7634be87577a788a3d.tar.gz |
Use ActiveModel's type instead of virtus
The virtus project has been discontinued:
https://github.com/solnic/virtus/commit/a6f896984
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index d8f7ca994da..0ecf3aa2840 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1252,7 +1252,6 @@ DEPENDENCIES unicorn-worker-killer (~> 0.4.4) validates_hostname (~> 1.0.6) version_sorter (~> 2.2.4) - virtus (~> 1.0.1) vmstat (~> 2.3.0) webmock (~> 3.5.1) webpack-rails (~> 0.9.10) |