Sha256: 1832faad7b6683ac5884a978ff9c27faa651943a34b9d090863b2e4f063a777a

Contents?: true

Size: 571 Bytes

Versions: 13

Compression:

Stored size: 571 Bytes

Contents

source 'https://rubygems.org'

gemspec

# rubocop:disable Bundler/DuplicatedGem
if 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

13 entries across 13 versions & 2 rubygems

Version Path
mocha-2.4.5 Gemfile
mocha-2.4.4 Gemfile
mocha-2.4.3 Gemfile
mocha-2.4.2 Gemfile
mocha-2.4.1 Gemfile
mocha-2.4.0 Gemfile
mocha-2.2.0 Gemfile
mocha-2.1.0 Gemfile
mocha-2.0.4 Gemfile
mocha-2.0.3 Gemfile
fluent-plugin-google-cloud-logging-on-prem-0.1.0 vendor/ruby/3.1.0/gems/mocha-2.0.2/Gemfile
mocha-2.0.2 Gemfile
mocha-2.0.1 Gemfile