| source "https://rubygems.org" | |
| # Make sure all dependencies are in sync with the main library. | |
| gem 'thrift', path: '../../lib/rb' | |
| gem 'rack', '~> 2.2' | |
| gem 'thin', '~> 1.7', '>= 1.7.2' | |
| gem 'test-unit', '~> 3.2', '>= 3.2.7' | |
| eval_gemfile File.expand_path("../../lib/rb/Gemfile.linters", __dir__) |