Skip to content

Commit

Permalink
Add Gemfile.lock comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahramadan committed May 30, 2024
1 parent 90d848a commit 6b7bb6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ RUN sh -c "find 'workspace/ruby/' -type d -name newrelic_rpm\\* -exec cp -r '{}'
# Adjust permissions of `instrumentation` director to readable by everyone
RUN chmod -R go+r /instrumentation

# Clean up build arifacts
# Clean up build artifacts
RUN rm -rf /operator-build
2 changes: 2 additions & 0 deletions src/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This file only exists to satisfy FOSSA security scan. It is not used.

GEM
remote: https://rubygems.org/
specs:
Expand Down

0 comments on commit 6b7bb6f

Please sign in to comment.