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.8.0"
gem "molinillo", github: "cocoapods/molinillo", ref: "1d62d7d5f448e79418716dc779a4909509ccda2a"
gem "net-http", "0.7.0" # net-http-0.8.0 is broken with JRuby
gem "net-http-persistent", "4.0.6"
gem "net-protocol", "0.2.2"
gem "optparse", "0.8.0"
gem "pub_grub", github: "jhawthorn/pub_grub", ref: "df6add45d1b4d122daff2f959c9bd1ca93d14261"
gem "resolv", "0.6.2"
gem "securerandom", "0.4.1"
gem "timeout", "0.4.4"
gem "thor", "1.4.0"
gem "tsort", "0.2.0"
gem "uri", "1.1.1"
|