Sha256: 41eb16d7b9facf01fb5b29d73baf7e8e22d5ca6f5316ab672cfa20e6f0d470d2
Contents?: true
Size: 241 Bytes
Versions: 8
Compression:
Stored size: 241 Bytes
Contents
# encoding: utf-8 source 'https://rubygems.org' gemspec group :test do gem 'coveralls', require: false end local_gemfile = 'Gemfile.local' if File.exist?(local_gemfile) eval(File.read(local_gemfile)) # rubocop:disable Lint/Eval end
Version data entries
8 entries across 8 versions & 2 rubygems