Skip to content

Commit 4b959e2

Browse files
committed
Uncomment gems needed to run rails server
1 parent ec0c2b5 commit 4b959e2

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

Gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ group :development do
5353

5454
# Enable perf tools if needed (YAGNI).
5555
# https://ja.wikipedia.org/wiki/YAGNI
56-
#gem 'flamegraph', require: false
57-
#gem 'memory_profiler', require: false
58-
#gem 'rack-mini-profiler', require: false
59-
#gem 'stackprof', require: false
56+
gem 'stackprof', require: false
57+
gem 'flamegraph', require: false
58+
gem 'memory_profiler', require: false
59+
gem 'rack-mini-profiler', require: false
6060
end
6161

6262
group :development, :test do

Gemfile.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ GEM
180180
ffi (1.17.2-x86_64-darwin)
181181
ffi (1.17.2-x86_64-linux-gnu)
182182
ffi (1.17.2-x86_64-linux-musl)
183+
flamegraph (0.9.5)
183184
font-awesome-rails (4.7.0.9)
184185
railties (>= 3.2, < 9.0)
185186
get_process_mem (1.0.0)
@@ -274,6 +275,7 @@ GEM
274275
marcel (1.0.4)
275276
matrix (0.4.2)
276277
memoist (0.16.2)
278+
memory_profiler (1.1.0)
277279
mini_mime (1.1.5)
278280
minitest (5.25.5)
279281
msgpack (1.8.0)
@@ -334,6 +336,8 @@ GEM
334336
rack (>= 1.0, < 4)
335337
rack-host-redirect (1.3.0)
336338
rack
339+
rack-mini-profiler (3.3.1)
340+
rack (>= 1.2.0)
337341
rack-session (2.1.1)
338342
base64 (>= 0.1.0)
339343
rack (>= 3.0.0)
@@ -496,6 +500,7 @@ GEM
496500
actionpack (>= 6.1)
497501
activesupport (>= 6.1)
498502
sprockets (>= 3.0.0)
503+
stackprof (0.2.27)
499504
stringio (3.1.7)
500505
thor (1.3.2)
501506
tilt (2.6.0)
@@ -548,6 +553,7 @@ DEPENDENCIES
548553
factory_bot_rails
549554
faraday
550555
faraday_middleware
556+
flamegraph
551557
font-awesome-rails
552558
google_drive
553559
jbuilder
@@ -558,11 +564,13 @@ DEPENDENCIES
558564
lazy_high_charts (= 1.5.8)
559565
letter_opener_web
560566
listen
567+
memory_profiler
561568
pg
562569
puma
563570
puma_worker_killer
564571
rack-attack
565572
rack-host-redirect
573+
rack-mini-profiler
566574
rack-user_agent
567575
rails (~> 7.1.5)
568576
rails-controller-testing
@@ -580,6 +588,7 @@ DEPENDENCIES
580588
sitemap_generator
581589
solargraph
582590
spring
591+
stackprof
583592
web-console
584593

585594
RUBY VERSION

0 commit comments

Comments
 (0)