blob: 71ea8eae7026b8d1380c51e164593b5f8cd1b97a [file] [log] [blame]
Dmytro Shteflyuk9aa75fb2025-12-01 17:15:07 -05001source "https://rubygems.org"
jfarrellb5948eb2013-08-18 16:36:06 -04002
Dmytro Shteflyuk6e5e1812025-11-19 18:20:45 -05003# Make sure all dependencies are in sync with the main library.
4gem 'thrift', path: '../../lib/rb'
5
dependabot[bot]d135ac52026-02-19 22:55:25 +00006gem 'rack', '~> 2.2'
James E. King III27247072018-03-22 20:50:23 -04007gem 'thin', '~> 1.7', '>= 1.7.2'
8gem 'test-unit', '~> 3.2', '>= 3.2.7'
Dmytro Shteflyukdf22bb12025-12-20 13:41:21 -05009
10eval_gemfile File.expand_path("../../lib/rb/Gemfile.linters", __dir__)