Sha256: b650f236b88e12d74cf84115e4d15603728a089096eab3151b4cff1937bbadd7
Contents?: true
Size: 606 Bytes
Versions: 1
Compression:
Stored size: 606 Bytes
Contents
source "https://rubygems.org" group :development do gem 'debugger', :platforms => [:mri_19] gem 'byebug', :platforms => [:mri_20, :mri_21] gem "yard" end group :development, :test do gem "psych", '< 4.0.0' # safe_load signature not compatible with older rubies gem "rake" gem "typhoeus" unless defined? JRUBY_VERSION end group :test do gem "rspec", '~> 3.4' gem "vcr", github: 'vcr/vcr', ref: '8ced6c96e01737a418cd270e0382a8c2c6d85f7f' # needs https://github.com/vcr/vcr/pull/907 for ruby 3.1 gem "webmock" gem "simplecov" end gem "jruby-openssl" if defined? JRUBY_VERSION gemspec
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
koala-3.1.0 | Gemfile |