Sha256: 7b464310dcb1d907cc6c8fdd5a8af6c9702fb01f3a459436db981897a5cfd4e3
Contents?: true
Size: 392 Bytes
Versions: 4
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.13.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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rubocop-minitest-0.21.1 | Gemfile |
rubocop-minitest-0.21.0 | Gemfile |
rubocop-minitest-0.20.1 | Gemfile |
rubocop-minitest-0.20.0 | Gemfile |