-
- Downloads
There was an error fetching the commit references. Please try again later.
Remove stamp gem
Closes #5908
Showing
- Gemfile 0 additions, 4 deletionsGemfile
- Gemfile.lock 0 additions, 2 deletionsGemfile.lock
- app/helpers/application_helper.rb 1 addition, 1 deletionapp/helpers/application_helper.rb
- app/models/global_milestone.rb 2 additions, 2 deletionsapp/models/global_milestone.rb
- app/models/milestone.rb 2 additions, 2 deletionsapp/models/milestone.rb
- app/views/admin/groups/show.html.haml 1 addition, 1 deletionapp/views/admin/groups/show.html.haml
- app/views/admin/projects/show.html.haml 1 addition, 1 deletionapp/views/admin/projects/show.html.haml
- app/views/admin/users/_profile.html.haml 1 addition, 1 deletionapp/views/admin/users/_profile.html.haml
- app/views/admin/users/show.html.haml 4 additions, 4 deletionsapp/views/admin/users/show.html.haml
- app/views/profiles/keys/_key_details.html.haml 1 addition, 1 deletionapp/views/profiles/keys/_key_details.html.haml
- app/views/projects/commits/_commits.html.haml 1 addition, 1 deletionapp/views/projects/commits/_commits.html.haml
- app/views/users/show.html.haml 1 addition, 1 deletionapp/views/users/show.html.haml
Loading
| Loading
| @@ -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" | ||
Loading
| Loading
|
Please register or sign in to comment