Sha256: 98a691b8bb53572bf3ce468dd28d5a01b23ce93549e2e1972e8af6a1649317d9

Contents?: true

Size: 787 Bytes

Versions: 2

Compression:

Stored size: 787 Bytes

Contents

# Code generated for API Clients. DO NOT EDIT.

source 'https://rubygems.org'
gemspec

gem 'rake'

group :development do
  # https://github.com/guard/guard
  gem 'guard'
  # https://github.com/guard/guard-rspec
  gem 'guard-rspec'
  # https://github.com/guard/guard-bundler
  gem 'guard-bundler'
end

group :test do
  # https://github.com/rspec/rspec
  gem 'rspec'
  # https://github.com/simplecov-ruby/simplecov
  gem 'simplecov', require: false
  # https://github.com/bblimke/webmock
  gem 'webmock'
end

group :development, :test do
  # https://github.com/pry/pry
  gem 'pry'
  # https://github.com/lsegal/yard
  gem 'yard'
  # https://github.com/airbnb/ruby/tree/master/rubocop
  gem 'rubocop'
  # https://github.com/airbnb/ruby/tree/master/rubocop-airbnb
  gem 'rubocop-airbnb'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ngrok-api-0.22.0 Gemfile
ngrok-api-0.21.0 Gemfile