Skip to content

Commit

Permalink
Merge pull request #762 from ruby/dependabot/bundler/steep-1.9.3
Browse files Browse the repository at this point in the history
build(deps): bump steep from 1.8.3 to 1.9.3
  • Loading branch information
ksss authored Jan 16, 2025
2 parents 9dc536c + a5c7ec7 commit 13de0d8
Showing 1 changed file with 19 additions and 14 deletions.
33 changes: 19 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.2.1.2)
activesupport (8.0.1)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
Expand All @@ -12,24 +13,26 @@ GEM
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.8)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
csv (3.3.0)
benchmark (0.4.0)
bigdecimal (3.1.9)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
csv (3.3.2)
drb (2.2.1)
ffi (1.17.0)
fileutils (1.7.2)
ffi (1.17.1)
fileutils (1.7.3)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
json (2.9.1)
language_server-protocol (3.17.0.3)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.4)
minitest (5.25.1)
logger (1.6.5)
minitest (5.25.4)
parallel (1.26.3)
parser (3.3.6.0)
ast (~> 2.4.1)
Expand All @@ -40,7 +43,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rbs (3.6.1)
rbs (3.8.1)
logger
regexp_parser (2.10.0)
rubocop (1.69.2)
Expand All @@ -60,8 +63,8 @@ GEM
rubocop (~> 1.61)
zlib
ruby-progressbar (1.13.0)
securerandom (0.3.1)
steep (1.8.3)
securerandom (0.4.1)
steep (1.9.3)
activesupport (>= 5.1)
concurrent-ruby (>= 1.1.10)
csv (>= 3.0.9)
Expand All @@ -72,18 +75,20 @@ GEM
logger (>= 1.3.0)
parser (>= 3.1)
rainbow (>= 2.2.2, < 4.0)
rbs (~> 3.6.0)
rbs (~> 3.8)
securerandom (>= 0.1)
strscan (>= 1.0.0)
terminal-table (>= 2, < 4)
strscan (3.1.0)
uri (>= 0.12.0)
strscan (3.1.2)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
typeprof (0.30.1)
rbs (>= 3.6.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
uri (1.0.2)
zlib (3.2.1)

PLATFORMS
Expand Down

0 comments on commit 13de0d8

Please sign in to comment.