diff options
author | blackst0ne <blackst0ne.ru@gmail.com> | 2018-03-26 15:09:59 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2018-03-26 15:09:59 +0000 |
commit | 2b28653fa6c80c19d657c1a9130ef694c5692f99 (patch) | |
tree | 063a91430e649ca0cefb491219add809eab2cba5 /Gemfile.lock | |
parent | 80f7232cbda9fe5ce9d59010845cb0f7ba75c851 (diff) | |
download | gitlab-ce-2b28653fa6c80c19d657c1a9130ef694c5692f99.tar.gz |
Bump `state_machines-activerecord` to `0.5.1`
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 8a4c1255988..2545514e8f5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -897,13 +897,13 @@ GEM sqlite3 (1.3.13) sshkey (1.9.0) stackprof (0.2.10) - state_machines (0.4.0) - state_machines-activemodel (0.4.0) - activemodel (>= 4.1, < 5.1) - state_machines (>= 0.4.0) - state_machines-activerecord (0.4.0) - activerecord (>= 4.1, < 5.1) - state_machines-activemodel (>= 0.3.0) + state_machines (0.5.0) + state_machines-activemodel (0.5.1) + activemodel (>= 4.1, < 6.0) + state_machines (>= 0.5.0) + state_machines-activerecord (0.5.1) + activerecord (>= 4.1, < 6.0) + state_machines-activemodel (>= 0.5.0) stringex (2.7.1) sys-filesystem (1.1.6) ffi @@ -1194,7 +1194,7 @@ DEPENDENCIES sprockets (~> 3.7.0) sshkey (~> 1.9.0) stackprof (~> 0.2.10) - state_machines-activerecord (~> 0.4.0) + state_machines-activerecord (~> 0.5.1) sys-filesystem (~> 1.1.6) test-prof (~> 0.2.5) test_after_commit (~> 1.1) |