Skip to content

Commit

Permalink
Merge b6323f9 into 6bcf1cd
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 20, 2021
2 parents 6bcf1cd + b6323f9 commit fa4cacf
Showing 1 changed file with 5 additions and 54 deletions.
59 changes: 5 additions & 54 deletions Gemfile.lock
@@ -1,13 +1,10 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.0)
backport (1.1.2)
byebug (11.0.1)
coderay (1.1.2)
colorize (0.8.1)
coveralls (0.7.1)
multi_json (~> 1.3)
rest-client
Expand All @@ -17,66 +14,33 @@ GEM
docile (1.3.2)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
faraday (0.17.0)
multipart-post (>= 1.2, < 3)
fasterer (0.8.0)
colorize (~> 0.7)
ruby_parser (>= 3.14.1)
gitlab (4.12.0)
httparty (~> 0.14, >= 0.14.0)
terminal-table (~> 1.5, >= 1.5.1)
htmlentities (4.3.4)
http-accept (1.7.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
httparty (0.17.1)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
jaro_winkler (1.5.4)
json (2.3.1)
method_source (0.9.2)
mime-types (3.3)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.1009)
mini_portile2 (2.4.0)
mini_portile2 (2.5.1)
minitest (5.13.0)
multi_json (1.14.1)
multi_xml (0.6.0)
multipart-post (2.1.1)
netrc (0.11.0)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
octokit (4.14.0)
sawyer (~> 0.8.0, >= 0.5.3)
nokogiri (1.11.5)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
parallel (1.18.0)
parser (2.6.5.0)
ast (~> 2.4.0)
poper (0.2.3)
rugged (~> 0.23, >= 0.23.0)
thor (~> 0.20.0)
pronto (0.10.0)
gitlab (~> 4.0, >= 4.0.0)
httparty (>= 0.13.7)
octokit (~> 4.7, >= 4.7.0)
rainbow (>= 2.2, < 4.0)
rugged (~> 0.24, >= 0.23.0)
thor (~> 0.20.0)
pronto-fasterer (0.10.0)
fasterer (~> 0.3, >= 0.3.0)
pronto (~> 0.10.0)
pronto-poper (0.10.0)
poper (~> 0.2.0)
pronto (~> 0.10.0)
pronto-rubocop (0.10.0)
pronto (~> 0.10.0)
rubocop (~> 0.50, >= 0.49.1)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-byebug (3.7.0)
byebug (~> 11.0)
pry (~> 0.10)
public_suffix (4.0.1)
racc (1.5.2)
rainbow (3.0.0)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
Expand All @@ -94,13 +58,6 @@ GEM
unicode-display_width (>= 1.4.0, < 1.7)
ruby-prof (1.0.0)
ruby-progressbar (1.10.1)
ruby_parser (3.14.1)
sexp_processor (~> 4.9)
rugged (0.28.3.1)
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
sexp_processor (4.13.0)
simplecov (0.17.1)
docile (~> 1.1)
json (>= 1.8, < 3)
Expand All @@ -120,8 +77,6 @@ GEM
yard (~> 0.9)
term-ansicolor (1.7.1)
tins (~> 1.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thor (0.20.3)
tilt (2.0.10)
timecop (0.9.1)
Expand All @@ -138,10 +93,6 @@ PLATFORMS
DEPENDENCIES
coveralls
minitest
pronto
pronto-fasterer
pronto-poper
pronto-rubocop
pry
pry-byebug
ruby-prof
Expand Down

0 comments on commit fa4cacf

Please sign in to comment.