Skip to content

Commit adf77e7

Browse files
committed
Add syslog gem for Ruby 3.4+ compatibility
Ruby 3.4+ will remove syslog from the standard library. Explicitly adding it to Gemfile to silence deprecation warnings.
1 parent ca23922 commit adf77e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ gem 'bosh-common', path: 'bosh-common'
77

88
gem 'mysql2'
99
gem 'pg'
10+
gem 'syslog'
1011

1112
group :development, :test do
1213
gem 'bundle-audit'

0 commit comments

Comments
 (0)