Skip to content

Commit 705134c

Browse files
Update rubocop requirement from ~> 1.79.2 to ~> 1.81.6
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.79.2...v1.81.6) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.81.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 27eff88 commit 705134c

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
@@ -18,7 +18,7 @@ group :test do
1818
gem "climate_control", "~> 1.2.0"
1919
gem "oj", "~> 3.14" if ENV["WITH_OJ_GEM"] == "true"
2020
gem "rspec", "~> 3.13.0"
21-
gem "rubocop", "~> 1.79.2"
21+
gem "rubocop", "~> 1.81.6"
2222
gem "rubocop-performance", "~> 1.26.0"
2323
gem "simplecov", "~> 0.22.0"
2424
gem "simplecov-console", "~> 0.9.1"

0 commit comments

Comments
 (0)