You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
147 B

2 years ago
  1. source 'https://rubygems.org'
  2. gemspec
  3. group :development, :test do
  4. gem 'rake', '~> 13.0.1'
  5. gem 'pry-byebug'
  6. gem 'rubocop', '~> 0.66.0'
  7. end