Merge remote-tracking branch 'upstream/master' into ce-to-ee-2017-04-14
# Conflicts: # app/assets/javascripts/boards/components/modal/footer.js # app/assets/javascripts/boards/components/sidebar/remove_issue.js # app/assets/javascripts/boards/stores/boards_store.js # spec/javascripts/lib/utils/text_utility_spec.js [ci skip]
Showing
... | @@ -75,6 +75,9 @@ gem 'grape', '~> 0.19.0' | ... | @@ -75,6 +75,9 @@ gem 'grape', '~> 0.19.0' |
gem 'grape-entity', '~> 0.6.0' | gem 'grape-entity', '~> 0.6.0' | ||
gem 'rack-cors', '~> 0.4.0', require: 'rack/cors' | gem 'rack-cors', '~> 0.4.0', require: 'rack/cors' | ||
# Disable strong_params so that Mash does not respond to :permitted? | |||
gem 'hashie-forbidden_attributes' | |||
# Pagination | # Pagination | ||
gem 'kaminari', '~> 0.17.0' | gem 'kaminari', '~> 0.17.0' | ||
... | ... |
Please register or sign in to comment