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 | |
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')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -275,7 +275,6 @@ gem 'font-awesome-rails', '~> 4.7' gem 'gemojione', '~> 3.3' gem 'gon', '~> 6.2' gem 'request_store', '~> 1.3' -gem 'virtus', '~> 1.0.1' gem 'base32', '~> 0.3.0' # Sentry integration |