Sha256: 3fc631c00793e23aecfb1f5a2dd92cc528127d6f248180be7feafa3896b29f72
Contents?: true
Size: 743 Bytes
Versions: 3
Compression:
Stored size: 743 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 'jaro_winkler', '>= 1.5.5' gem 'rubocop', '> 0.56', '<= 0.58.2' end if RUBY_ENGINE == 'jruby' # Workaround for https://github.com/jruby/jruby/issues/8488 gem 'jar-dependencies', '~> 0.4.1' end if ENV['MOCHA_GENERATE_DOCS'] gem 'redcarpet' gem 'yard' end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
tailscale_middleware-0.0.3 | vendor/cache/ruby/3.4.0/gems/mocha-2.7.1/Gemfile |
mocha-2.7.1 | Gemfile |
mocha-2.7.0 | Gemfile |