Skip to content

Commit 3c31306

Browse files
chore: update rubocop requirement from ~> 1.76.2 to ~> 1.78.0 (#1595)
* chore: update rubocop requirement from ~> 1.76.2 to ~> 1.78.0 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.76.2...v1.78.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.78.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * chore: update rubocop requirement to ~> 1.78.0 * chore: Add missing frozen_string_literal comment * chore: Rubocop guard clause * chore: Rubocop Style/CollectionQuerying * chore: Update rubocop-performance to use require Previously, we used plugins --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kayla Reopelle <[email protected]> Co-authored-by: Kayla Reopelle <[email protected]>
1 parent ad49e18 commit 3c31306

File tree

65 files changed

+71
-69
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+71
-69
lines changed

.instrumentation_generator/templates/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ group :test do
2020
gem 'opentelemetry-sdk', '~> 1.0'
2121
gem 'opentelemetry-test-helpers', '~> 0.3'
2222
gem 'rake', '~> 13.0'
23-
gem 'rubocop', '~> 1.76.2'
23+
gem 'rubocop', '~> 1.78.0'
2424
gem 'rubocop-performance', '~> 1.24.0'
2525
gem 'simplecov', '~> 0.17.1'
2626
gem 'webmock', '~> 3.24'

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
plugins: rubocop-performance
1+
require: rubocop-performance
22

33
AllCops:
44
TargetRubyVersion: '3.1'

.simplecov

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
require 'digest'
24

35
digest = Digest::MD5.new

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
source 'https://rubygems.org'
88

99
gem 'rake', '~> 13.0'
10-
gem 'rubocop', '~> 1.76.2'
10+
gem 'rubocop', '~> 1.78.0'
1111
gem 'rubocop-performance', '~> 1.24.0'

helpers/mysql/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ group :test do
1313
gem 'minitest', '~> 5.0'
1414
gem 'opentelemetry-test-helpers', '~> 0.3'
1515
gem 'rake', '~> 13.0'
16-
gem 'rubocop', '~> 1.76.2'
16+
gem 'rubocop', '~> 1.78.0'
1717
gem 'rubocop-performance', '~> 1.24.0'
1818
gem 'simplecov', '~> 0.22.0'
1919
gem 'yard', '~> 0.9'

helpers/sql-obfuscation/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ group :test do
1313
gem 'minitest', '~> 5.0'
1414
gem 'opentelemetry-test-helpers', '~> 0.3'
1515
gem 'rake', '~> 13.0'
16-
gem 'rubocop', '~> 1.76.2'
16+
gem 'rubocop', '~> 1.78.0'
1717
gem 'rubocop-performance', '~> 1.24.0'
1818
gem 'simplecov', '~> 0.22.0'
1919
gem 'yard', '~> 0.9'

helpers/sql/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ group :test do
1818
gem 'minitest', '~> 5.0'
1919
gem 'opentelemetry-test-helpers', '~> 0.3'
2020
gem 'rake', '~> 13.0'
21-
gem 'rubocop', '~> 1.76.2'
21+
gem 'rubocop', '~> 1.78.0'
2222
gem 'rubocop-performance', '~> 1.24.0'
2323
gem 'simplecov', '~> 0.22.0'
2424
gem 'yard', '~> 0.9'

instrumentation/action_mailer/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ group :test do
1515
gem 'opentelemetry-sdk', '~> 1.1'
1616
gem 'opentelemetry-test-helpers', '~> 0.3'
1717
gem 'rake', '~> 13.0'
18-
gem 'rubocop', '~> 1.76.2'
18+
gem 'rubocop', '~> 1.78.0'
1919
gem 'rubocop-performance', '~> 1.24.0'
2020
gem 'simplecov', '~> 0.22.0'
2121
gem 'webmock', '~> 3.24'

instrumentation/action_pack/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ group :test do
1515
gem 'opentelemetry-sdk', '~> 1.1'
1616
gem 'opentelemetry-test-helpers', '~> 0.3'
1717
gem 'rake', '~> 13.0'
18-
gem 'rubocop', '~> 1.76.2'
18+
gem 'rubocop', '~> 1.78.0'
1919
gem 'rubocop-performance', '~> 1.24.0'
2020
gem 'simplecov', '~> 0.22.0'
2121
gem 'webmock', '~> 3.24'

instrumentation/action_view/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ group :test do
1515
gem 'opentelemetry-sdk', '~> 1.1'
1616
gem 'opentelemetry-test-helpers', '~> 0.3'
1717
gem 'rake', '~> 13.0'
18-
gem 'rubocop', '~> 1.76.2'
18+
gem 'rubocop', '~> 1.78.0'
1919
gem 'rubocop-performance', '~> 1.24.0'
2020
gem 'simplecov', '~> 0.22.0'
2121
gem 'webmock', '~> 3.24'

0 commit comments

Comments
 (0)