Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Gemfile « sidekiq-reliable-fetch « gems « vendor - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3bed294f56f05acd7bff3322393eedff6cbfc29d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# frozen_string_literal: true

source "https://rubygems.org"

git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

gemspec

group :test do
  gem "rspec", '~> 3'
  gem "pry"
  gem 'simplecov', require: false
  gem 'stub_env', '~> 1.0'
end