Includes enhanced support for XDG environment variables which don't require support of additional tools like [direnv](https://direnv.net). [Changes](https://github.com/bkuhlmann/git-cop/releases/tag/3.0.0).
7 lines
108 B
Ruby
7 lines
108 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
gem "rake", "~> 12.0"
|
|
gem "git-cop", "~> 3.0"
|