Sha256: 391c8ffaf8905f8fb86bed82ade6fee42628f273adad5759da238d62d129a3cf

Contents?: true

Size: 677 Bytes

Versions: 2

Compression:

Stored size: 677 Bytes

Contents

source 'https://rubygems.org'

# Specify your gem's dependencies in skippy.gemspec
gemspec

group :development do
  # Original fork with bug-fix. Appear to be gone now.
  # gem 'aruba', git: 'https://github.com/daynix/aruba.git', branch: 'd-win-fix'
  # Backup fork of the bug fix:
  gem 'aruba', git: 'https://github.com/thomthom/aruba.git',
               branch: 'd-win-fix'
  # TODO: This might be a newer fix:
  # gem 'aruba', git: 'https://github.com/rbld/aruba.git',
  #              branch: 'aruba-win-fix'
  gem 'pry'
  gem 'rubocop', '~> 0.67.2', require: false
  gem 'rubocop-performance', '~> 1.1.0', require: false
  gem 'webmock', '~> 3.1'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
skippy-0.4.3.a Gemfile
skippy-0.4.2.a Gemfile