Sha256: 0932fb5db74d9ee6a9f932beccb64e01e938ab673f518710aa2ba64f1b788b58

Contents?: true

Size: 332 Bytes

Versions: 10

Compression:

Stored size: 332 Bytes

Contents

source "https://rubygems.org"

git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

# Specify your gem's dependencies in rubocop-md.gemspec
gemspec

gem "pry-byebug", platform: :mri

local_gemfile = "Gemfile.local"

if File.exist?(local_gemfile)
  eval(File.read(local_gemfile)) # rubocop:disable Security/Eval
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
rubocop-md-1.0.1 Gemfile
rubocop-md-1.0.0 Gemfile
rubocop-md-0.4.1 Gemfile
rubocop-md-0.4.0 Gemfile
rubocop-md-0.3.2 Gemfile
rubocop-md-0.3.1 Gemfile
rubocop-md-0.3.0 Gemfile
rubocop-md-0.2.0 Gemfile
rubocop-md-0.1.1 Gemfile
rubocop-md-0.1.0 Gemfile