Skip to content

Commit

Permalink
Update test-unit gem to 3.3.3 (#1686)
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandroperea authored and vbrazo committed Aug 17, 2019
1 parent 6d9ef88 commit 840cf10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ GEM
parallel (1.17.0)
parser (2.6.3.0)
ast (~> 2.4.0)
power_assert (1.1.4)
power_assert (1.1.5)
powerpack (0.1.2)
pry (0.12.2)
coderay (~> 1.1.0)
Expand All @@ -41,7 +41,7 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
test-unit (3.2.8)
test-unit (3.3.3)
power_assert
timecop (0.9.1)
unicode-display_width (1.6.0)
Expand All @@ -56,7 +56,7 @@ DEPENDENCIES
rake (= 12.3.1)
rubocop (= 0.59.1)
simplecov (= 0.16.1)
test-unit (= 3.2.8)
test-unit (= 3.3.3)
timecop (= 0.9.1)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion faker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency('rake', '12.3.1')
spec.add_development_dependency('rubocop', '0.59.1')
spec.add_development_dependency('simplecov', '0.16.1')
spec.add_development_dependency('test-unit', '3.2.8')
spec.add_development_dependency('test-unit', '3.3.3')
spec.add_development_dependency('timecop', '0.9.1')
end

0 comments on commit 840cf10

Please sign in to comment.