bump uuid
This commit is contained in:
parent
cd563dd337
commit
59b3cbf0c3
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -41,7 +41,7 @@ group :development, :test do
|
||||||
gem "rspec-rails", "3.2.3"
|
gem "rspec-rails", "3.2.3"
|
||||||
|
|
||||||
# GUID generation
|
# GUID generation
|
||||||
gem "uuid", "2.3.7"
|
gem "uuid", "2.3.8"
|
||||||
|
|
||||||
# test database
|
# test database
|
||||||
gem "sqlite3"
|
gem "sqlite3"
|
||||||
|
|
|
||||||
|
|
@ -176,7 +176,7 @@ GEM
|
||||||
thread_safe (0.3.5)
|
thread_safe (0.3.5)
|
||||||
tzinfo (1.2.2)
|
tzinfo (1.2.2)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
uuid (2.3.7)
|
uuid (2.3.8)
|
||||||
macaddr (~> 1.0)
|
macaddr (~> 1.0)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
|
|
@ -198,7 +198,7 @@ DEPENDENCIES
|
||||||
simplecov (= 0.10.0)
|
simplecov (= 0.10.0)
|
||||||
simplecov-rcov (= 0.2.3)
|
simplecov-rcov (= 0.2.3)
|
||||||
sqlite3
|
sqlite3
|
||||||
uuid (= 2.3.7)
|
uuid (= 2.3.8)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.10.3
|
1.10.3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue