Sha256: 4eb0f36ae088a9aba6d4642bb51366ab65aad43ffd568feef8d1db2c86ddcde2

Contents?: true

Size: 1.22 KB

Versions: 4

Compression:

Stored size: 1.22 KB

Contents

source "https://rubygems.org"

gem "multi_json"
gem "httpi",        :git => "https://github.com/chetan/httpi.git",
                    :branch => "chunked_responses"

gem "logging"

group :development do
  gem "yard", "~> 0.8"
  gem "bundler", "~> 1.1"
  gem "jeweler", :git => "https://github.com/chetan/jeweler.git", :branch => "bixby"
  gem "pry"

  gem "simplecov",    :platforms => [:mri_19, :mri_20, :rbx], :git => "https://github.com/chetan/simplecov.git", :branch => "inline_nocov"
  gem "rcov",         :platforms => :mri_18

  gem "minitest",     "~> 4.0", :platforms => [:mri_19, :mri_20, :rbx]
  gem "test-unit",    :platforms => :mri_18
  gem "webmock",      :require => false
  gem "mocha",        :require => false

  gem "turn"

  gem "test_guard", :git => "https://github.com/chetan/test_guard.git"
  gem 'rb-inotify', :require => false
  gem 'rb-fsevent', :require => false
  gem 'rb-fchange', :require => false

  # platform specific gemms
  # not sure we need to include these at all
  gem "json",         :platforms => [:mri, :jruby]
  gem "oj",           :platforms => [:mri, :rbx]

  gem "httpclient",   :platforms => [:jruby]
  gem "curb",         :platforms => [:mri, :rbx]

  gem "jruby-openssl", :platforms => [:jruby]
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bixby-common-0.3.16 Gemfile
bixby-common-0.3.15 Gemfile
bixby-common-0.3.14 Gemfile
bixby-common-0.3.13 Gemfile