Sha256: b7ecdda70764e2eeb91071c435918f8f00f5496a2334d0a838a541ec7c1bd092

Contents?: true

Size: 448 Bytes

Versions: 9

Compression:

Stored size: 448 Bytes

Contents

# frozen_string_literal: true

source "https://rubygems.org"

# Specify your gem's dependencies in coverband.gemspec
gemspec

# add when debugging
# require 'byebug'; byebug
if ENV["CI"]
  # skipping pry-byebug as it has issues on Ruby 2.3 on travis
  # and we don't really need it on CI
else
  gem "pry-byebug", platforms: [:mri, :mingw, :x64_mingw]
end

gem "rails", "~>5"
# these gems are used for testing gem tracking
gem "irb", require: false

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
coverband-5.0.1 Gemfile
coverband-5.0.1.rc.1 Gemfile
coverband-5.0.0 Gemfile
coverband-5.0.0.rc.8 Gemfile
coverband-5.0.0.rc.7 Gemfile
coverband-5.0.0.rc.6 Gemfile
coverband-5.0.0.rc.5 Gemfile
coverband-5.0.0.rc.4 Gemfile
coverband-5.0.0.rc.3 Gemfile