Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew8xx8 <avk@8xx8.ru>2013-02-14 19:33:20 +0400
committerAndrew8xx8 <avk@8xx8.ru>2013-02-18 14:43:49 +0400
commit26d4574adacd4f7a06d65f9ecd7a53d6fddbfa7a (patch)
treee5a574ed29ffa70309c1fdcc77fd473abc85050f /Gemfile
parent020078663e401798d199a1a293ac59d990f81dad (diff)
State machine gem added
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 01696152b62..4a7db0eb711 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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"