summaryrefslogtreecommitdiffhomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2022-04-21 07:55:45 -0400
committerrealtradam <[email protected]>2022-04-21 07:55:45 -0400
commit8c0569bf34405dfdf0968b26f33dd70976866943 (patch)
tree321cc6e1b0840b0eebf84523dcd6486cabaab3c6 /Gemfile
downloadJusticar-0.1.0.tar.gz
Justicar-0.1.0.zip
initv0.1.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..3b8a2a3
--- /dev/null
+++ b/Gemfile
@@ -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"