File tree 3 files changed +51
-14
lines changed
3 files changed +51
-14
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,6 @@ group :production do
53
53
end
54
54
55
55
group :development , :test do
56
- # Call "debugger" anywhere in the code to stop execution and get a debugger console
57
- gem "byebug"
58
-
59
56
# Access an IRB console on exceptions page and /console in development
60
57
gem "web-console"
61
58
@@ -80,6 +77,14 @@ group :development, :test do
80
77
gem "bundler-audit" , require : false
81
78
82
79
gem "rainbow"
80
+
81
+ # Favorite debugging gems
82
+ gem "pry"
83
+ gem "pry-doc"
84
+ gem "pry-rails"
85
+ gem "pry-stack_explorer"
86
+ gem "pry-rescue"
87
+ gem "pry-byebug"
83
88
end
84
89
85
90
group :test do
Original file line number Diff line number Diff line change 52
52
bootstrap-sass (3.3.5.1 )
53
53
autoprefixer-rails (>= 5.0.0.1 )
54
54
sass (>= 3.3.0 )
55
- brakeman (3.0.5 )
55
+ brakeman (3.1.1 )
56
56
erubis (~> 2.6 )
57
57
fastercsv (~> 1.5 )
58
58
haml (>= 3.0 , < 5.0 )
59
- highline (~> 1.6.20 )
59
+ highline (~> 1.6 )
60
60
multi_json (~> 1.2 )
61
- ruby2ruby (~> 2.1.1 )
61
+ ruby2ruby (>= 2.1.1 , < 2.3.0 )
62
62
ruby_parser (~> 3.7.0 )
63
63
sass (~> 3.0 )
64
+ slim (>= 1.3.6 , < 4.0 )
64
65
terminal-table (~> 1.4 )
65
66
builder (3.2.2 )
66
67
bundler-audit (0.4.0 )
82
83
chromedriver-helper (1.0.0 )
83
84
archive-zip (~> 0.7.0 )
84
85
nokogiri (~> 1.6 )
86
+ coderay (1.1.0 )
85
87
coffee-rails (4.1.0 )
86
88
coffee-script (>= 2.2.0 )
87
89
railties (>= 4.0.0 , < 5.0 )
@@ -118,12 +120,13 @@ GEM
118
120
thor (~> 0.19.1 )
119
121
globalid (0.3.5 )
120
122
activesupport (>= 4.1.0 )
121
- haml (4.0.6 )
123
+ haml (4.0.7 )
122
124
tilt
123
- highline (1.6.21 )
125
+ highline (1.7.7 )
124
126
http-cookie (1.0.2 )
125
127
domain_name (~> 0.5 )
126
128
i18n (0.7.0 )
129
+ interception (0.5 )
127
130
io-like (0.3.0 )
128
131
jbuilder (2.3.1 )
129
132
activesupport (>= 3.0.0 , < 5 )
137
140
nokogiri (>= 1.5.9 )
138
141
mail (2.6.3 )
139
142
mime-types (>= 1.16 , < 3 )
143
+ method_source (0.8.2 )
140
144
mime-types (2.6.1 )
141
145
mini_portile (0.6.2 )
142
146
minitest (5.7.0 )
148
152
ast (>= 1.1 , < 3.0 )
149
153
pg (0.18.2 )
150
154
powerpack (0.1.1 )
155
+ pry (0.10.1 )
156
+ coderay (~> 1.1.0 )
157
+ method_source (~> 0.8.1 )
158
+ slop (~> 3.4 )
159
+ pry-byebug (3.2.0 )
160
+ byebug (~> 5.0 )
161
+ pry (~> 0.10 )
162
+ pry-doc (0.8.0 )
163
+ pry (~> 0.9 )
164
+ yard (~> 0.8 )
165
+ pry-rails (0.3.4 )
166
+ pry (>= 0.9.10 )
167
+ pry-rescue (1.4.2 )
168
+ interception (>= 0.5 )
169
+ pry
170
+ pry-stack_explorer (0.4.9.2 )
171
+ binding_of_caller (>= 0.7 )
172
+ pry (>= 0.9.11 )
151
173
rack (1.6.4 )
152
174
rack-test (0.6.3 )
153
175
rack (>= 1.0 )
@@ -219,13 +241,13 @@ GEM
219
241
parser (~> 2.2 )
220
242
slop (~> 3.4 , >= 3.4.7 )
221
243
ruby-progressbar (1.7.5 )
222
- ruby2ruby (2.1.4 )
244
+ ruby2ruby (2.2.0 )
223
245
ruby_parser (~> 3.1 )
224
246
sexp_processor (~> 4.0 )
225
- ruby_parser (3.7.0 )
247
+ ruby_parser (3.7.1 )
226
248
sexp_processor (~> 4.1 )
227
249
rubyzip (1.1.7 )
228
- sass (3.4.16 )
250
+ sass (3.4.18 )
229
251
sass-rails (5.0.3 )
230
252
railties (>= 4.0.0 , < 5.0 )
231
253
sass (~> 3.1 )
249
271
json (~> 1.8 )
250
272
simplecov-html (~> 0.10.0 )
251
273
simplecov-html (0.10.0 )
274
+ slim (3.0.6 )
275
+ temple (~> 0.7.3 )
276
+ tilt (>= 1.3.3 , < 2.1 )
252
277
slop (3.6.0 )
253
278
spring (1.3.6 )
254
279
spring-commands-rspec (1.0.4 )
260
285
activesupport (>= 3.0 )
261
286
sprockets (>= 2.8 , < 4.0 )
262
287
sqlite3 (1.3.10 )
288
+ temple (0.7.6 )
263
289
term-ansicolor (1.3.2 )
264
290
tins (~> 1.0 )
265
291
terminal-table (1.5.2 )
292
318
websocket (1.2.2 )
293
319
xpath (2.0.0 )
294
320
nokogiri (~> 1.3 )
321
+ yard (0.8.7.6 )
295
322
296
323
PLATFORMS
297
324
ruby
@@ -302,7 +329,6 @@ DEPENDENCIES
302
329
bootstrap-sass (~> 3.3.1 )
303
330
brakeman
304
331
bundler-audit
305
- byebug
306
332
capybara
307
333
capybara-screenshot
308
334
chromedriver-helper
@@ -315,6 +341,12 @@ DEPENDENCIES
315
341
jbuilder
316
342
launchy
317
343
pg
344
+ pry
345
+ pry-byebug
346
+ pry-doc
347
+ pry-rails
348
+ pry-rescue
349
+ pry-stack_explorer
318
350
rails (~> 4.2 )
319
351
rails-html-sanitizer
320
352
rails_12factor
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ if Rails.env.development?
8
8
9
9
task :security_audit do
10
10
puts Rainbow ( "Running security audit on code (brakeman)" ) . green
11
- Rake ::Task [ "brakeman:run" ] . invoke ( "tmp/brakeman-report.html" )
11
+
12
+ sh "brakeman --exit-on-warn --quiet -A"
12
13
end
13
14
14
15
namespace :ci do
@@ -29,5 +30,4 @@ if Rails.env.development?
29
30
task ci : "ci:all"
30
31
31
32
task ( :default ) . clear . enhance ( [ :ci ] )
32
-
33
33
end
You can’t perform that action at this time.
0 commit comments