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:
authorPirate Praveen <praveen@debian.org>2015-11-08 20:15:58 +0300
committerPirate Praveen <praveen@debian.org>2015-11-08 20:15:58 +0300
commit2e5d32e07a75b98e57a0476a4cdb7a1ec41cadda (patch)
tree5211678427fbc6f58e6e68188a28076fc22b73c7 /Gemfile
parentbf76df22749920771069178fb2bb79b7f16c2414 (diff)
Switch to state_machines-activerecord (Fixes: #3374)
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 0bac8978160..ee8b2a7a51a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -113,7 +113,7 @@ group :unicorn do
end
# State machine
-gem "state_machine", '~> 1.2.0'
+gem "state_machines-activerecord", '~> 0.3.0'
# Run events after state machine commits
gem 'after_commit_queue'