KentaaNL/capistrano-asg-rolling

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage
# frozen_string_literal: true

source 'https://rubygems.org'

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

# Specify your gem's dependencies in capistrano-asg-rolling.gemspec
gemspec

gem 'rubocop', '~> 1.58'
gem 'rubocop-performance', '~> 1.20'
gem 'rubocop-rake', '~> 0.6'
gem 'rubocop-rspec', '~> 3.0'
gem 'rubocop-rspec_rails', '~> 2.30'