From 88dd8a820f902f8fc39ce337d57ea1230a84a9aa Mon Sep 17 00:00:00 2001
From: Samir Noir <samir.noir@inria.fr>
Date: Thu, 14 Oct 2021 16:19:26 +0200
Subject: [PATCH] [Gemfile] add byebug to development group

---
 Gemfile      |  1 +
 Gemfile.lock | 39 ++++++++++++++++++++++++++++-----------
 2 files changed, 29 insertions(+), 11 deletions(-)

diff --git a/Gemfile b/Gemfile
index 50770c636cc..f34cc6fd858 100644
--- a/Gemfile
+++ b/Gemfile
@@ -15,3 +15,4 @@ gem "rspec", :group => [:development]
 gem "webmock", :group => [:development]
 gem "simplecov", :group => [:development]
 gem "code-explorer", :group => [:development]
+gem "byebug", "~> 11.1", :group => :development
diff --git a/Gemfile.lock b/Gemfile.lock
index d39f792037d..d1ecf612c77 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -2,12 +2,18 @@ GEM
   remote: https://rubygems.org/
   specs:
     abstract_method (1.2.1)
+    activesupport (6.1.4.1)
+      concurrent-ruby (~> 1.0, >= 1.0.2)
+      i18n (>= 1.6, < 2)
+      minitest (>= 5.1)
+      tzinfo (~> 2.0)
+      zeitwerk (~> 2.3)
     addressable (2.6.0)
       public_suffix (>= 2.0.2, < 4.0)
     ast (2.4.0)
-    backports (3.15.0)
     bcrypt_pbkdf (1.0.1)
-    bond (0.4.3)
+    bond (0.5.1)
+    byebug (11.1.3)
     cheetah (0.5.0)
       abstract_method (~> 1.2)
     code-explorer (0.3.0)
@@ -16,6 +22,7 @@ GEM
       parser (~> 2.0)
       sinatra (~> 1)
     coderay (1.1.2)
+    concurrent-ruby (1.1.9)
     crack (0.4.3)
       safe_yaml (~> 1.0.0)
     diff-lcs (1.3)
@@ -36,6 +43,8 @@ GEM
     hashdiff (1.0.0)
     http-cookie (1.0.3)
       domain_name (~> 0.5)
+    i18n (1.8.10)
+      concurrent-ruby (~> 1.0)
     ipaddress (0.8.3)
     json (2.5.1)
     mediawiki_api (0.7.1)
@@ -43,6 +52,7 @@ GEM
       faraday-cookie_jar (~> 0.0, >= 0.0.6)
       faraday_middleware (~> 0.10, >= 0.10.0)
     mime-types (2.99.3)
+    minitest (5.14.4)
     multipart-post (2.1.1)
     net-ssh (4.2.0)
     net-ssh-gateway (2.0.0)
@@ -56,7 +66,7 @@ GEM
     peach (0.5.1)
     public_suffix (3.1.1)
     rack (1.6.13)
-    rack-cache (1.9.0)
+    rack-cache (1.13.0)
       rack (>= 0.4)
     rack-protection (1.5.5)
       rack
@@ -70,21 +80,24 @@ GEM
     rest-client-components (1.5.0)
       rack (>= 1.0.1)
       rest-client (>= 1.6.0)
-    restfully (1.2.0)
+    restfully (1.3.0)
+      activesupport
       addressable
-      backports
-      json (~> 1.5)
+      json
+      mime-types
+      public_suffix
+      rack
       rack-cache
       rb-readline
-      rest-client (~> 1.6)
+      rest-client
       rest-client-components
-      ripl (= 0.6.1)
+      ripl
       ripl-color_streams
       ripl-multi_line
-      ripl-play (~> 0.2.1)
+      ripl-play
       ripl-short_errors
-    ripl (0.6.1)
-      bond (~> 0.4.0)
+    ripl (0.7.1)
+      bond (~> 0.5.1)
     ripl-color_streams (0.1.2)
       ripl (>= 0.2.8)
     ripl-multi_line (0.3.1)
@@ -122,6 +135,8 @@ GEM
       rack-protection (~> 1.4)
       tilt (>= 1.3, < 3)
     tilt (2.0.10)
+    tzinfo (2.0.4)
+      concurrent-ruby (~> 1.0)
     unf (0.1.4)
       unf_ext
     unf_ext (0.0.7.6)
@@ -129,12 +144,14 @@ GEM
       addressable (>= 2.3.6)
       crack (>= 0.3.2)
       hashdiff (>= 0.4.0, < 2.0.0)
+    zeitwerk (2.4.2)
 
 PLATFORMS
   ruby
 
 DEPENDENCIES
   bcrypt_pbkdf (~> 1.0)
+  byebug (~> 11.1)
   code-explorer
   diffy
   dns-zone
-- 
GitLab