diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-01-06 16:35:17 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-01-07 16:28:33 -0500 |
commit | 59305715e9d3569f47d7c2accc2106022c0a6960 (patch) | |
tree | f7a30f786312c880b4eeb6643b4502e263867eef /Gemfile | |
parent | b1539116f65c302729ca4130a30169295dcfc07e (diff) | |
download | gitlab-ce-59305715e9d3569f47d7c2accc2106022c0a6960.tar.gz |
Remove stamp gem
Closes #5908
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -67,10 +67,6 @@ gem 'grape', '~> 0.13.0' gem 'grape-entity', '~> 0.4.2' gem 'rack-cors', '~> 0.4.0', require: 'rack/cors' -# Format dates and times -# based on human-friendly examples -gem "stamp", '~> 0.6.0' - # Pagination gem "kaminari", "~> 0.16.3" |