Skip to content
Merged
Show file tree
Hide file tree
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 Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'httpclient'
gem 'mono_logger'
gem 'octokit'
gem 'openssl', require: false
gem 'rtoolsHCK', git: 'https://github.com/HCK-CI/rtoolsHCK.git', ref: 'v0.6.2'
gem 'rtoolsHCK', git: 'https://github.com/HCK-CI/rtoolsHCK.git', ref: 'v0.6.3'
Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

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

If v0.6.3 is a git tag (as the name suggests), prefer using Bundler’s tag: option instead of ref: for clarity and to avoid ambiguity between tags vs raw SHAs/branches. For example, use tag: 'v0.6.3' when pinning to a release tag.

Suggested change
gem 'rtoolsHCK', git: 'https://github.com/HCK-CI/rtoolsHCK.git', ref: 'v0.6.3'
gem 'rtoolsHCK', git: 'https://github.com/HCK-CI/rtoolsHCK.git', tag: 'v0.6.3'

Copilot uses AI. Check for mistakes.
gem 'rubyzip'
gem 'sentry-ruby'
gem 'sorbet-runtime'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GIT
remote: https://github.com/HCK-CI/rtoolsHCK.git
revision: b2a9265c675d4c1a20db4b434220377ebc6af375
ref: v0.6.2
revision: 621bbb84e931c9bb0f123e090e21e020945003f1
ref: v0.6.3
specs:
rtoolsHCK (0.6.2)
rtoolsHCK (0.6.3)
bundler
rdoc
winrm (= 2.3.9)
Expand Down Expand Up @@ -134,7 +134,7 @@ GEM
logger
prism (>= 1.3.0)
tsort
rdoc (7.1.0)
rdoc (7.2.0)
erb
psych (>= 4.0.0)
tsort
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading