Skip to content

Commit

Permalink
Ignore latest memory_profiler version
Browse files Browse the repository at this point in the history
rubocop#13002
SamSaffron/memory_profiler#118

This causes issues in CI since it accidentally added a dependency on base64
The next release will fix that error
  • Loading branch information
Earlopain committed Jun 25, 2024
1 parent 1930f0e commit 251b4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'bundler', '>= 1.15.0', '< 3.0'
# https://github.com/lsegal/yard/pull/1546
# Please remove this dependency when the issue is resolved.
gem 'logger'
gem 'memory_profiler', platform: :mri
gem 'memory_profiler', '!= 1.0.2', platform: :mri
# FIXME: This is a workaround to prevent the following warning in YARD:
# https://github.com/lsegal/yard/pull/1545
# Please remove this dependency when the issue is resolved.
Expand Down

0 comments on commit 251b4c8

Please sign in to comment.