State machine gem added
This commit is contained in:
parent
020078663e
commit
26d4574ada
2 changed files with 5 additions and 0 deletions
3
Gemfile
3
Gemfile
|
@ -70,6 +70,9 @@ gem "github-markup", "~> 0.7.4", require: 'github/markup'
|
||||||
# Servers
|
# Servers
|
||||||
gem "unicorn", "~> 4.4.0"
|
gem "unicorn", "~> 4.4.0"
|
||||||
|
|
||||||
|
# State machine
|
||||||
|
gem "state_machine"
|
||||||
|
|
||||||
# Issue tags
|
# Issue tags
|
||||||
gem "acts-as-taggable-on", "2.3.3"
|
gem "acts-as-taggable-on", "2.3.3"
|
||||||
|
|
||||||
|
|
|
@ -425,6 +425,7 @@ GEM
|
||||||
rack (~> 1.0)
|
rack (~> 1.0)
|
||||||
tilt (~> 1.1, != 1.3.0)
|
tilt (~> 1.1, != 1.3.0)
|
||||||
stamp (0.3.0)
|
stamp (0.3.0)
|
||||||
|
state_machine (1.1.2)
|
||||||
temple (0.5.5)
|
temple (0.5.5)
|
||||||
test_after_commit (0.0.1)
|
test_after_commit (0.0.1)
|
||||||
therubyracer (0.10.2)
|
therubyracer (0.10.2)
|
||||||
|
@ -536,6 +537,7 @@ DEPENDENCIES
|
||||||
slim
|
slim
|
||||||
spinach-rails
|
spinach-rails
|
||||||
stamp
|
stamp
|
||||||
|
state_machine
|
||||||
test_after_commit
|
test_after_commit
|
||||||
therubyracer
|
therubyracer
|
||||||
thin
|
thin
|
||||||
|
|
Loading…
Add table
Reference in a new issue