Skip to content

Commit

Permalink
Update tests to help tests on ruby head run.
Browse files Browse the repository at this point in the history
Bump version of the minitest gem and ensure URI is in the namespace.
  • Loading branch information
hainesr committed Feb 23, 2024
1 parent 1d2aa0d commit 2a21487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/util_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
# Author: Robert Haines

require_relative 'test_helper'
require 'uri'
require 'zip-container'

class Util
Expand Down
2 changes: 1 addition & 1 deletion zip-container.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Gem::Specification.new do |s|

s.add_runtime_dependency 'rubyzip', '~> 2.3'

s.add_development_dependency 'minitest', '~> 5.16.0'
s.add_development_dependency 'minitest', '~> 5.22.2'
s.add_development_dependency 'rake', '~> 13.0'
s.add_development_dependency 'rdoc', '~> 6.4.0'
s.add_development_dependency 'rubocop', '~> 1.50.0'
Expand Down

0 comments on commit 2a21487

Please sign in to comment.