Merge branch 'state-machine' of https://github.com/Undev/gitlabhq into Undev-state-machine
Conflicts: app/models/issue.rb app/models/merge_request.rb
Showing
... | ... | @@ -70,6 +70,9 @@ gem "github-markup", "~> 0.7.4", require: 'github/markup' |
# Servers | ||
gem "unicorn", "~> 4.4.0" | ||
# State machine | ||
gem "state_machine" | ||
# Issue tags | ||
gem "acts-as-taggable-on", "2.3.3" | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment