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).
7 lines
108 B
Ruby
7 lines
108 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
gem "rake", "~> 13.0"
|
|
gem "git-cop", "~> 3.5"
|