Skip to content

Commit c6a9822

Browse files
chore(deps): bump the ruby-dependencies group with 3 updates
Updates the requirements on [rbs](https://github.com/ruby/rbs), [steep](https://github.com/soutaro/steep) and [bigdecimal](https://github.com/ruby/bigdecimal) to permit the latest version. Updates `rbs` from 3.10.4 to 4.0.2 - [Release notes](https://github.com/ruby/rbs/releases) - [Changelog](https://github.com/ruby/rbs/blob/master/CHANGELOG.md) - [Commits](ruby/rbs@v3.10.4...v4.0.2) Updates `steep` from 1.10.0 to 2.0.0 - [Release notes](https://github.com/soutaro/steep/releases) - [Changelog](https://github.com/soutaro/steep/blob/master/CHANGELOG.md) - [Commits](soutaro/steep@v1.10.0...v2.0.0) Updates `steep` from 1.10.0 to 2.0.0 - [Release notes](https://github.com/soutaro/steep/releases) - [Changelog](https://github.com/soutaro/steep/blob/master/CHANGELOG.md) - [Commits](soutaro/steep@v1.10.0...v2.0.0) Updates `bigdecimal` from 3.3.1 to 4.1.2 - [Release notes](https://github.com/ruby/bigdecimal/releases) - [Changelog](https://github.com/ruby/bigdecimal/blob/master/CHANGES.md) - [Commits](ruby/bigdecimal@v3.3.1...v4.1.2) --- updated-dependencies: - dependency-name: rbs dependency-version: 4.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: ruby-dependencies - dependency-name: steep dependency-version: 2.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: ruby-dependencies - dependency-name: steep dependency-version: 2.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: ruby-dependencies - dependency-name: bigdecimal dependency-version: 4.1.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ruby-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8e17f8a commit c6a9822

3 files changed

Lines changed: 13 additions & 37 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ group :development, :test do
88
gem 'async-rspec', '~> 1.17', require: false
99
gem 'bundler-audit', require: false
1010
gem 'rake', '~> 13.0'
11-
gem 'rbs', '~> 3.6', require: false
11+
gem 'rbs', '~> 4.0', require: false
1212
gem 'redcarpet', '~> 3.6', require: false
1313
gem 'rspec', '~> 3.13'
1414
gem 'rubocop', '~> 1.68', require: false
1515
gem 'rubocop-performance', require: false
1616
gem 'rubocop-rake', require: false
1717
gem 'rubocop-rspec', require: false
1818
gem 'simplecov', '~> 0.22', require: false
19-
gem 'steep', '~> 1.9', require: false
19+
gem 'steep', '~> 2.0', require: false
2020
gem 'yard', '~> 0.9', require: false
2121
end

Gemfile.lock

Lines changed: 10 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,14 @@ PATH
55
async (~> 2.20)
66
async-http (~> 0.86)
77
async-websocket (~> 0.30)
8-
bigdecimal (~> 3.1)
8+
bigdecimal (>= 3.1, < 5.0)
99
logger (~> 1.6)
1010
opentelemetry-api (~> 1.5)
1111
sqlite3 (~> 2.0)
1212

1313
GEM
1414
remote: https://rubygems.org/
1515
specs:
16-
activesupport (8.1.3)
17-
base64
18-
bigdecimal
19-
concurrent-ruby (~> 1.0, >= 1.3.1)
20-
connection_pool (>= 2.2.5)
21-
drb
22-
i18n (>= 1.6, < 2)
23-
json
24-
logger (>= 1.4.2)
25-
minitest (>= 5.1)
26-
securerandom (>= 0.3)
27-
tzinfo (~> 2.0, >= 2.0.5)
28-
uri (>= 0.13.1)
2916
ast (2.4.3)
3017
async (2.39.0)
3118
console (~> 1.29)
@@ -55,21 +42,18 @@ GEM
5542
protocol-http (~> 0.34)
5643
protocol-rack (~> 0.7)
5744
protocol-websocket (~> 0.17)
58-
base64 (0.3.0)
59-
bigdecimal (3.3.1)
45+
bigdecimal (4.1.2)
6046
bundler-audit (0.9.3)
6147
bundler (>= 1.2.0)
6248
thor (~> 1.0)
6349
concurrent-ruby (1.3.6)
64-
connection_pool (3.0.2)
6550
console (1.34.3)
6651
fiber-annotation
6752
fiber-local (~> 1.1)
6853
json
6954
csv (3.3.5)
7055
diff-lcs (1.6.2)
7156
docile (1.4.1)
72-
drb (2.2.3)
7357
ffi (1.17.4)
7458
ffi (1.17.4-aarch64-linux-gnu)
7559
ffi (1.17.4-aarch64-linux-musl)
@@ -86,8 +70,6 @@ GEM
8670
fiber-storage
8771
fiber-storage (1.0.1)
8872
fileutils (1.8.0)
89-
i18n (1.14.8)
90-
concurrent-ruby (~> 1.0)
9173
io-endpoint (0.17.2)
9274
io-event (1.16.0)
9375
io-stream (0.13.0)
@@ -101,10 +83,6 @@ GEM
10183
logger (1.7.0)
10284
metrics (0.15.0)
10385
mini_portile2 (2.8.9)
104-
minitest (6.0.6)
105-
drb (~> 2.0)
106-
prism (~> 1.5)
107-
mutex_m (0.3.0)
10886
opentelemetry-api (1.10.0)
10987
logger
11088
parallel (2.1.0)
@@ -133,8 +111,9 @@ GEM
133111
rb-fsevent (0.11.2)
134112
rb-inotify (0.11.1)
135113
ffi (~> 1.0)
136-
rbs (3.10.4)
114+
rbs (4.0.2)
137115
logger
116+
prism (>= 1.6.0)
138117
tsort
139118
redcarpet (3.6.1)
140119
regexp_parser (2.12.0)
@@ -199,19 +178,18 @@ GEM
199178
sqlite3 (2.9.4-x86_64-darwin)
200179
sqlite3 (2.9.4-x86_64-linux-gnu)
201180
sqlite3 (2.9.4-x86_64-linux-musl)
202-
steep (1.10.0)
203-
activesupport (>= 5.1)
181+
steep (2.0.0)
204182
concurrent-ruby (>= 1.1.10)
205183
csv (>= 3.0.9)
206184
fileutils (>= 1.1.0)
207185
json (>= 2.1.0)
208186
language_server-protocol (>= 3.17.0.4, < 4.0)
209187
listen (~> 3.0)
210188
logger (>= 1.3.0)
211-
mutex_m (>= 0.3.0)
212-
parser (>= 3.1)
189+
parser (>= 3.2)
190+
prism (>= 0.25.0)
213191
rainbow (>= 2.2.2, < 4.0)
214-
rbs (~> 3.9)
192+
rbs (~> 4.0)
215193
securerandom (>= 0.1)
216194
strscan (>= 1.0.0)
217195
terminal-table (>= 2, < 5)
@@ -222,8 +200,6 @@ GEM
222200
thor (1.5.0)
223201
traces (0.18.2)
224202
tsort (0.2.0)
225-
tzinfo (2.0.6)
226-
concurrent-ruby (~> 1.0)
227203
unicode-display_width (3.2.0)
228204
unicode-emoji (~> 4.1)
229205
unicode-emoji (4.2.0)
@@ -248,15 +224,15 @@ DEPENDENCIES
248224
async-rspec (~> 1.17)
249225
bundler-audit
250226
rake (~> 13.0)
251-
rbs (~> 3.6)
227+
rbs (~> 4.0)
252228
redcarpet (~> 3.6)
253229
rspec (~> 3.13)
254230
rubocop (~> 1.68)
255231
rubocop-performance
256232
rubocop-rake
257233
rubocop-rspec
258234
simplecov (~> 0.22)
259-
steep (~> 1.9)
235+
steep (~> 2.0)
260236
yard (~> 0.9)
261237

262238
BUNDLED WITH

arcp.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Gem::Specification.new do |spec|
3838
spec.add_dependency 'async', '~> 2.20'
3939
spec.add_dependency 'async-http', '~> 0.86'
4040
spec.add_dependency 'async-websocket', '~> 0.30'
41-
spec.add_dependency 'bigdecimal', '~> 3.1'
41+
spec.add_dependency 'bigdecimal', '>= 3.1', '< 5.0'
4242
spec.add_dependency 'logger', '~> 1.6'
4343
spec.add_dependency 'opentelemetry-api', '~> 1.5'
4444
spec.add_dependency 'sqlite3', '~> 2.0'

0 commit comments

Comments
 (0)