Sha256: 5a4ea29e9f750e1a17fbc554d70290993edc8d96322045801838bbe425df860c

Contents?: true

Size: 344 Bytes

Versions: 8

Compression:

Stored size: 344 Bytes

Contents

source "https://rubygems.org"

if ENV["RBS_VERSION"]
  gem "rbs", github: "ruby/rbs", ref: ENV["RBS_VERSION"]
else
  # Specify your gem's dependencies in typeprof.gemspec
  gemspec
end

group :development do
  gem "rake"
  gem "stackprof", platforms: :mri
  gem "test-unit"
  gem "simplecov"
  gem "simplecov-html"
  gem "coverage-helpers"
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
typeprof-0.21.11 Gemfile
typeprof-0.21.10 Gemfile
typeprof-0.21.9 Gemfile
typeprof-0.21.8 Gemfile
typeprof-0.21.7 Gemfile
typeprof-0.21.6 Gemfile
typeprof-0.21.5 Gemfile
typeprof-0.21.4 Gemfile