Sha256: 7fe5a6e48b7ffe5fbf1f54ed298c3cad8880db3bbf7d895eb32bcc2bbec0d74c
Contents?: true
Size: 1.23 KB
Versions: 2
Compression:
Stored size: 1.23 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" gem "semver2" group :development do # for some tests gem "mixlib-shellout" 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 "webmock", :require => false gem "mocha", :require => false gem "test_guard", :git => "https://github.com/chetan/test_guard.git" gem "easycov", :github => "chetan/easycov" gem "micron", :github => "chetan/micron" gem "coveralls", :require => false 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bixby-common-0.4.8 | Gemfile |
bixby-common-0.4.7 | Gemfile |