Commit ee23dea8 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Upgrade statemachines gem

This prepares us for the upgrade to Rails 6
parent 0f8cee80
...@@ -175,7 +175,7 @@ group :puma do ...@@ -175,7 +175,7 @@ group :puma do
end end
# State machine # State machine
gem 'state_machines-activerecord', '~> 0.5.1' gem 'state_machines-activerecord', '~> 0.6.0'
# Issue tags # Issue tags
gem 'acts-as-taggable-on', '~> 6.0' gem 'acts-as-taggable-on', '~> 6.0'
......
...@@ -976,11 +976,11 @@ GEM ...@@ -976,11 +976,11 @@ GEM
sshkey (2.0.0) sshkey (2.0.0)
stackprof (0.2.10) stackprof (0.2.10)
state_machines (0.5.0) state_machines (0.5.0)
state_machines-activemodel (0.5.1) state_machines-activemodel (0.7.1)
activemodel (>= 4.1, < 6.0) activemodel (>= 4.1)
state_machines (>= 0.5.0) state_machines (>= 0.5.0)
state_machines-activerecord (0.5.1) state_machines-activerecord (0.6.0)
activerecord (>= 4.1, < 6.0) activerecord (>= 4.1)
state_machines-activemodel (>= 0.5.0) state_machines-activemodel (>= 0.5.0)
swd (1.1.2) swd (1.1.2)
activesupport (>= 3) activesupport (>= 3)
...@@ -1310,7 +1310,7 @@ DEPENDENCIES ...@@ -1310,7 +1310,7 @@ DEPENDENCIES
sprockets (~> 3.7.0) sprockets (~> 3.7.0)
sshkey (~> 2.0) sshkey (~> 2.0)
stackprof (~> 0.2.10) stackprof (~> 0.2.10)
state_machines-activerecord (~> 0.5.1) state_machines-activerecord (~> 0.6.0)
sys-filesystem (~> 1.1.6) sys-filesystem (~> 1.1.6)
test-prof (~> 0.10.0) test-prof (~> 0.10.0)
thin (~> 1.7.0) thin (~> 1.7.0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment