Skip to content

Commit 226326f

Browse files
authored
Merge pull request #113 from github/dependabot/bundler/ruby-dependencies-ce8de90770
Bump the ruby-dependencies group across 1 directory with 6 updates
2 parents c54271b + a714770 commit 226326f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+58
-44
lines changed

Gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ source "https://rubygems.org"
55
gem "logger", "~> 1.6"
66

77
group :development do
8-
gem "irb", "~> 1.14"
8+
gem "irb", "~> 1.15"
99
gem "rspec", "~> 3.13"
10-
gem "rubocop", "~> 1.70"
11-
gem "rubocop-github", "~> 0.20"
10+
gem "rubocop", "~> 1.74"
11+
gem "rubocop-github", "~> 0.23"
1212
gem "rubocop-performance", "~> 1.23"
13-
gem "rubocop-rspec", "~> 3.3"
13+
gem "rubocop-rspec", "~> 3.5"
1414
gem "simplecov", "~> 0.22"
1515
gem "simplecov-erb", "~> 1.0"
1616
end

Gemfile.lock

Lines changed: 54 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,56 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.3.4)
4+
activesupport (7.1.5.1)
55
base64
6+
benchmark (>= 0.3)
67
bigdecimal
78
concurrent-ruby (~> 1.0, >= 1.0.2)
89
connection_pool (>= 2.2.5)
910
drb
1011
i18n (>= 1.6, < 2)
12+
logger (>= 1.4.2)
1113
minitest (>= 5.1)
1214
mutex_m
15+
securerandom (>= 0.3)
1316
tzinfo (~> 2.0)
1417
ast (2.4.2)
1518
base64 (0.2.0)
16-
bigdecimal (3.1.8)
17-
concurrent-ruby (1.3.3)
18-
connection_pool (2.4.1)
19+
benchmark (0.4.0)
20+
bigdecimal (3.1.9)
21+
concurrent-ruby (1.3.5)
22+
connection_pool (2.5.0)
1923
date (3.4.1)
20-
diff-lcs (1.5.1)
24+
diff-lcs (1.6.0)
2125
docile (1.4.0)
2226
drb (2.2.1)
23-
i18n (1.14.5)
27+
i18n (1.14.7)
2428
concurrent-ruby (~> 1.0)
2529
io-console (0.8.0)
26-
irb (1.14.3)
30+
irb (1.15.1)
31+
pp (>= 0.6.0)
2732
rdoc (>= 4.0.0)
2833
reline (>= 0.4.2)
29-
json (2.9.1)
30-
language_server-protocol (3.17.0.3)
31-
logger (1.6.5)
32-
minitest (5.24.1)
33-
mutex_m (0.2.0)
34+
json (2.10.2)
35+
language_server-protocol (3.17.0.4)
36+
lint_roller (1.1.0)
37+
logger (1.6.6)
38+
minitest (5.25.5)
39+
mutex_m (0.3.0)
3440
parallel (1.26.3)
35-
parser (3.3.6.0)
41+
parser (3.3.7.1)
3642
ast (~> 2.4.1)
3743
racc
38-
psych (5.2.2)
44+
pp (0.6.2)
45+
prettyprint
46+
prettyprint (0.2.0)
47+
psych (5.2.3)
3948
date
4049
stringio
4150
racc (1.8.1)
4251
rack (3.1.12)
4352
rainbow (3.1.1)
44-
rdoc (6.10.0)
53+
rdoc (6.12.0)
4554
psych (>= 4.0.0)
4655
regexp_parser (2.10.0)
4756
reline (0.6.0)
@@ -50,42 +59,47 @@ GEM
5059
rspec-core (~> 3.13.0)
5160
rspec-expectations (~> 3.13.0)
5261
rspec-mocks (~> 3.13.0)
53-
rspec-core (3.13.0)
62+
rspec-core (3.13.3)
5463
rspec-support (~> 3.13.0)
55-
rspec-expectations (3.13.1)
64+
rspec-expectations (3.13.3)
5665
diff-lcs (>= 1.2.0, < 2.0)
5766
rspec-support (~> 3.13.0)
58-
rspec-mocks (3.13.1)
67+
rspec-mocks (3.13.2)
5968
diff-lcs (>= 1.2.0, < 2.0)
6069
rspec-support (~> 3.13.0)
61-
rspec-support (3.13.1)
62-
rubocop (1.70.0)
70+
rspec-support (3.13.2)
71+
rubocop (1.74.0)
6372
json (~> 2.3)
64-
language_server-protocol (>= 3.17.0)
73+
language_server-protocol (~> 3.17.0.2)
74+
lint_roller (~> 1.1.0)
6575
parallel (~> 1.10)
6676
parser (>= 3.3.0.2)
6777
rainbow (>= 2.2.2, < 4.0)
6878
regexp_parser (>= 2.9.3, < 3.0)
69-
rubocop-ast (>= 1.36.2, < 2.0)
79+
rubocop-ast (>= 1.38.0, < 2.0)
7080
ruby-progressbar (~> 1.7)
7181
unicode-display_width (>= 2.4.0, < 4.0)
72-
rubocop-ast (1.37.0)
82+
rubocop-ast (1.39.0)
7383
parser (>= 3.3.1.0)
74-
rubocop-github (0.20.0)
75-
rubocop (>= 1.37)
76-
rubocop-performance (>= 1.15)
77-
rubocop-rails (>= 2.17)
78-
rubocop-performance (1.23.1)
79-
rubocop (>= 1.48.1, < 2.0)
80-
rubocop-ast (>= 1.31.1, < 2.0)
81-
rubocop-rails (2.25.1)
84+
rubocop-github (0.23.0)
85+
rubocop (>= 1.72)
86+
rubocop-performance (>= 1.24)
87+
rubocop-rails (>= 2.23)
88+
rubocop-performance (1.24.0)
89+
lint_roller (~> 1.1)
90+
rubocop (>= 1.72.1, < 2.0)
91+
rubocop-ast (>= 1.38.0, < 2.0)
92+
rubocop-rails (2.30.3)
8293
activesupport (>= 4.2.0)
94+
lint_roller (~> 1.1)
8395
rack (>= 1.1)
84-
rubocop (>= 1.33.0, < 2.0)
85-
rubocop-ast (>= 1.31.1, < 2.0)
86-
rubocop-rspec (3.3.0)
87-
rubocop (~> 1.61)
96+
rubocop (>= 1.72.1, < 2.0)
97+
rubocop-ast (>= 1.38.0, < 2.0)
98+
rubocop-rspec (3.5.0)
99+
lint_roller (~> 1.1)
100+
rubocop (~> 1.72, >= 1.72.1)
88101
ruby-progressbar (1.13.0)
102+
securerandom (0.3.2)
89103
simplecov (0.22.0)
90104
docile (~> 1.1)
91105
simplecov-html (~> 0.11)
@@ -94,7 +108,7 @@ GEM
94108
simplecov (< 1.0)
95109
simplecov-html (0.12.3)
96110
simplecov_json_formatter (0.1.4)
97-
stringio (3.1.2)
111+
stringio (3.1.5)
98112
tzinfo (2.0.6)
99113
concurrent-ruby (~> 1.0)
100114
unicode-display_width (3.1.4)
@@ -109,13 +123,13 @@ PLATFORMS
109123
x86_64-linux
110124

111125
DEPENDENCIES
112-
irb (~> 1.14)
126+
irb (~> 1.15)
113127
logger (~> 1.6)
114128
rspec (~> 3.13)
115-
rubocop (~> 1.70)
116-
rubocop-github (~> 0.20)
129+
rubocop (~> 1.74)
130+
rubocop-github (~> 0.23)
117131
rubocop-performance (~> 1.23)
118-
rubocop-rspec (~> 3.3)
132+
rubocop-rspec (~> 3.5)
119133
simplecov (~> 0.22)
120134
simplecov-erb (~> 1.0)
121135

-252 KB
Binary file not shown.
253 KB
Binary file not shown.

vendor/cache/benchmark-0.4.0.gem

14 KB
Binary file not shown.

vendor/cache/bigdecimal-3.1.8.gem

-86.5 KB
Binary file not shown.

vendor/cache/bigdecimal-3.1.9.gem

86.5 KB
Binary file not shown.
-342 KB
Binary file not shown.
342 KB
Binary file not shown.
-11.5 KB
Binary file not shown.
12 KB
Binary file not shown.

vendor/cache/diff-lcs-1.5.1.gem

-52 KB
Binary file not shown.

vendor/cache/diff-lcs-1.6.0.gem

55.5 KB
Binary file not shown.

vendor/cache/i18n-1.14.5.gem

-45.5 KB
Binary file not shown.

vendor/cache/i18n-1.14.7.gem

45.5 KB
Binary file not shown.

vendor/cache/irb-1.14.3.gem

-95.5 KB
Binary file not shown.

vendor/cache/irb-1.15.1.gem

86.5 KB
Binary file not shown.

vendor/cache/json-2.10.2.gem

61.5 KB
Binary file not shown.

vendor/cache/json-2.9.1.gem

-71.5 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

vendor/cache/lint_roller-1.1.0.gem

9.5 KB
Binary file not shown.

vendor/cache/logger-1.6.5.gem

-18 KB
Binary file not shown.

vendor/cache/logger-1.6.6.gem

18 KB
Binary file not shown.

vendor/cache/minitest-5.24.1.gem

-98 KB
Binary file not shown.

vendor/cache/minitest-5.25.5.gem

99 KB
Binary file not shown.

vendor/cache/mutex_m-0.2.0.gem

-7 KB
Binary file not shown.

vendor/cache/mutex_m-0.3.0.gem

7.5 KB
Binary file not shown.

vendor/cache/parser-3.3.6.0.gem

-933 KB
Binary file not shown.

vendor/cache/parser-3.3.7.1.gem

934 KB
Binary file not shown.

vendor/cache/pp-0.6.2.gem

11.5 KB
Binary file not shown.

vendor/cache/prettyprint-0.2.0.gem

12 KB
Binary file not shown.

vendor/cache/psych-5.2.2.gem

-37.5 KB
Binary file not shown.

vendor/cache/psych-5.2.3.gem

37.5 KB
Binary file not shown.

vendor/cache/rdoc-6.10.0.gem

-654 KB
Binary file not shown.

vendor/cache/rdoc-6.12.0.gem

655 KB
Binary file not shown.

vendor/cache/rspec-core-3.13.0.gem

-164 KB
Binary file not shown.

vendor/cache/rspec-core-3.13.3.gem

164 KB
Binary file not shown.
-86.5 KB
Binary file not shown.
87 KB
Binary file not shown.

vendor/cache/rspec-mocks-3.13.1.gem

-80 KB
Binary file not shown.

vendor/cache/rspec-mocks-3.13.2.gem

80 KB
Binary file not shown.

vendor/cache/rspec-support-3.13.1.gem

-39 KB
Binary file not shown.

vendor/cache/rspec-support-3.13.2.gem

39 KB
Binary file not shown.

vendor/cache/rubocop-1.70.0.gem

-657 KB
Binary file not shown.

vendor/cache/rubocop-1.74.0.gem

681 KB
Binary file not shown.

vendor/cache/rubocop-ast-1.37.0.gem

-58.5 KB
Binary file not shown.

vendor/cache/rubocop-ast-1.39.0.gem

60 KB
Binary file not shown.
-25.5 KB
Binary file not shown.
27.5 KB
Binary file not shown.
-43.5 KB
Binary file not shown.
44 KB
Binary file not shown.

vendor/cache/rubocop-rails-2.25.1.gem

-108 KB
Binary file not shown.

vendor/cache/rubocop-rails-2.30.3.gem

113 KB
Binary file not shown.

vendor/cache/rubocop-rspec-3.3.0.gem

-86.5 KB
Binary file not shown.

vendor/cache/rubocop-rspec-3.5.0.gem

86.5 KB
Binary file not shown.

vendor/cache/securerandom-0.3.2.gem

11.5 KB
Binary file not shown.

vendor/cache/stringio-3.1.2.gem

-19 KB
Binary file not shown.

vendor/cache/stringio-3.1.5.gem

19 KB
Binary file not shown.

0 commit comments

Comments
 (0)