Skip to content

Commit 9b77750

Browse files
authored
Merge pull request #120 from github/dependabot/bundler/ruby-dependencies-0b9fccdf50
Bump the ruby-dependencies group across 1 directory with 4 updates
2 parents ad277ee + fc815fe commit 9b77750

23 files changed

+21
-19
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
source "https://rubygems.org"
44

5-
gem "logger", "~> 1.6"
5+
gem "logger", "~> 1.7"
66

77
group :development do
88
gem "irb", "~> 1.15"
99
gem "rspec", "~> 3.13"
10-
gem "rubocop", "~> 1.74"
10+
gem "rubocop", "~> 1.75"
1111
gem "rubocop-github", "~> 0.23"
12-
gem "rubocop-performance", "~> 1.23"
12+
gem "rubocop-performance", "~> 1.25"
1313
gem "rubocop-rspec", "~> 3.5"
1414
gem "simplecov", "~> 0.22"
1515
gem "simplecov-erb", "~> 1.0"

Gemfile.lock

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ GEM
1414
mutex_m
1515
securerandom (>= 0.3)
1616
tzinfo (~> 2.0)
17-
ast (2.4.2)
17+
ast (2.4.3)
1818
base64 (0.2.0)
1919
benchmark (0.4.0)
2020
bigdecimal (3.1.9)
@@ -27,33 +27,34 @@ GEM
2727
i18n (1.14.7)
2828
concurrent-ruby (~> 1.0)
2929
io-console (0.8.0)
30-
irb (1.15.1)
30+
irb (1.15.2)
3131
pp (>= 0.6.0)
3232
rdoc (>= 4.0.0)
3333
reline (>= 0.4.2)
3434
json (2.10.2)
3535
language_server-protocol (3.17.0.4)
3636
lint_roller (1.1.0)
37-
logger (1.6.6)
37+
logger (1.7.0)
3838
minitest (5.25.5)
3939
mutex_m (0.3.0)
4040
parallel (1.26.3)
41-
parser (3.3.7.1)
41+
parser (3.3.7.4)
4242
ast (~> 2.4.1)
4343
racc
4444
pp (0.6.2)
4545
prettyprint
4646
prettyprint (0.2.0)
47+
prism (1.4.0)
4748
psych (5.2.3)
4849
date
4950
stringio
5051
racc (1.8.1)
5152
rack (3.1.12)
5253
rainbow (3.1.1)
53-
rdoc (6.12.0)
54+
rdoc (6.13.1)
5455
psych (>= 4.0.0)
5556
regexp_parser (2.10.0)
56-
reline (0.6.0)
57+
reline (0.6.1)
5758
io-console (~> 0.5)
5859
rspec (3.13.0)
5960
rspec-core (~> 3.13.0)
@@ -68,26 +69,27 @@ GEM
6869
diff-lcs (>= 1.2.0, < 2.0)
6970
rspec-support (~> 3.13.0)
7071
rspec-support (3.13.2)
71-
rubocop (1.74.0)
72+
rubocop (1.75.2)
7273
json (~> 2.3)
7374
language_server-protocol (~> 3.17.0.2)
7475
lint_roller (~> 1.1.0)
7576
parallel (~> 1.10)
7677
parser (>= 3.3.0.2)
7778
rainbow (>= 2.2.2, < 4.0)
7879
regexp_parser (>= 2.9.3, < 3.0)
79-
rubocop-ast (>= 1.38.0, < 2.0)
80+
rubocop-ast (>= 1.44.0, < 2.0)
8081
ruby-progressbar (~> 1.7)
8182
unicode-display_width (>= 2.4.0, < 4.0)
82-
rubocop-ast (1.39.0)
83-
parser (>= 3.3.1.0)
83+
rubocop-ast (1.44.0)
84+
parser (>= 3.3.7.2)
85+
prism (~> 1.4)
8486
rubocop-github (0.23.0)
8587
rubocop (>= 1.72)
8688
rubocop-performance (>= 1.24)
8789
rubocop-rails (>= 2.23)
88-
rubocop-performance (1.24.0)
90+
rubocop-performance (1.25.0)
8991
lint_roller (~> 1.1)
90-
rubocop (>= 1.72.1, < 2.0)
92+
rubocop (>= 1.75.0, < 2.0)
9193
rubocop-ast (>= 1.38.0, < 2.0)
9294
rubocop-rails (2.30.3)
9395
activesupport (>= 4.2.0)
@@ -108,7 +110,7 @@ GEM
108110
simplecov (< 1.0)
109111
simplecov-html (0.12.3)
110112
simplecov_json_formatter (0.1.4)
111-
stringio (3.1.5)
113+
stringio (3.1.6)
112114
tzinfo (2.0.6)
113115
concurrent-ruby (~> 1.0)
114116
unicode-display_width (3.1.4)
@@ -124,11 +126,11 @@ PLATFORMS
124126

125127
DEPENDENCIES
126128
irb (~> 1.15)
127-
logger (~> 1.6)
129+
logger (~> 1.7)
128130
rspec (~> 3.13)
129-
rubocop (~> 1.74)
131+
rubocop (~> 1.75)
130132
rubocop-github (~> 0.23)
131-
rubocop-performance (~> 1.23)
133+
rubocop-performance (~> 1.25)
132134
rubocop-rspec (~> 3.5)
133135
simplecov (~> 0.22)
134136
simplecov-erb (~> 1.0)

vendor/cache/ast-2.4.2.gem

-11.5 KB
Binary file not shown.

vendor/cache/ast-2.4.3.gem

11.5 KB
Binary file not shown.

vendor/cache/irb-1.15.1.gem

-86.5 KB
Binary file not shown.

vendor/cache/irb-1.15.2.gem

86.5 KB
Binary file not shown.

vendor/cache/logger-1.6.6.gem

-18 KB
Binary file not shown.

vendor/cache/logger-1.7.0.gem

16.5 KB
Binary file not shown.

vendor/cache/parser-3.3.7.1.gem

-934 KB
Binary file not shown.

vendor/cache/parser-3.3.7.4.gem

891 KB
Binary file not shown.

0 commit comments

Comments
 (0)