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: 8f86b2fe0b60bfbf62b0c2a76d68a76203f54d1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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'
  gem 'redis', '~> 4.8'
end