Skip to content

Commit

Permalink
Remove development dependency on logging-journald
Browse files Browse the repository at this point in the history
In d0cae6e the logging stack was
replaced, but this was only for smart_proxy_dynflow_core. That's now
dropped and smart-proxy itself has the logging dependencies. Removing
this simplifies the dependencies.
  • Loading branch information
ekohl authored and adamruzicka committed Aug 1, 2023
1 parent a272892 commit 143eb9e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get update
- run: sudo apt-get install build-essential libsystemd-dev
- uses: actions/checkout@v2
- name: Setup Ruby
uses: ruby/setup-ruby@v1
Expand All @@ -28,8 +26,6 @@ jobs:
matrix:
ruby-version: [2.5, 2.7]
steps:
- run: sudo apt-get update
- run: sudo apt-get install build-essential libsystemd-dev
- uses: actions/checkout@v2
- name: Setup Ruby
uses: ruby/setup-ruby@v1
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ group :test do
gem 'webmock'
end

gem 'logging-journald', '~> 2.0', :platforms => [:ruby], :require => false
gem 'rack', '>= 1.1'
gem 'sinatra'

Expand Down

0 comments on commit 143eb9e

Please sign in to comment.