summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index a5bdde9..22e48ad 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,6 +4,8 @@
# frozen_string_literal: true
-source 'https://rubygems.caraus.de'
+source "https://rubygems.org"
-gem 'infra', '~> 2.0.0'
+git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
+
+gem 'rubocop', '~> 1.7', require: false