summaryrefslogtreecommitdiff
path: root/tool/bundler/vendor_gems.rb
blob: f02d02656d2e45f5dcac52e7af521a947a1a90fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# frozen_string_literal: true

source "https://rubygems.org"

gem "fileutils", "1.7.2"
gem "molinillo", github: "cocoapods/molinillo"
gem "net-http", "0.4.0"
gem "net-http-persistent", "4.0.2"
gem "net-protocol", "0.2.2"
gem "optparse", "0.4.0"
gem "pub_grub", github: "jhawthorn/pub_grub"
gem "resolv", "0.4.0"
gem "timeout", "0.4.1"
gem "thor", "1.3.0"
gem "tsort", "0.2.0"