Add rake to bundler

This commit is contained in:
2022-11-07 09:02:18 +01:00
parent 3916aa114f
commit 3b93e0d950
3 changed files with 13 additions and 10 deletions

View File

@ -8,4 +8,5 @@ source 'https://rubygems.org'
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.7', require: false