Skip to content

Commit 19b3337

Browse files
author
Alex Evanczuk
authored
Use newer version of bundler and ruby during development (#33)
* Rebundle with 2.4.12 * use ruby 3.2.2 * bundle lock --add-platform x86_64-linux (for CI)
1 parent 0f79aa6 commit 19b3337

2 files changed

Lines changed: 44 additions & 53 deletions

File tree

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.2.2

Gemfile.lock

Lines changed: 43 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -39,48 +39,48 @@ GEM
3939
netrc (0.11.0)
4040
packs (0.0.6)
4141
sorbet-runtime
42-
parallel (1.22.1)
42+
parallel (1.23.0)
4343
parse_packwerk (0.19.1)
4444
sorbet-runtime
45-
parser (3.1.1.0)
45+
parser (3.2.2.1)
4646
ast (~> 2.4.1)
47-
pry (0.14.1)
47+
pry (0.14.2)
4848
coderay (~> 1.1)
4949
method_source (~> 1.0)
5050
rainbow (3.1.1)
5151
rake (13.0.6)
52-
rbi (0.0.14)
52+
rbi (0.0.16)
5353
ast
5454
parser (>= 2.6.4.0)
5555
sorbet-runtime (>= 0.5.9204)
5656
unparser
5757
regexp_parser (2.8.0)
5858
rexml (3.2.5)
59-
rspec (3.11.0)
60-
rspec-core (~> 3.11.0)
61-
rspec-expectations (~> 3.11.0)
62-
rspec-mocks (~> 3.11.0)
63-
rspec-core (3.11.0)
64-
rspec-support (~> 3.11.0)
65-
rspec-expectations (3.11.0)
59+
rspec (3.12.0)
60+
rspec-core (~> 3.12.0)
61+
rspec-expectations (~> 3.12.0)
62+
rspec-mocks (~> 3.12.0)
63+
rspec-core (3.12.1)
64+
rspec-support (~> 3.12.0)
65+
rspec-expectations (3.12.2)
6666
diff-lcs (>= 1.2.0, < 2.0)
67-
rspec-support (~> 3.11.0)
68-
rspec-mocks (3.11.0)
67+
rspec-support (~> 3.12.0)
68+
rspec-mocks (3.12.5)
6969
diff-lcs (>= 1.2.0, < 2.0)
70-
rspec-support (~> 3.11.0)
71-
rspec-support (3.11.0)
72-
rubocop (1.33.0)
70+
rspec-support (~> 3.12.0)
71+
rspec-support (3.12.0)
72+
rubocop (1.50.2)
7373
json (~> 2.3)
7474
parallel (~> 1.10)
75-
parser (>= 3.1.0.0)
75+
parser (>= 3.2.0.0)
7676
rainbow (>= 2.2.2, < 4.0)
7777
regexp_parser (>= 1.8, < 3.0)
7878
rexml (>= 3.2.5, < 4.0)
79-
rubocop-ast (>= 1.19.1, < 2.0)
79+
rubocop-ast (>= 1.28.0, < 2.0)
8080
ruby-progressbar (~> 1.7)
81-
unicode-display_width (>= 1.4.0, < 3.0)
82-
rubocop-ast (1.24.1)
83-
parser (>= 3.1.1.0)
81+
unicode-display_width (>= 2.4.0, < 3.0)
82+
rubocop-ast (1.28.0)
83+
parser (>= 3.2.1.0)
8484
rubocop-packs (0.0.38)
8585
activesupport
8686
packs
@@ -91,53 +91,43 @@ GEM
9191
rubocop-sorbet (0.7.0)
9292
rubocop (>= 0.90.0)
9393
ruby-progressbar (1.13.0)
94-
sorbet (0.5.9924)
95-
sorbet-static (= 0.5.9924)
96-
sorbet-runtime (0.5.9924)
97-
sorbet-static (0.5.9924-universal-darwin-14)
98-
sorbet-static (0.5.9924-universal-darwin-15)
99-
sorbet-static (0.5.9924-universal-darwin-16)
100-
sorbet-static (0.5.9924-universal-darwin-17)
101-
sorbet-static (0.5.9924-universal-darwin-18)
102-
sorbet-static (0.5.9924-universal-darwin-19)
103-
sorbet-static (0.5.9924-universal-darwin-20)
104-
sorbet-static (0.5.9924-universal-darwin-21)
105-
sorbet-static (0.5.9924-x86_64-linux)
106-
sorbet-static-and-runtime (0.5.9924)
107-
sorbet (= 0.5.9924)
108-
sorbet-runtime (= 0.5.9924)
109-
spoom (1.1.11)
110-
sorbet (>= 0.5.9204)
94+
sorbet (0.5.10796)
95+
sorbet-static (= 0.5.10796)
96+
sorbet-runtime (0.5.10796)
97+
sorbet-static (0.5.10796-universal-darwin-20)
98+
sorbet-static (0.5.10796-universal-darwin-22)
99+
sorbet-static (0.5.10796-x86_64-linux)
100+
sorbet-static-and-runtime (0.5.10796)
101+
sorbet (= 0.5.10796)
102+
sorbet-runtime (= 0.5.10796)
103+
spoom (1.2.1)
104+
sorbet (>= 0.5.10187)
111105
sorbet-runtime (>= 0.5.9204)
112106
thor (>= 0.19.2)
113-
tapioca (0.10.2)
114-
bundler (>= 1.17.3)
107+
tapioca (0.11.5)
108+
bundler (>= 2.2.25)
115109
netrc (>= 0.11.0)
116110
parallel (>= 1.21.0)
117-
pry (>= 0.12.2)
118-
rbi (~> 0.0.0, >= 0.0.14)
119-
sorbet-static-and-runtime (>= 0.5.9204)
120-
spoom (~> 1.1.0, >= 1.1.11)
111+
rbi (~> 0.0.0, >= 0.0.16)
112+
sorbet-static-and-runtime (>= 0.5.10187)
113+
spoom (~> 1.2.0, >= 1.2.0)
121114
thor (>= 1.2.0)
122115
yard-sorbet
123116
thor (1.2.1)
124117
tzinfo (2.0.6)
125118
concurrent-ruby (~> 1.0)
126119
unicode-display_width (2.4.2)
127-
unparser (0.6.4)
120+
unparser (0.6.7)
128121
diff-lcs (~> 1.3)
129-
parser (>= 3.1.0)
130-
webrick (1.7.0)
131-
yard (0.9.27)
132-
webrick (~> 1.7.0)
133-
yard-sorbet (0.6.1)
122+
parser (>= 3.2.0)
123+
yard (0.9.34)
124+
yard-sorbet (0.8.1)
134125
sorbet-runtime (>= 0.5)
135126
yard (>= 0.9)
136127

137128
PLATFORMS
138129
arm64-darwin-20
139-
ruby
140-
x86_64-darwin-20
130+
arm64-darwin-22
141131
x86_64-linux
142132

143133
DEPENDENCIES
@@ -149,4 +139,4 @@ DEPENDENCIES
149139
tapioca
150140

151141
BUNDLED WITH
152-
2.3.8
142+
2.4.12

0 commit comments

Comments
 (0)