Sha256: a53c5394181a6346a2504736508ba5446ae8c2d51b916b3b18b0247bb91bac89

Contents?: true

Size: 453 Bytes

Versions: 5

Compression:

Stored size: 453 Bytes

Contents

source "https://rubygems.org"

git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

gemspec

group :development do
  gem "bundler"
  is_unix = RUBY_PLATFORM =~ /(aix|darwin|linux|(net|free|open)bsd|cygwin|solaris|irix|hpux)/i
  is_truffleruby = RUBY_DESCRIPTION =~ /truffleruby/
  gem 'vterm', '>= 0.0.5' if is_unix && ENV['WITH_VTERM']
  gem 'yamatanooroti', '>= 0.0.6'
  gem "rake"
  gem "stackprof" if is_unix && !is_truffleruby
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
irb-1.3.8.pre.3 Gemfile
irb-1.3.8.pre.2 Gemfile
irb-1.3.8.pre.1 Gemfile
irb-1.3.7 Gemfile
irb-1.3.6 Gemfile