Files
mac_os/Gemfile
Brooke Kuhlmann b2949b0b7b Updated to Rake 13.0.0.
Provides future support for Ruby 2.7.0 and drops support for Ruby
versions older than 2.2.0.

[Details](https://github.com/ruby/rake/blob/master/History.rdoc).
2019-10-01 20:22:12 -06:00

7 lines
108 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
gem "rake", "~> 13.0"
gem "git-cop", "~> 3.5"