summaryrefslogtreecommitdiffhomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-03-31 19:05:55 +0900
committerAdam Malczewski <[email protected]>2026-03-31 19:05:55 +0900
commitb13ec1794c81a70b457df70c0b34a32d94dc36b8 (patch)
tree2436a5e4626d44684423471cc6430884e0d27e57 /Gemfile
downloaddispatch-adapter-copilot-main.tar.gz
dispatch-adapter-copilot-main.zip
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile13
1 files changed, 13 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..8430bc4
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,13 @@
+# frozen_string_literal: true
+
+source "https://rubygems.org"
+
+# Specify your gem's dependencies in dispatch-adapter-copilot.gemspec
+gemspec
+
+gem "irb"
+gem "rake", "~> 13.0"
+
+gem "rspec", "~> 3.0"
+
+gem "rubocop", "~> 1.21"