mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-06-16 13:51:01 +00:00
8 lines
110 B
Ruby
8 lines
110 B
Ruby
# frozen_string_literal: true
|
|
|
|
source 'https://rubygems.org'
|
|
|
|
gem 'rspec', '~> 3.0'
|
|
|
|
gem 'rubocop', '~> 1.15'
|