Sha256: e3a486c7169d7ec2df265b429387377623703dcdc2085acb934ccd7526cc9fb3
Contents?: true
Size: 392 Bytes
Versions: 5
Compression:
Stored size: 392 Bytes
Contents
# frozen_string_literal: true source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } gemspec gem 'bump', require: false gem 'rake' gem 'rubocop', github: 'rubocop/rubocop' gem 'rubocop-performance', '~> 1.12.0' gem 'yard', '~> 0.9' local_gemfile = File.expand_path('Gemfile.local', __dir__) eval_gemfile local_gemfile if File.exist?(local_gemfile)
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
rubocop-minitest-0.19.1 | Gemfile |
rubocop-minitest-0.19.0 | Gemfile |
rubocop-minitest-0.18.0 | Gemfile |
rubocop-minitest-0.17.2 | Gemfile |
rubocop-minitest-0.17.1 | Gemfile |