Sha256: 5b997303b6fb6a02901d6475d2d86985f7b0b32807ed4e91deea05d53975eef6

Contents?: true

Size: 391 Bytes

Versions: 10

Compression:

Stored size: 391 Bytes

Contents

# frozen_string_literal: true

ruby file: '.ruby-version'

source 'https://rubygems.org'

gemspec

group :development, :test do
  gem 'bundler'
  gem 'rake'
  gem 'rubocop'
  gem 'rubocop-performance'
end

group :development do
  gem 'runger_release_assistant', require: false
end

group :test do
  gem 'rubocop-capybara'
  gem 'rubocop-rails'
  gem 'rubocop-rake'
  gem 'rubocop-rspec'
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
runger_style-2.8.0 Gemfile
runger_style-2.7.0 Gemfile
runger_style-2.6.0 Gemfile
runger_style-2.5.0 Gemfile
runger_style-2.2.1 Gemfile
runger_style-2.2.0 Gemfile
runger_style-2.1.0 Gemfile
runger_style-2.0.0 Gemfile
runger_style-1.7.0 Gemfile
runger_style-1.6.0 Gemfile