summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorMatthias Hecker <mail@apoc.cc>2020-03-28 04:04:42 +0100
committerMatthias Hecker <mail@apoc.cc>2020-03-28 04:04:42 +0100
commit41276911b95c934dd5f33ccef53b03bc9dd40975 (patch)
treec6a954b1100e9f101c2d630b4a73851978f45827 /Gemfile
parenta5ba341ceac6a73b690c2d84001766b75bcb249f (diff)
added rake and updated Gemfile and Gemfile.lock
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index f708f443..2e294f06 100644
--- a/Gemfile
+++ b/Gemfile
@@ -19,3 +19,4 @@ group :optional do
gem 'oauth2'
end
+gem "rake", "~> 13.0"