diff options
| author | realtradam <[email protected]> | 2022-04-21 07:55:45 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-04-21 07:55:45 -0400 |
| commit | 8c0569bf34405dfdf0968b26f33dd70976866943 (patch) | |
| tree | 321cc6e1b0840b0eebf84523dcd6486cabaab3c6 /Gemfile | |
| download | Justicar-0.1.0.tar.gz Justicar-0.1.0.zip | |
initv0.1.0
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +# frozen_string_literal: true + +source "https://rubygems.org" + +# Specify your gem's dependencies in Justicar.gemspec +gemspec + +gem "rake", "~> 13.0" + +gem "rubocop", "~> 1.21" |
