Skip to content

Commit

Permalink
Update steep
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro committed Sep 18, 2024
1 parent 42920d6 commit 8521a5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions steep/Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source "https://rubygems.org"

gem "rbs"
gem "steep"
gem "rbs", "~> 3.6.0.pre"
gem "steep", "~> 1.8.0.pre"
10 changes: 5 additions & 5 deletions steep/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rbs (3.5.3)
rbs (3.6.0.pre.2)
logger
securerandom (0.3.1)
steep (1.7.1)
steep (1.8.0.pre.2)
activesupport (>= 5.1)
concurrent-ruby (>= 1.1.10)
csv (>= 3.0.9)
Expand All @@ -52,7 +52,7 @@ GEM
logger (>= 1.3.0)
parser (>= 3.1)
rainbow (>= 2.2.2, < 4.0)
rbs (>= 3.5.0.pre)
rbs (~> 3.6.0.pre)
securerandom (>= 0.1)
strscan (>= 1.0.0)
terminal-table (>= 2, < 4)
Expand All @@ -67,8 +67,8 @@ PLATFORMS
ruby

DEPENDENCIES
rbs
steep
rbs (~> 3.6.0.pre)
steep (~> 1.8.0.pre)

BUNDLED WITH
2.5.16

0 comments on commit 8521a5b

Please sign in to comment.