35 lines
1.1 KiB
Diff
35 lines
1.1 KiB
Diff
diff --git a/Gemfile.orig b/Gemfile
|
|
index c1e9e34..a4448b7 100644
|
|
--- a/Gemfile.orig
|
|
+++ b/Gemfile
|
|
@@ -525,7 +525,7 @@ gem 'health_check', '~> 3.0' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
# System information
|
|
gem 'vmstat', '~> 2.3.0' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
-gem 'sys-filesystem', '~> 1.4.3' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
+gem 'sys-filesystem', '~> 1.4.5' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
|
|
# NTP client
|
|
gem 'net-ntp' # rubocop:todo Gemfile/MissingFeatureCategory
|
|
diff --git a/Gemfile.lock.orig b/Gemfile.lock
|
|
index bb66169..a4da10b 100644
|
|
--- a/Gemfile.lock.orig
|
|
+++ b/Gemfile.lock
|
|
@@ -1657,7 +1657,7 @@ GEM
|
|
attr_required (>= 0.0.5)
|
|
httpclient (>= 2.4)
|
|
sync (0.5.0)
|
|
- sys-filesystem (1.4.3)
|
|
+ sys-filesystem (1.4.5)
|
|
ffi (~> 1.1)
|
|
sysexits (1.2.0)
|
|
table_print (1.5.7)
|
|
@@ -2123,7 +2123,7 @@ DEPENDENCIES
|
|
stackprof (~> 0.2.25)
|
|
state_machines-activerecord (~> 0.8.0)
|
|
static_holmes (~> 0.7.7)
|
|
- sys-filesystem (~> 1.4.3)
|
|
+ sys-filesystem (~> 1.4.5)
|
|
tanuki_emoji (~> 0.9)
|
|
telesignenterprise (~> 2.2)
|
|
terser (= 1.0.2)
|