Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source "https://rubygems.org"
gemspec

#if ENV["RBS_VERSION"]
gem "rbs", github: "ruby/rbs", ref: ENV["RBS_VERSION"]
Expand All @@ -7,8 +8,6 @@ source "https://rubygems.org"
# gemspec
#end

gem "prism", ">= 1.4.0"

group :development do
gem "rake"
gem "stackprof", platforms: :mri
Expand Down
34 changes: 22 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,42 +1,52 @@
GIT
remote: https://github.com/ruby/rbs.git
revision: bcc737da3c8c625d55d9b8856d9b8399b92a32d4
revision: d86ab02eb7e41343b8391bc38e349b40c7e72b15
specs:
rbs (3.5.1)
rbs (4.0.0.dev.4)
logger
prism (>= 1.3.0)
tsort

PATH
remote: .
specs:
typeprof (0.30.1)
prism (>= 1.4.0)
rbs (>= 3.6.0)

GEM
remote: https://rubygems.org/
specs:
coverage-helpers (1.0.0)
docile (1.4.0)
logger (1.6.0)
power_assert (2.0.3)
prism (1.4.0)
rake (13.2.1)
docile (1.4.1)
logger (1.7.0)
power_assert (3.0.0)
prism (1.6.0)
rake (13.3.1)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov-html (0.13.2)
simplecov_json_formatter (0.1.4)
stackprof (0.2.26)
test-unit (3.6.2)
stackprof (0.2.27)
test-unit (3.7.1)
power_assert
tsort (0.2.0)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
coverage-helpers
prism (>= 1.4.0)
rake
rbs!
simplecov
simplecov-html
stackprof
test-unit
typeprof!

BUNDLED WITH
2.6.8
2.6.9
1 change: 1 addition & 0 deletions typeprof.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_runtime_dependency "prism", ">= 1.4.0"
spec.add_runtime_dependency "rbs", ">= 3.6.0"
end
Loading