Sha256: 7ee77820f930ea7961cf06c3d1c61b1841434b28b20c4d4121b1dab5a4cd6c3e
Contents?: true
Size: 443 Bytes
Versions: 6
Compression:
Stored size: 443 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 "rake" gem "typhoeus" unless defined? JRUBY_VERSION end group :test do gem "rspec", '~> 3.4' gem "vcr" gem "webmock" gem "codeclimate-test-reporter", "~> 1.0.0", require: nil end gem "jruby-openssl" if defined? JRUBY_VERSION gemspec
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
koala-3.0.0 | Gemfile |
koala-3.0.0.rc2 | Gemfile |
koala-3.0.0.rc | Gemfile |
koala-3.0.0.beta3 | Gemfile |
koala-3.0.0.beta2 | Gemfile |
koala-3.0.0.beta1 | Gemfile |