Sha256: 99e6a78400195fd8fbbe2d78b5f8e9ff714e53ca1e12d96f6eb2452e71ee1207

Contents?: true

Size: 622 Bytes

Versions: 4

Compression:

Stored size: 622 Bytes

Contents

source 'https://rubygems.org'

gemspec

# rubocop:disable Bundler/DuplicatedGem
if RUBY_VERSION < '2'
  gem 'rake', '~> 12.2.1'
elsif RUBY_VERSION < '2.2'
  gem 'rake', '~> 12.3.3'
else
  gem 'rake'
end
# rubocop:enable Bundler/DuplicatedGem

gem 'introspection', '~> 0.0.1'

# Avoid breaking change in psych v4 (https://bugs.ruby-lang.org/issues/17866)
if RUBY_VERSION >= '3.1.0'
  gem 'psych', '< 4'
end

if RUBY_VERSION >= '2.2.0'
  # No test libraries in standard library
  gem 'minitest'
end
if RUBY_VERSION >= '2.2.0'
  gem 'rubocop', '<= 0.58.2'
end
if ENV['MOCHA_GENERATE_DOCS']
  gem 'redcarpet'
  gem 'yard'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mocha-1.16.1 Gemfile
mocha-1.15.1 Gemfile
mocha-1.16.0 Gemfile
mocha-1.15.0 Gemfile