Skip to content

Commit bfb9da2

Browse files
committed
Remove no-longer using gems in test/dev environments
1 parent 5e7df4f commit bfb9da2

File tree

2 files changed

+0
-32
lines changed

2 files changed

+0
-32
lines changed

Gemfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,6 @@ group :development do
8484
end
8585

8686
group :development, :test do
87-
gem 'minitest-retry'
88-
gem 'pry-byebug'
89-
gem 'pry-doc'
90-
gem 'pry-rails'
91-
gem 'pry-stack_explorer'
9287
gem 'rake'
9388
gem 'rspec-retry'
9489

Gemfile.lock

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,12 @@ GEM
119119
benchmark (0.4.0)
120120
bigdecimal (3.1.9)
121121
bindex (0.8.1)
122-
binding_of_caller (1.0.1)
123-
debug_inspector (>= 1.2.0)
124122
bootsnap (1.18.6)
125123
msgpack (~> 1.2)
126124
bootstrap-sass (3.4.1)
127125
autoprefixer-rails (>= 5.2.1)
128126
sassc (>= 2.0.0)
129127
builder (3.3.0)
130-
byebug (12.0.0)
131128
capybara (3.40.0)
132129
addressable
133130
matrix
@@ -139,7 +136,6 @@ GEM
139136
xpath (~> 3.2)
140137
childprocess (5.1.0)
141138
logger (~> 1.5)
142-
coderay (1.1.3)
143139
coffee-rails (5.0.0)
144140
coffee-script (>= 2.2.0)
145141
railties (>= 5.2.0)
@@ -151,7 +147,6 @@ GEM
151147
connection_pool (2.5.3)
152148
crass (1.0.6)
153149
date (3.4.1)
154-
debug_inspector (1.2.0)
155150
declarative (0.0.20)
156151
diff-lcs (1.6.2)
157152
dotenv (3.1.8)
@@ -290,14 +285,11 @@ GEM
290285
matrix (0.4.2)
291286
memoist (0.16.2)
292287
memory_profiler (1.1.0)
293-
method_source (1.1.0)
294288
mini_mime (1.1.5)
295289
mini_portile2 (2.8.9)
296290
mini_racer (0.18.1)
297291
libv8-node (~> 23.6.1.0)
298292
minitest (5.25.5)
299-
minitest-retry (0.2.5)
300-
minitest (>= 5.0)
301293
msgpack (1.8.0)
302294
multi_json (1.15.0)
303295
multipart-post (2.4.1)
@@ -329,20 +321,6 @@ GEM
329321
prettyprint
330322
prettyprint (0.2.0)
331323
prism (1.4.0)
332-
pry (0.15.2)
333-
coderay (~> 1.1)
334-
method_source (~> 1.0)
335-
pry-byebug (3.11.0)
336-
byebug (~> 12.0)
337-
pry (>= 0.13, < 0.16)
338-
pry-doc (1.5.0)
339-
pry (~> 0.11)
340-
yard (~> 0.9.11)
341-
pry-rails (0.3.11)
342-
pry (>= 0.13.0)
343-
pry-stack_explorer (0.6.1)
344-
binding_of_caller (~> 1.0)
345-
pry (~> 0.13)
346324
psych (5.2.6)
347325
date
348326
stringio
@@ -581,13 +559,8 @@ DEPENDENCIES
581559
listen
582560
memory_profiler
583561
mini_racer
584-
minitest-retry
585562
net-http
586563
pg
587-
pry-byebug
588-
pry-doc
589-
pry-rails
590-
pry-stack_explorer
591564
puma
592565
puma_worker_killer
593566
rack-attack

0 commit comments

Comments
 (0)