Skip to content

Commit

Permalink
minor formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeCodes19 committed May 1, 2024
1 parent 57054fc commit 6000d88
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/actions/setup-languages/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ runs:

- name: Set up Ruby
uses: ruby/setup-ruby@v1
# with:
# # bundler-cache automatically installs gems
# bundler-cache: false
# # cache-version: 1

- name: Install Dependencies
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dependency-scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:

steps:
- uses: actions/checkout@v4

- uses: ./.github/actions/setup-languages

- name: Update advisory database and run checks
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ gem "newrelic_rpm", "~> 8.4"
gem "sidekiq", "~> 6.4"

group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "brakeman", "~> 5.2"
gem "bundler-audit", "~> 0.9"
gem "debug", platforms: %i[mri mingw x64_mingw]
Expand Down

0 comments on commit 6000d88

Please sign in to comment.