Skip to content

Commit

Permalink
Merge pull request #663 from soutaro/update-1.2.1
Browse files Browse the repository at this point in the history
Update 1.2.1
  • Loading branch information
soutaro authored Oct 23, 2022
2 parents 7a4bde7 + 0b04d7a commit 3b58aea
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 8 deletions.
12 changes: 11 additions & 1 deletion Gemfile.steep.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ GEM
tzinfo (~> 2.0)
ast (2.4.2)
concurrent-ruby (1.1.10)
csv (3.2.5)
ffi (1.15.5)
fileutils (1.6.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
json (2.6.2)
language_server-protocol (3.17.0.1)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.5.1)
minitest (5.16.3)
parallel (1.22.1)
parser (3.1.2.1)
Expand All @@ -25,16 +29,22 @@ GEM
ffi (~> 1.0)
rbs (2.7.0)
securerandom (0.2.0)
steep (1.2.0)
steep (1.2.1)
activesupport (>= 5.1)
csv (>= 3.0.9)
fileutils (>= 1.1.0)
json (>= 2.1.0)
language_server-protocol (>= 3.15, < 4.0)
listen (~> 3.0)
logger (>= 1.3.0)
parallel (>= 1.0.0)
parser (>= 3.1)
rainbow (>= 2.2.2, < 4.0)
rbs (>= 2.7.0)
securerandom (>= 0.1)
strscan (>= 1.0.0)
terminal-table (>= 2, < 4)
strscan (3.0.4)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
tzinfo (2.0.5)
Expand Down
1 change: 0 additions & 1 deletion Steepfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ target :app do
hash[D::Ruby::MethodDefinitionMissing] = :hint
end

signature "../rbs/sig", "../rbs/stdlib/rdoc/0"
library(
"set",
"pathname",
Expand Down
20 changes: 14 additions & 6 deletions rbs_collection.steep.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ gems:
source:
type: git
name: ruby/gem_rbs_collection
revision: 84a7431af1db405ef827bfdd171a37a1416f6099
revision: 96e192a6cb7cad12d89a8923fdab3ab8d6054d0b
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: ast
version: '2.4'
source:
type: git
name: ruby/gem_rbs_collection
revision: 84a7431af1db405ef827bfdd171a37a1416f6099
revision: 96e192a6cb7cad12d89a8923fdab3ab8d6054d0b
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: csv
Expand All @@ -43,7 +43,7 @@ gems:
source:
type: git
name: ruby/gem_rbs_collection
revision: 84a7431af1db405ef827bfdd171a37a1416f6099
revision: 96e192a6cb7cad12d89a8923fdab3ab8d6054d0b
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: json
Expand All @@ -55,7 +55,7 @@ gems:
source:
type: git
name: ruby/gem_rbs_collection
revision: 84a7431af1db405ef827bfdd171a37a1416f6099
revision: 96e192a6cb7cad12d89a8923fdab3ab8d6054d0b
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: logger
Expand All @@ -71,21 +71,29 @@ gems:
source:
type: git
name: ruby/gem_rbs_collection
revision: 84a7431af1db405ef827bfdd171a37a1416f6099
revision: 96e192a6cb7cad12d89a8923fdab3ab8d6054d0b
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: rainbow
version: '3.0'
source:
type: git
name: ruby/gem_rbs_collection
revision: 84a7431af1db405ef827bfdd171a37a1416f6099
revision: 96e192a6cb7cad12d89a8923fdab3ab8d6054d0b
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: securerandom
version: '0'
source:
type: stdlib
- name: stackprof
version: '0.2'
source:
type: git
name: ruby/gem_rbs_collection
revision: 96e192a6cb7cad12d89a8923fdab3ab8d6054d0b
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: strscan
version: '0'
source:
Expand Down

0 comments on commit 3b58aea

Please sign in to comment.