Sha256: c959e9d7b82817e747fd0b1af70380c92274a49a48b4661d3b9d6fd2793caf82
Contents?: true
Size: 431 Bytes
Versions: 5
Compression:
Stored size: 431 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", require: nil end gem "jruby-openssl" if defined? JRUBY_VERSION gemspec
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
koala-2.5.0 | Gemfile |
koala-2.5.0rc1 | Gemfile |
koala-2.4.0 | Gemfile |
koala-2.3.0 | Gemfile |
koala-2.3.0rc1 | Gemfile |