Commit 26d4574adacd4f7a06d65f9ecd7a53d6fddbfa7a
1 parent
02007866
Exists in
master
and in
4 other branches
State machine gem added
Showing
2 changed files
with
5 additions
and
0 deletions
Show diff stats
Gemfile
Gemfile.lock
... | ... | @@ -425,6 +425,7 @@ GEM |
425 | 425 | rack (~> 1.0) |
426 | 426 | tilt (~> 1.1, != 1.3.0) |
427 | 427 | stamp (0.3.0) |
428 | + state_machine (1.1.2) | |
428 | 429 | temple (0.5.5) |
429 | 430 | test_after_commit (0.0.1) |
430 | 431 | therubyracer (0.10.2) |
... | ... | @@ -536,6 +537,7 @@ DEPENDENCIES |
536 | 537 | slim |
537 | 538 | spinach-rails |
538 | 539 | stamp |
540 | + state_machine | |
539 | 541 | test_after_commit |
540 | 542 | therubyracer |
541 | 543 | thin | ... | ... |