Sha256: d2801634108f54b0dd5a6c9a40143ab8d8ceea7ec606b4144812da078f8903c3
Contents?: true
Size: 624 Bytes
Versions: 2
Compression:
Stored size: 624 Bytes
Contents
# frozen_string_literal: true source 'https://rubygems.org' # Specify your gem's dependencies in coveralls-ruby.gemspec gemspec platforms :jruby do gem 'jruby-openssl', '~> 0.10.1' end group :development do gem 'rake', '~> 13.0' gem 'rspec', '~> 3.9' gem 'rubocop', '~> 0.77.0' gem 'rubocop-performance', '~> 1.5' gem 'rubocop-rspec', '~> 1.37' gem 'truthy', '~> 1.0' gem 'vcr', '~> 5.0' gem 'webmock', '~> 3.7' end group :development, :test do gem 'byebug', '~> 11.0', platforms: %i[mri mingw x64_mingw] gem 'pry', '~> 0.12.2' gem 'pry-byebug', '~> 3.7', platforms: %i[mri mingw x64_mingw] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
coveralls_reborn-0.14.0 | Gemfile |
coveralls_reborn-0.13.4 | Gemfile |