Sha256: 33d2b6b7988182a84a62a707ca9f2a5472041587fcfb90182fc6c443107affb3

Contents?: true

Size: 339 Bytes

Versions: 11

Compression:

Stored size: 339 Bytes

Contents

# frozen_string_literal: true

source 'https://rubygems.org'

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

group :test do
  # Pin these dependencies, otherwise a new rule could break the CI pipelines
  gem 'rubocop', '0.91.1'
  gem 'rubocop-rspec', '1.44.1'
  gem 'rspec-parameterized', '0.4.2', require: false
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
gitlab-styles-8.0.0 Gemfile
gitlab-styles-7.1.0 Gemfile
gitlab-styles-7.0.0 Gemfile
gitlab-styles-6.6.0 Gemfile
gitlab-styles-6.5.0 Gemfile
gitlab-styles-6.4.0 Gemfile
gitlab-styles-6.3.0 Gemfile
gitlab-styles-6.2.1 Gemfile
gitlab-styles-6.2.0 Gemfile
gitlab-styles-6.1.0 Gemfile
gitlab-styles-6.0.0 Gemfile