1
0
зеркало из https://github.com/glebtv/yookassa.git synced 2026-09-08 03:45:51 +03:00
Этот коммит содержится в:
Andrey Paderin
2019-06-02 04:08:03 +03:00
Коммит 5b6fac0dab
15 изменённых файлов: 356 добавлений и 0 удалений

11
Gemfile Обычный файл
Просмотреть файл

@@ -0,0 +1,11 @@
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