зеркало из
https://github.com/glebtv/yookassa.git
synced 2026-08-28 15:16:18 +03:00
12 строки
274 B
Ruby
12 строки
274 B
Ruby
source "https://rubygems.org"
|
|
|
|
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
|
|
|
|
# Specify your gem's dependencies in yandex-checkout.gemspec
|
|
gemspec
|
|
|
|
group :development, :test do
|
|
gem 'pry', platform: :mri
|
|
gem 'pry-byebug', platform: :mri
|
|
end
|