diff --git a/Gemfile b/Gemfile
index 5005feb702ca3675da400d1d8acb609dd459e05d..669feeeed1df590fcdff8815c9a51b7358ae71a8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -241,7 +241,7 @@ group :development do
   # Linters
   gem "rubocop",        "0.40.0"
   gem "haml_lint",      "0.18.2"
-  gem "pronto",         "0.7.0"
+  gem "pronto",         "0.7.1"
   gem "pronto-eslint",  "0.7.0"
   gem "pronto-rubocop", "0.7.0"
   gem "pronto-haml",    "0.7.0"
diff --git a/Gemfile.lock b/Gemfile.lock
index a126fc2c25724eea487cf6ce245bdba29bb316a6..46ee5dbea9d7d03933b48a99dba97eee2d9c44ed 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -370,8 +370,8 @@ GEM
       ruby-progressbar (~> 1.4)
     get_process_mem (0.2.1)
     gherkin (4.0.0)
-    gitlab (3.6.1)
-      httparty
+    gitlab (3.7.0)
+      httparty (~> 0.13.0)
       terminal-table
     globalid (0.3.7)
       activesupport (>= 4.1.0)
@@ -579,7 +579,7 @@ GEM
       cliver (~> 0.3.1)
       websocket-driver (>= 0.2.0)
     powerpack (0.1.1)
-    pronto (0.7.0)
+    pronto (0.7.1)
       gitlab (~> 3.6, >= 3.4.0)
       httparty (~> 0.13.7)
       octokit (~> 4.3, >= 4.1.0)
@@ -835,7 +835,8 @@ GEM
     temple (0.7.7)
     term-ansicolor (1.3.2)
       tins (~> 1.0)
-    terminal-table (1.6.0)
+    terminal-table (1.7.3)
+      unicode-display_width (~> 1.1.1)
     test_after_commit (1.1.0)
       activerecord (>= 3.2)
     thor (0.19.1)
@@ -983,7 +984,7 @@ DEPENDENCIES
   openid_connect (= 0.12.0)
   pg (= 0.19.0)
   poltergeist (= 1.11.0)
-  pronto (= 0.7.0)
+  pronto (= 0.7.1)
   pronto-eslint (= 0.7.0)
   pronto-haml (= 0.7.0)
   pronto-rubocop (= 0.7.0)