1
0
зеркало из https://github.com/glebtv/yookassa.git synced 2026-09-07 19:35:51 +03:00
Этот коммит содержится в:
Andrey
2020-12-07 23:10:23 +03:00
родитель 55dbde6397
Коммит b40b9a32b3
29 изменённых файлов: 133 добавлений и 184 удалений

Просмотреть файл

@@ -1,8 +1,10 @@
source "https://rubygems.org"
# frozen_string_literal: true
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
source 'https://rubygems.org'
# Specify your gem's dependencies in yandex-checkout.gemspec
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
# Specify your gem's dependencies in yookassa.gemspec
gemspec
group :development, :test do