Sha256: 69fa52f96e3b35aa81cc033b41854e1f797fdb248d85a70ad5b237c44b173afe

Contents?: true

Size: 717 Bytes

Versions: 1

Compression:

Stored size: 717 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

if RUBY_VERSION < '2.2.0' && !!(RbConfig::CONFIG['host_os'] =~ /cygwin|mswin|mingw|bccwin|wince|emx/)
  gem 'ffi', '< 1.10'
elsif RUBY_VERSION < '2.0'
  gem 'ffi', '< 1.9.19' # ffi dropped Ruby 1.8 support in 1.9.19
elsif defined?(RUBY_ENGINE) && RUBY_ENGINE == 'rbx'
  gem 'ffi', '< 1.11.0'
else
  gem 'ffi', '~> 1.11.0'
end

gem 'simplecov', '~> 0.8'

gem 'contracts', '< 0.16' if RUBY_VERSION < '1.9.0'

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

1 entries across 1 versions & 1 rubygems

Version Path
rspec-legacy_formatters-1.0.2 Gemfile