GildedRose-Refactoring-Kata/ruby/Gemfile
2021-05-26 20:24:07 -03:00

8 lines
110 B
Ruby

# frozen_string_literal: true
source 'https://rubygems.org'
gem 'rspec', '~> 3.0'
gem 'rubocop', '~> 1.15'