Skip to content

Commit e45ea64

Browse files
committed
deps: update dependencies
1 parent 7c649d7 commit e45ea64

File tree

3 files changed

+21
-19
lines changed

3 files changed

+21
-19
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ source 'https://rubygems.org'
66
gemspec
77

88
gem 'benchmark'
9-
gem 'minitest', '5.25.4'
9+
gem 'minitest', '5.25.5'
1010
gem 'pry', '0.15.2'
1111
gem 'rake', '13.2.1'
1212
gem 'rubocop', '1.73.0'
13-
gem 'rubocop-minitest', '0.37.0'
13+
gem 'rubocop-minitest', '0.37.1'
1414
gem 'rubocop-rake', '0.7.1'
1515
gem 'simplecov', '0.22.0'
16-
gem 'test-unit', '3.6.7'
16+
gem 'test-unit', '3.6.8'
1717
gem 'timecop', '0.9.10'
1818
gem 'yard', '0.9.37'

Gemfile.lock

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,24 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
ast (2.4.2)
10+
ast (2.4.3)
1111
benchmark (0.4.0)
1212
coderay (1.1.3)
1313
concurrent-ruby (1.3.5)
14-
docile (1.4.0)
14+
docile (1.4.1)
1515
i18n (1.14.7)
1616
concurrent-ruby (~> 1.0)
17-
json (2.10.1)
17+
json (2.11.3)
1818
language_server-protocol (3.17.0.4)
1919
lint_roller (1.1.0)
2020
method_source (1.1.0)
21-
minitest (5.25.4)
22-
parallel (1.26.3)
23-
parser (3.3.7.1)
21+
minitest (5.25.5)
22+
parallel (1.27.0)
23+
parser (3.3.8.0)
2424
ast (~> 2.4.1)
2525
racc
2626
power_assert (2.0.5)
27+
prism (1.4.0)
2728
pry (0.15.2)
2829
coderay (~> 1.1)
2930
method_source (~> 1.0)
@@ -42,11 +43,12 @@ GEM
4243
rubocop-ast (>= 1.38.0, < 2.0)
4344
ruby-progressbar (~> 1.7)
4445
unicode-display_width (>= 2.4.0, < 4.0)
45-
rubocop-ast (1.38.1)
46-
parser (>= 3.3.1.0)
47-
rubocop-minitest (0.37.0)
46+
rubocop-ast (1.44.1)
47+
parser (>= 3.3.7.2)
48+
prism (~> 1.4)
49+
rubocop-minitest (0.37.1)
4850
lint_roller (~> 1.1)
49-
rubocop (>= 1.61, < 2.0)
51+
rubocop (>= 1.72.1, < 2.0)
5052
rubocop-ast (>= 1.38.0, < 2.0)
5153
rubocop-rake (0.7.1)
5254
lint_roller (~> 1.1)
@@ -56,9 +58,9 @@ GEM
5658
docile (~> 1.1)
5759
simplecov-html (~> 0.11)
5860
simplecov_json_formatter (~> 0.1)
59-
simplecov-html (0.12.3)
61+
simplecov-html (0.13.1)
6062
simplecov_json_formatter (0.1.4)
61-
test-unit (3.6.7)
63+
test-unit (3.6.8)
6264
power_assert
6365
timecop (0.9.10)
6466
unicode-display_width (3.1.4)
@@ -73,14 +75,14 @@ PLATFORMS
7375
DEPENDENCIES
7476
benchmark
7577
faker!
76-
minitest (= 5.25.4)
78+
minitest (= 5.25.5)
7779
pry (= 0.15.2)
7880
rake (= 13.2.1)
7981
rubocop (= 1.73.0)
80-
rubocop-minitest (= 0.37.0)
82+
rubocop-minitest (= 0.37.1)
8183
rubocop-rake (= 0.7.1)
8284
simplecov (= 0.22.0)
83-
test-unit (= 3.6.7)
85+
test-unit (= 3.6.8)
8486
timecop (= 0.9.10)
8587
yard (= 0.9.37)
8688

test/test_i18n_reload.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def test_faker_i18n
1212
1313
gemfile do
1414
source 'https://rubygems.org'
15-
gem 'minitest', '5.25.4'
15+
gem 'minitest', '5.25.5'
1616
gem 'i18n'
1717
end
1818

0 commit comments

Comments
 (0)