Sha256: 0838457c7a3e251d556b041f3b3f3aaff6b89cd63ad84e1533b23f70a764a040
Contents?: true
Size: 573 Bytes
Versions: 1
Compression:
Stored size: 573 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.2' end gem 'byebug', '~> 11.1', platforms: %i[mri mingw x64_mingw] gem 'pry', '~> 0.13.1' gem 'pry-byebug', '~> 3.9', platforms: %i[mri mingw x64_mingw] gem 'rake', '~> 13.0' gem 'rspec', '~> 3.10' gem 'rubocop', '~> 1.20' gem 'rubocop-performance', '~> 1.11' gem 'rubocop-rake', '~> 0.6.0' gem 'rubocop-rspec', '~> 2.4' gem 'truthy', '~> 1.0' gem 'vcr', '~> 6.0' gem 'webmock', '~> 3.14'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
coveralls_reborn-0.23.0 | Gemfile |