Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 19 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ GEM
remote: https://rubygems.org/
specs:
CFPropertyList (2.2.8)
addressable (2.4.0)
activesupport (5.2.8.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.9.0)
public_suffix (>= 2.0.2, < 8.0)
backports (3.15.0)
beaker (4.11.0)
beaker-hostgenerator
Expand Down Expand Up @@ -30,6 +36,7 @@ GEM
specinfra (~> 2)
byebug (11.0.1)
coderay (1.1.2)
concurrent-ruby (1.3.6)
deep_merge (1.2.1)
diff-lcs (1.3)
domain_name (0.5.20190701)
Expand All @@ -41,7 +48,7 @@ GEM
CFPropertyList (~> 2.2)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.13.1)
faraday_middleware (0.14.0)
faraday (>= 0.7.4, < 1.0)
fast_gettext (1.1.2)
ffi (1.11.1)
Expand All @@ -52,10 +59,11 @@ GEM
fast_gettext (~> 1.1.0)
gettext (>= 3.0.2)
locale
gh (0.15.1)
addressable (~> 2.4.0)
backports
gh (0.16.0)
activesupport (~> 5.0)
addressable (~> 2.4)
faraday (~> 0.8)
faraday_middleware (~> 0.14)
multi_json (~> 1.0)
net-http-persistent (~> 2.9)
net-http-pipeline
Expand All @@ -64,6 +72,8 @@ GEM
hocon (1.2.5)
http-cookie (1.0.3)
domain_name (~> 0.5)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
in-parallel (0.1.17)
inifile (3.0.0)
json (2.2.0)
Expand Down Expand Up @@ -103,6 +113,7 @@ GEM
pry-byebug (3.7.0)
byebug (~> 11.0)
pry (~> 0.10)
public_suffix (7.0.5)
puppet (4.10.12)
facter (> 2.0, < 4)
gettext-setup (>= 0.10, < 1)
Expand Down Expand Up @@ -188,6 +199,7 @@ GEM
stringify-hash (0.0.2)
text (1.3.1)
thor (0.20.3)
thread_safe (0.3.6)
travis (1.8.10)
backports
faraday (~> 0.9)
Expand All @@ -201,6 +213,8 @@ GEM
json
typhoeus (0.8.0)
ethon (>= 0.8.0)
tzinfo (1.2.11)
thread_safe (~> 0.1)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.6)
Expand Down