summaryrefslogtreecommitdiffhomepage
path: root/Gemfile
diff options
context:
space:
mode:
author_Tradam <[email protected]>2022-04-07 17:40:21 -0400
committer_Tradam <[email protected]>2022-04-07 17:40:21 -0400
commitd54cd794f6ed086f05b2631f73173b73f312b19f (patch)
tree7d236d9b5c15fd68ef8c440d4a2ad8d7fbd378a3 /Gemfile
parent2ae12787183ceb253e8f6abfc57de009d5e71aab (diff)
downloadFelBind-d54cd794f6ed086f05b2631f73173b73f312b19f.tar.gz
FelBind-d54cd794f6ed086f05b2631f73173b73f312b19f.zip
streamlined build process for testing
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..f4b9259
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,7 @@
+# frozen_string_literal: true
+
+source "https://rubygems.org"
+
+# gem "rails"
+
+gem "activerecord", "~> 7.0"