diff --git a/Gemfile b/Gemfile index dffe38c8..db1c48ce 100644 --- a/Gemfile +++ b/Gemfile @@ -49,6 +49,6 @@ gem 'simplecov-cobertura', '~> 2.1' gem 'sinatra', '4.0.0' gem 'sinatra-contrib', '4.0.0' gem 'sprockets', '4.2.1' -gem 'test-unit', '3.6.1', require: false +gem 'test-unit', '3.6.2', require: false gem 'webrick', '1.8.1' gem 'xcop', '0.7.1' diff --git a/Gemfile.lock b/Gemfile.lock index 94bd1656..d6da6284 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -218,7 +218,7 @@ GEM temple (0.10.3) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) - test-unit (3.6.1) + test-unit (3.6.2) power_assert tilt (2.3.0) timeout (0.4.1) @@ -271,7 +271,7 @@ DEPENDENCIES sinatra (= 4.0.0) sinatra-contrib (= 4.0.0) sprockets (= 4.2.1) - test-unit (= 3.6.1) + test-unit (= 3.6.2) webrick (= 1.8.1) xcop (= 0.7.1)