Sha256: a030aef26beec5fb9894afb5446bc80fbda0563938e3e21fcc6bd95efb36a558

Contents?: true

Size: 1.19 KB

Versions: 5

Compression:

Stored size: 1.19 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, :rbx], :git => "https://github.com/chetan/simplecov.git", :branch => "inline_nocov"
  gem "rcov",         :platforms => :mri_18

  gem "minitest",     :platforms => [:mri_19, :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 => [:jruby]
  gem "oj",           :platforms => [:mri, :rbx]

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bixby-common-0.3.12 Gemfile
bixby-common-0.3.11 Gemfile
bixby-common-0.3.10 Gemfile
bixby-common-0.3.9 Gemfile
bixby-common-0.3.8 Gemfile