6 lines
153 B
Ruby
6 lines
153 B
Ruby
# frozen_string_literal: true
|
|
|
|
source 'https://rubygems.org'
|
|
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
|
|
|
gem 'rubocop', '~> 0.77.0'
|