Codebase list ruby-roadie-rails / 0207a5a2-5384-49cf-a325-c74340e6d312/main Gemfile
0207a5a2-5384-49cf-a325-c74340e6d312/main

Tree @0207a5a2-5384-49cf-a325-c74340e6d312/main (Download .tar.gz)

Gemfile @0207a5a2-5384-49cf-a325-c74340e6d312/mainraw · history · blame

1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

source "https://rubygems.org"

# Specify your gem's dependencies in roadie-rails.gemspec
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