Sha256: 27f8a639c624936e76ed486e2c1e81c78ab5f60566ccad8828d7e9c4ecac1e25

Contents?: true

Size: 284 Bytes

Versions: 5

Compression:

Stored size: 284 Bytes

Contents

source 'https://rubygems.org/'

gemspec

gem 'async-http', '~> 0.42'

local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")
if File.exist?(local_gemfile)
  puts "Loading Gemfile.local ..." if $DEBUG # `ruby -d` or `bundle -v`
  instance_eval File.read(local_gemfile)
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fluentd-1.9.0-x64-mingw32 Gemfile
fluentd-1.9.0-x86-mingw32 Gemfile
fluentd-1.9.0 Gemfile
fluentd-1.9.0.rc2 Gemfile
fluentd-1.9.0.rc1 Gemfile