Remove internal dependency

This commit is contained in:
2021-01-02 07:46:33 +01:00
parent 839d42faf4
commit 9a6ecd15f5
3 changed files with 36 additions and 25 deletions

View File

@ -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