Fix bundle exec rake example

This commit is contained in:
Guilherme Carreiro
2025-01-17 11:50:24 +01:00
parent 6372289ba3
commit 4de9afbaf0
+1
View File
@@ -14,6 +14,7 @@ group :benchmark, :test do
gem 'memory_profiler'
gem 'terminal-table'
gem "lru_redux"
gem "webrick"
install_if -> { RUBY_PLATFORM !~ /mingw|mswin|java/ && RUBY_ENGINE != 'truffleruby' } do
gem 'stackprof'