Sha256: 2290cb3f0a9af9d85d8518d6cc10df043d026e17692e6582ad9f0a01215d96c1
Contents?: true
Size: 1.22 KB
Versions: 4
Compression:
Stored size: 1.22 KB
Contents
source "https://rubygems.org" gem "faye-websocket" gem "multi_json" gem "httpi" gem "logging" gem "api-auth", :git => "https://github.com/chetan/api_auth.git", :branch => "bixby" 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.4.4 | Gemfile |
bixby-common-0.4.3 | Gemfile |
bixby-common-0.4.2 | Gemfile |
bixby-common-0.4.1 | Gemfile |