Skip to content

Commit

Permalink
examples: remove Ruby
Browse files Browse the repository at this point in the history
That fixes the Dependabot advisory.
  • Loading branch information
fsouza committed May 30, 2024
1 parent 4e2b553 commit 619c4a7
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 119 deletions.
5 changes: 0 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 99
- package-ecosystem: bundler
directory: "/examples/ruby"
schedule:
interval: daily
open-pull-requests-limit: 99
- package-ecosystem: docker
directory: "/"
schedule:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,6 @@ jobs:
- lang: dotnet
docker-image: mcr.microsoft.com/dotnet/sdk:5.0-alpine
entrypoint: /bin/sh
- lang: ruby
docker-image: ruby:3.2-alpine
entrypoint: /bin/sh
- lang: scala
docker-image: mozilla/sbt:8u292_1.5.7
entrypoint: /bin/sh
Expand Down
9 changes: 0 additions & 9 deletions ci/run-ruby-example.sh

This file was deleted.

5 changes: 0 additions & 5 deletions examples/ruby/Gemfile

This file was deleted.

81 changes: 0 additions & 81 deletions examples/ruby/Gemfile.lock

This file was deleted.

16 changes: 0 additions & 16 deletions examples/ruby/main.rb

This file was deleted.

0 comments on commit 619c4a7

Please sign in to comment.