slackbuilder/Gemfile

16 lines
457 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
source 'https://rubygems.org'
2020-12-09 18:28:42 +01:00
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
2021-01-02 07:46:33 +01:00
2022-11-07 09:02:18 +01:00
gem 'rake', '~> 13.0'
2021-01-02 07:46:33 +01:00
gem 'rubocop', '~> 1.7', require: false
2022-12-04 15:03:14 +01:00
gem 'progressbar', '~> 1.11'
gem 'term-ansicolor', '~> 1.7'