Files
ngrok-api-ruby/Gemfile
T
2024-10-24 20:57:34 +00:00

36 lines
927 B
Ruby

# Code generated for API Clients. DO NOT EDIT.
source 'https://rubygems.org'
gemspec
gem 'rake', '~> 13.2.1'
group :development do
# https://github.com/guard/guard
gem 'guard', '~> 2.18.1'
# https://github.com/guard/guard-rspec
gem 'guard-rspec', '~> 4.7.3'
# https://github.com/guard/guard-bundler
gem 'guard-bundler', '~> 3.0.1'
end
group :test do
# https://github.com/rspec/rspec
gem 'rspec', '~> 3.13.0'
# https://github.com/simplecov-ruby/simplecov
gem 'simplecov', '~> 0.22.0', require: false
# https://github.com/bblimke/webmock
gem 'webmock', '~> 3.23.1'
end
group :development, :test do
# https://github.com/pry/pry
gem 'pry', '~> 0.14.2'
# https://github.com/lsegal/yard
gem 'yard', '~> 0.9.36'
# https://github.com/airbnb/ruby/tree/master/rubocop
gem 'rubocop', '~> 1.32.0'
# https://github.com/airbnb/ruby/tree/master/rubocop-airbnb
gem 'rubocop-airbnb', '~> 6.0.0'
end