Browse Source

ajout de la gem pry pour aider à la résolution de bugs

Lou 2 years ago
parent
commit
95785420ff
2 changed files with 7 additions and 1 deletions
  1. 2
    1
      Gemfile
  2. 5
    0
      Gemfile.lock

+ 2
- 1
Gemfile View File

@@ -51,4 +51,5 @@ gem "table_print", "~> 1.5"
51 51
 gem "faker", "~> 2.17"
52 52
 gem "activerecord-reset-pk-sequence", "~> 0.2.1"
53 53
 gem "jsonapi-serializer", "~> 2.2"
54
-gem 'dotenv-rails'
54
+gem "dotenv-rails"
55
+gem "pry"

+ 5
- 0
Gemfile.lock View File

@@ -67,6 +67,7 @@ GEM
67 67
     builder (3.2.4)
68 68
     byebug (11.1.3)
69 69
     choice (0.2.0)
70
+    coderay (1.1.3)
70 71
     concurrent-ruby (1.1.8)
71 72
     crass (1.0.6)
72 73
     dotenv (2.7.6)
@@ -105,6 +106,9 @@ GEM
105 106
     nokogiri (1.11.3-x86_64-linux)
106 107
       racc (~> 1.4)
107 108
     pg (1.2.3)
109
+    pry (0.14.1)
110
+      coderay (~> 1.1)
111
+      method_source (~> 1.0)
108 112
     puma (5.2.2)
109 113
       nio4r (~> 2.0)
110 114
     racc (1.5.2)
@@ -183,6 +187,7 @@ DEPENDENCIES
183 187
   jwt (~> 2.2)
184 188
   listen (~> 3.3)
185 189
   pg
190
+  pry
186 191
   puma (~> 5.0)
187 192
   rack-cors
188 193
   rails (~> 6.1.3, >= 6.1.3.1)

Loading…
Cancel
Save