Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dd-agent-testing/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end

group :test do
gem "tailor", '~> 1.4.1' # Ruby style
gem "foodcritic", '~> 15.1.0' # Lint testing
gem "foodcritic", '~> 16.3.0' # Lint testing

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Update the bundled lockfile with foodcritic

This changes the Gemfile to require foodcritic 16.3, but dd-agent-testing/Gemfile.lock is still checked in with foodcritic (15.1.0) and foodcritic (~> 15.1.0) in DEPENDENCIES. The dd-agent-testing image copies both files before bundle install (dd-agent-testing/Dockerfile:50-51), so frozen/deployment installs will reject the bundle and non-frozen Docker builds will resolve an uncommitted lockfile instead of using the reviewed dependency set; please commit the regenerated lockfile with the 16.3.0 resolution.

Useful? React with 👍 / 👎.

end

group :azure do
Expand Down