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

source "https://rubygems.org"

gem "fileutils", "1.7.3"
gem "molinillo", github: "cocoapods/molinillo"
gem "net-http", "0.6.0"
gem "net-http-persistent", "4.0.4"
gem "net-protocol", "0.2.2"
gem "optparse", "0.6.0"
gem "pub_grub", github: "jhawthorn/pub_grub"
gem "resolv", "0.6.0"
gem "securerandom", "0.4.1"
gem "timeout", "0.4.3"
gem "thor", "1.3.2"
gem "tsort", "0.2.0"
gem "uri", "1.0.4"