1
0
зеркало из https://github.com/glebtv/yookassa.git synced 2026-08-28 15:16:18 +03:00
Files
yookassa/Gemfile
2021-11-04 21:57:31 +03:00

27 строки
539 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
# Specify your gem's dependencies in yookassa.gemspec
gemspec
group :documentation do
gem "rack"
gem "webrick"
gem "yard"
end
group :development, :test do
gem "pry"
gem "pry-byebug", "~> 3.8.0"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.5"
gem "rubocop", "~> 1.22"
gem "rubocop-rake", "~> 0.6.0"
gem "rubocop-rspec", "~> 2.5"
gem "simplecov", "~> 0.16"
gem "webmock", "~> 3.14"
end