# -*- ruby -*-

source "https://rubygems.org"

gem "octokit"
gem "rake"
gem "test-unit"

pgroonga_benchmark_gemfile = ENV["PGROONGA_BENCHMARK_GEMFILE"]
if pgroonga_benchmark_gemfile
  eval_gemfile pgroonga_benchmark_gemfile
end
