Skip to content

Commit

Permalink
Gemfile: uncommented performance group
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Mar 8, 2021
1 parent 66e29d1 commit c361293
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Gemfile
Expand Up @@ -28,9 +28,9 @@ group :apps do
# gem 'haml'
end

# group :performance do
# benchmark/profiling
# gem 'benchmark-ips'
# gem 'kalibera'
# gem 'memory_profiler'
# end
group :performance do
#benchmark/profiling
gem 'benchmark-ips'
gem 'kalibera'
gem 'memory_profiler'
end
10 changes: 10 additions & 0 deletions Gemfile.lock
Expand Up @@ -8,13 +8,19 @@ GEM
specs:
ansi (1.5.0)
ast (2.4.2)
benchmark-ips (2.8.4)
builder (3.2.4)
codecov (0.5.1)
simplecov (>= 0.15, < 0.22)
concurrent-ruby (1.1.8)
docile (1.3.5)
i18n (1.8.9)
concurrent-ruby (~> 1.0)
kalibera (0.1.1)
memoist (~> 0.11.0)
rbzip2 (~> 0.2.0)
memoist (0.11.0)
memory_profiler (1.0.0)
minitest (5.14.4)
minitest-reporters (1.4.3)
ansi
Expand All @@ -36,6 +42,7 @@ GEM
rack
rainbow (3.0.0)
rake (13.0.3)
rbzip2 (0.2.0)
regexp_parser (2.1.1)
rexml (3.2.4)
rubocop (1.11.0)
Expand Down Expand Up @@ -82,8 +89,11 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
benchmark-ips
codecov
i18n
kalibera
memory_profiler
minitest
minitest-reporters
oj
Expand Down

0 comments on commit c361293

Please sign in to comment.