From f29f8859c2775122a4156996a52367d2c7489ffc Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Mon, 5 Oct 2020 10:46:31 +0500 Subject: [PATCH] Initialize Bundler application --- Gemfile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Gemfile diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..ebc4588 --- /dev/null +++ b/Gemfile @@ -0,0 +1,3 @@ +# frozen_string_literal: true + +source 'https://rubygems.org'