Sha256: c49421846df935b68840b775e0f00acbd267cd177780555b7d4c42ca78c232cb

Contents?: true

Size: 329 Bytes

Versions: 13

Compression:

Stored size: 329 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
unless ENV["CI"]
  gem "pry-byebug"
end

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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
coverband-5.2.3.2 Gemfile
coverband-5.2.3.1 Gemfile
coverband-5.2.5.rc.1 Gemfile
coverband-5.2.4 Gemfile
coverband-5.2.3 Gemfile
coverband-5.2.2 Gemfile
coverband-5.2.1 Gemfile
coverband-5.2.1.rc.1 Gemfile
coverband-5.2.0 Gemfile
coverband-5.2.0.rc.2 Gemfile
coverband-5.2.0.rc.1 Gemfile
coverband-5.1.1 Gemfile
coverband-5.1.0 Gemfile