Watch
1
0
Fork
You've already forked advent-of-code
0
advent-of-code/2019/Gemfile
2021-12-04 21:20:03 -08:00

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'