Skip to content

Commit a9e8d1b

Browse files
build(deps-dev): update rake-compiler-dock requirement (#676)
Updates the requirements on [rake-compiler-dock](https://github.com/rake-compiler/rake-compiler-dock) to permit the latest version. - [Release notes](https://github.com/rake-compiler/rake-compiler-dock/releases) - [Changelog](https://github.com/rake-compiler/rake-compiler-dock/blob/main/CHANGELOG.md) - [Commits](rake-compiler/rake-compiler-dock@v1.11.0...v1.11.1) --- updated-dependencies: - dependency-name: rake-compiler-dock dependency-version: 1.11.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 40bfa38 commit a9e8d1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ group :test do
88
gem "ruby_memcheck", "3.0.1" if Gem::Platform.local.os == "linux"
99

1010
gem "rake-compiler", "1.3.1"
11-
gem "rake-compiler-dock", "1.11.0"
11+
gem "rake-compiler-dock", "1.11.1"
1212
end
1313

1414
group :development do

0 commit comments

Comments
 (0)