Sha256: 0f20a76c7a31fa6058bea4beffaeb3940e4a89c4858603931be360342fba715b

Contents?: true

Size: 337 Bytes

Versions: 2

Compression:

Stored size: 337 Bytes

Contents

source "https://rubygems.org"

gemspec

### deps for rdoc.info
platforms :ruby do
  gem 'redcarpet',     '2.1.1'
  gem 'github-markup', '0.7.2'
end

gem 'simplecov', '~> 0.8'

platforms :ruby_18, :jruby do
  gem 'json'
end

platforms :jruby do
  gem "jruby-openssl"
end

eval File.read('Gemfile-custom') if File.exist?('Gemfile-custom')

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/rspec-legacy_formatters-1.0.1/Gemfile
rspec-legacy_formatters-1.0.1 Gemfile