Sha256: 27bc7fee2cc92552b534bf2ccdaf367965e57133564d133cb724c8367da733e4
Contents?: true
Size: 620 Bytes
Versions: 3
Compression:
Stored size: 620 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.51.0', require: false gem 'webmock', '~> 3.1' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
skippy-0.4.1.a | Gemfile |
skippy-0.4.0.a | Gemfile |
skippy-0.3.0.a | Gemfile |