Skip to content

Commit

Permalink
Merge pull request #1336 from soutaro/version-1.9.0.dev.1
Browse files Browse the repository at this point in the history
Version 1.9.0.dev.1
  • Loading branch information
soutaro authored Nov 18, 2024
2 parents cfdf6b1 + 70a605f commit c547a64
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ group :development, optional: true do
end

# gem "rbs", path: "../rbs"
gem "rbs", git: "https://github.com/ruby/rbs.git", branch: "master"
# gem "rbs", git: "https://github.com/ruby/rbs.git", branch: "master"
13 changes: 3 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
GIT
remote: https://github.com/ruby/rbs.git
revision: 85f83e0e41bccc69f7435947557b15e703442f15
branch: master
specs:
rbs (3.7.0.dev.1)
logger

PATH
remote: .
specs:
steep (1.8.0)
steep (1.9.0.dev.1)
activesupport (>= 5.1)
concurrent-ruby (>= 1.1.10)
csv (>= 3.0.9)
Expand Down Expand Up @@ -84,6 +76,8 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rbs (3.7.0.dev.1)
logger
rdoc (6.7.0)
psych (>= 4.0.0)
reline (0.5.11)
Expand Down Expand Up @@ -111,7 +105,6 @@ DEPENDENCIES
minitest-hooks
minitest-slow_test
rake
rbs!
stackprof
steep!
vernier (~> 1.3)
Expand Down
2 changes: 1 addition & 1 deletion lib/steep/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Steep
VERSION = "1.8.0"
VERSION = "1.9.0.dev.1"
end

0 comments on commit c547a64

Please sign in to comment.