Sha256: 6ecf32026cf1473eff56a2c6100b403db4e24bec83e64b12454cd4d6aece6434
Contents?: true
Size: 452 Bytes
Versions: 2
Compression:
Stored size: 452 Bytes
Contents
# frozen_string_literal: true source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } gemspec gem 'rake' gem 'rspec' gem 'rubocop', github: 'rubocop-hq/rubocop' gem 'rubocop-performance', '~> 1.5.0' # Workaround for YARD 0.9.20 or lower. # It specifies `github` until the release that includes the following changes: # https://github.com/lsegal/yard/pull/1290 gem 'yard', github: 'lsegal/yard', ref: '10a2e5b'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rubocop-faker-1.1.0 | Gemfile |
rubocop-faker-1.0.0 | Gemfile |