Merge branch 'master' into 4310-new-components-rows
* master: (61 commits) Update CHANGELOG.md for 10.6.1 Update CHANGELOG-EE.md for 10.6.1-ee Put forms from expandable sections into fieldset to ensure proper animation Remove gray background from app setting expandable sections Improve application settings page according to feedback Fix failing spec in ee/spec/controllers/projects/variables_controller_spec.rb Prevent unnecessary, excessive updates Re-arrange deployment_platform to avoid cop complainments Make #base_pipeline returning the latest available pipeline for MR's base commit fix conflict Bump `state_machines-activerecord` to `0.5.1` Docs organize main page by product category ProtectedBranch API omits empty declared params Fix deployment_platform not memoizing values in correct way Move UI of several application settings to expandable block add SHA1 fingerprint requirement Make stage seed instance variables less ambiguous Remove outdates TODOs from pipeline class Remove N+1 query for Noteable association. Disable cursor for review mode in the IDE ...
Showing
... | @@ -172,7 +172,7 @@ group :unicorn do | ... | @@ -172,7 +172,7 @@ group :unicorn do |
end | end | ||
# State machine | # State machine | ||
gem 'state_machines-activerecord', '~> 0.4.0' | gem 'state_machines-activerecord', '~> 0.5.1' | ||
# Issue tags | # Issue tags | ||
gem 'acts-as-taggable-on', '~> 5.0' | gem 'acts-as-taggable-on', '~> 5.0' | ||
... | ... |
Please register or sign in to comment