summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorSzymon Szukalski <szymon@skas.io>2024-10-24 11:18:53 +1100
committerSzymon Szukalski <szymon@skas.io>2024-10-24 11:18:53 +1100
commit9986c89c2122f178148d690be336217f754d5633 (patch)
tree7219a4bc8ade4ea6943c65776910c875ef3132f3 /Gemfile
parentad0fb19fb955615565493b8c56ae259ae8b12d4c (diff)
Initialise project with RSpec and Rakefile
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..b664203
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,9 @@
+# frozen_string_literal: true
+
+source 'https://rubygems.org'
+
+group :development, :test do
+ gem 'rspec'
+end
+
+gem 'rubocop', '~> 1.67'