Commit 26d4574adacd4f7a06d65f9ecd7a53d6fddbfa7a

Authored by Andrew8xx8
1 parent 02007866

State machine gem added

Showing 2 changed files with 5 additions and 0 deletions   Show diff stats
Gemfile
... ... @@ -70,6 +70,9 @@ gem "github-markup", "~> 0.7.4", require: 'github/markup'
70 70 # Servers
71 71 gem "unicorn", "~> 4.4.0"
72 72  
  73 +# State machine
  74 +gem "state_machine"
  75 +
73 76 # Issue tags
74 77 gem "acts-as-taggable-on", "2.3.3"
75 78  
... ...
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
... ...