Sha256: 6c57544427eab8199d6b292fb475f79197f0cc5bc748fa31dd36fc410f2d0f91

Contents?: true

Size: 421 Bytes

Versions: 2

Compression:

Stored size: 421 Bytes

Contents

# frozen_string_literal: true

source "https://rubygems.org"
gemspec

# Added here so it does not show up on the Gemspec; I only want it for CI builds
gem "codecov", group: :test, require: false
# Not actually required to run the tests for the gem, but a real convenience
# for local development.
gem "standard", group: [:test, :development], require: false
gem "solargraph", group: [:test, :development], require: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
roadie-5.2.1 Gemfile
roadie-5.2.0 Gemfile