Bump uuid

This commit is contained in:
Benjamin Neff 2018-11-10 19:42:31 +01:00
parent 464854443f
commit 092ff0b550
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 3 additions and 3 deletions

View file

@ -82,7 +82,7 @@ gem "fog-aws", "3.3.0"
gem "mini_magick", "4.9.2" gem "mini_magick", "4.9.2"
# GUID generation # GUID generation
gem "uuid", "2.3.8" gem "uuid", "2.3.9"
# Icons # Icons

View file

@ -729,7 +729,7 @@ GEM
get_process_mem (~> 0) get_process_mem (~> 0)
unicorn (>= 4, < 6) unicorn (>= 4, < 6)
useragent (0.16.10) useragent (0.16.10)
uuid (2.3.8) uuid (2.3.9)
macaddr (~> 1.0) macaddr (~> 1.0)
valid (1.2.0) valid (1.2.0)
validate_email (0.1.6) validate_email (0.1.6)
@ -899,7 +899,7 @@ DEPENDENCIES
uglifier (= 4.1.19) uglifier (= 4.1.19)
unicorn (= 5.4.1) unicorn (= 5.4.1)
unicorn-worker-killer (= 0.4.4) unicorn-worker-killer (= 0.4.4)
uuid (= 2.3.8) uuid (= 2.3.9)
versionist (= 1.7.0) versionist (= 1.7.0)
webmock (= 3.4.2) webmock (= 3.4.2)
will_paginate (= 3.1.6) will_paginate (= 3.1.6)