lib/prometheus/client/helper/mmaped_file.rb in prometheus-client-mmap-0.7.0.beta26 vs lib/prometheus/client/helper/mmaped_file.rb in prometheus-client-mmap-0.7.0.beta27
- old
+ new
@@ -1,8 +1,8 @@
require 'prometheus/client/helper/entry_parser'
require 'prometheus/client/helper/file_locker'
require 'mmap'
-require 'fast_mmaped_file/fast_mmaped_file'
+require 'fast_mmaped_file'
module Prometheus
module Client
module Helper
class MmapedFile < Mmap