Merge branch 'rs-remove-stamp' into 'master'
Remove stamp gem Closes #5908 See merge request !2323
Showing
... | @@ -67,10 +67,6 @@ gem 'grape', '~> 0.13.0' | ... | @@ -67,10 +67,6 @@ gem 'grape', '~> 0.13.0' |
gem 'grape-entity', '~> 0.4.2' | gem 'grape-entity', '~> 0.4.2' | ||
gem 'rack-cors', '~> 0.4.0', require: 'rack/cors' | gem 'rack-cors', '~> 0.4.0', require: 'rack/cors' | ||
# Format dates and times | |||
# based on human-friendly examples | |||
gem "stamp", '~> 0.6.0' | |||
# Pagination | # Pagination | ||
gem "kaminari", "~> 0.16.3" | gem "kaminari", "~> 0.16.3" | ||
... | ... |
Please register or sign in to comment