Sha256: 5c44fbbf7ab11ac07dd298a2e324cf8fb4c9a54f0239a0fec65a2cbb2d5fcacc

Contents?: true

Size: 363 Bytes

Versions: 12

Compression:

Stored size: 363 Bytes

Contents

# frozen_string_literal: true

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

12 entries across 12 versions & 1 rubygems

Version Path
runger_style-1.5.0 Gemfile
runger_style-1.4.0 Gemfile
runger_style-1.3.0 Gemfile
runger_style-1.2.0 Gemfile
runger_style-1.1.0 Gemfile
runger_style-1.0.0 Gemfile
runger_style-0.6.0 Gemfile
runger_style-0.5.1 Gemfile
runger_style-0.5.0 Gemfile
runger_style-0.4.0 Gemfile
runger_style-0.3.0 Gemfile
runger_style-0.2.23 Gemfile