Skip to content

Commit 2233c04

Browse files
Merge pull request #1258 from Shopify/dependabot/bundler/minor-and-patch-ca78b6089f
Bump the minor-and-patch group with 5 updates
2 parents 23253cd + 42538d5 commit 2233c04

File tree

8 files changed

+556
-409
lines changed

8 files changed

+556
-409
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ NON_WINDOWS_PLATFORMS = [:ruby] # C Ruby (MRI), Rubinius or TruffleRuby, but NOT
99

1010
group :development do
1111
gem "bundler", "~> 2.4.2"
12-
gem "debug", "~> 1.8", require: false
12+
gem "debug", "~> 1.9", require: false
1313
gem "minitest", "~> 5.20"
1414
gem "minitest-reporters", "~> 1.6"
1515
gem "mocha", "~> 2.1"
1616
gem "rake", "~> 13.1"
17-
gem "rubocop", "~> 1.58"
17+
gem "rubocop", "~> 1.59"
1818
gem "rubocop-shopify", "~> 2.14", require: false
19-
gem "rubocop-minitest", "~> 0.33.0", require: false
19+
gem "rubocop-minitest", "~> 0.34.1", require: false
2020
gem "rubocop-rake", "~> 0.6.0", require: false
2121
gem "rubocop-sorbet", "~> 0.7", require: false
2222
gem "sorbet-static-and-runtime", platforms: NON_WINDOWS_PLATFORMS

Gemfile.lock

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ GEM
1212
ansi (1.5.0)
1313
ast (2.4.2)
1414
builder (3.2.4)
15-
debug (1.8.0)
16-
irb (>= 1.5.0)
17-
reline (>= 0.3.1)
15+
debug (1.9.0)
16+
irb (~> 1.10)
17+
reline (>= 0.3.8)
1818
erubi (1.12.0)
19-
io-console (0.6.0)
20-
irb (1.8.0)
21-
rdoc (~> 6.5)
22-
reline (>= 0.3.6)
19+
io-console (0.7.1)
20+
irb (1.10.1)
21+
rdoc
22+
reline (>= 0.3.8)
2323
json (2.7.1)
2424
language_server-protocol (3.17.0.3)
2525
minitest (5.20.0)
@@ -31,7 +31,7 @@ GEM
3131
mocha (2.1.0)
3232
ruby2_keywords (>= 0.0.5)
3333
netrc (0.11.0)
34-
parallel (1.23.0)
34+
parallel (1.24.0)
3535
parser (3.2.2.4)
3636
ast (~> 2.4.1)
3737
racc
@@ -45,13 +45,13 @@ GEM
4545
rbi (0.1.6)
4646
prism (>= 0.18.0, < 0.20)
4747
sorbet-runtime (>= 0.5.9204)
48-
rdoc (6.6.1)
48+
rdoc (6.6.2)
4949
psych (>= 4.0.0)
5050
regexp_parser (2.8.3)
51-
reline (0.3.8)
51+
reline (0.4.1)
5252
io-console (~> 0.5)
5353
rexml (3.2.6)
54-
rubocop (1.58.0)
54+
rubocop (1.59.0)
5555
json (~> 2.3)
5656
language_server-protocol (>= 3.17.0)
5757
parallel (~> 1.10)
@@ -64,8 +64,9 @@ GEM
6464
unicode-display_width (>= 2.4.0, < 3.0)
6565
rubocop-ast (1.30.0)
6666
parser (>= 3.2.1.0)
67-
rubocop-minitest (0.33.0)
67+
rubocop-minitest (0.34.1)
6868
rubocop (>= 1.39, < 2.0)
69+
rubocop-ast (>= 1.30.0, < 2.0)
6970
rubocop-rake (0.6.0)
7071
rubocop (~> 1.0)
7172
rubocop-shopify (2.14.0)
@@ -74,14 +75,14 @@ GEM
7475
rubocop (>= 0.90.0)
7576
ruby-progressbar (1.13.0)
7677
ruby2_keywords (0.0.5)
77-
sorbet (0.5.11150)
78-
sorbet-static (= 0.5.11150)
79-
sorbet-runtime (0.5.11150)
80-
sorbet-static (0.5.11150-universal-darwin)
81-
sorbet-static (0.5.11150-x86_64-linux)
82-
sorbet-static-and-runtime (0.5.11150)
83-
sorbet (= 0.5.11150)
84-
sorbet-runtime (= 0.5.11150)
78+
sorbet (0.5.11156)
79+
sorbet-static (= 0.5.11156)
80+
sorbet-runtime (0.5.11156)
81+
sorbet-static (0.5.11156-universal-darwin)
82+
sorbet-static (0.5.11156-x86_64-linux)
83+
sorbet-static-and-runtime (0.5.11156)
84+
sorbet (= 0.5.11156)
85+
sorbet-runtime (= 0.5.11156)
8586
spoom (1.2.4)
8687
erubi (>= 1.10.0)
8788
sorbet-static-and-runtime (>= 0.5.10187)
@@ -115,15 +116,15 @@ PLATFORMS
115116

116117
DEPENDENCIES
117118
bundler (~> 2.4.2)
118-
debug (~> 1.8)
119+
debug (~> 1.9)
119120
minitest (~> 5.20)
120121
minitest-reporters (~> 1.6)
121122
mocha (~> 2.1)
122123
psych (~> 5.1)
123124
rake (~> 13.1)
124125
rdoc
125-
rubocop (~> 1.58)
126-
rubocop-minitest (~> 0.33.0)
126+
rubocop (~> 1.59)
127+
rubocop-minitest (~> 0.34.1)
127128
rubocop-rake (~> 0.6.0)
128129
rubocop-shopify (~> 2.14)
129130
rubocop-sorbet (~> 0.7)
File renamed without changes.

sorbet/rbi/gems/parallel@1.23.0.rbi renamed to sorbet/rbi/gems/parallel@1.24.0.rbi

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sorbet/rbi/gems/rbi@0.1.5.rbi renamed to sorbet/rbi/gems/rbi@0.1.6.rbi

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

0 commit comments

Comments
 (0)