slackbuilder/Gemfile

12 lines
373 B
Ruby
Raw Normal View History

2020-12-09 18:28:42 +01:00
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
# frozen_string_literal: true
2021-01-02 07:46:33 +01:00
source "https://rubygems.org"
2020-12-09 18:28:42 +01:00
2021-01-02 07:46:33 +01:00
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
gem 'rubocop', '~> 1.7', require: false