Skip to content

Commit 1742434

Browse files
committed
Do not load celluloid all the time
1 parent 0e86d5f commit 1742434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ group :development, :testing do
2525

2626
# for benchmark tests
2727
gem 'yajl-ruby', require: 'yajl', platforms: :mri
28-
gem 'celluloid', platforms: :mri
28+
gem 'celluloid', platforms: :mri, require: false
2929
if RUBY_VERSION < '2.2'
3030
gem 'timers', '< 4.2'
3131
else

0 commit comments

Comments
 (0)