Sha256: f4b64f8438506d494f744af39741a18c012b53bcfffa80606f681988e0be21ed

Contents?: true

Size: 579 Bytes

Versions: 53

Compression:

Stored size: 579 Bytes

Contents

source "http://rubygems.org"

# Specify your gem's dependencies in child_process.gemspec
gemspec


if RUBY_VERSION =~ /^1\./
  gem 'tins', '< 1.7' # The 'tins' gem requires Ruby 2.x on/after this version
  gem 'json', '< 2.0' # The 'json' gem drops pre-Ruby 2.x support on/after this version
  gem 'term-ansicolor', '< 1.4' # The 'term-ansicolor' gem requires Ruby 2.x on/after this version

  if RbConfig::CONFIG['host_os'].downcase =~ /mswin|msys|mingw32/
    gem 'ffi', '< 1.9.15' # The 'ffi' gem, for Windows, requires Ruby 2.x on/after this version
  end
end

Version data entries

53 entries across 39 versions & 5 rubygems

Version Path
vagrant-unbundled-1.9.8.1 vendor/bundle/ruby/2.4.0/gems/childprocess-0.6.3/Gemfile
vagrant-unbundled-1.9.7.1 vendor/bundle/ruby/2.4.0/gems/childprocess-0.6.3/Gemfile
tdiary-5.0.5 vendor/bundle/gems/tdiary-5.0.4/vendor/bundle/gems/childprocess-0.6.2/Gemfile
tdiary-5.0.5 vendor/bundle/gems/childprocess-0.7.1/Gemfile
tdiary-5.0.5 vendor/bundle/gems/childprocess-0.7.0/Gemfile
tdiary-5.0.5 vendor/bundle/gems/childprocess-0.6.2/Gemfile
childprocess-0.7.1 Gemfile
vagrant-unbundled-1.9.5.1 vendor/bundle/ruby/2.4.0/gems/childprocess-0.6.3/Gemfile
childprocess-0.7.0 Gemfile
tdiary-5.0.4 vendor/bundle/gems/childprocess-0.6.2/Gemfile
childprocess-0.6.3 Gemfile
childprocess-0.6.3.beta.1 Gemfile
childprocess-0.6.2 Gemfile