Skip to content

Commit 2006918

Browse files
chore: update rubocop requirement from ~> 1.79.1 to ~> 1.80.2 (#1662)
* chore: update rubocop requirement from ~> 1.79.1 to ~> 1.80.2 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.1...v1.80.2) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.80.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * chore: Update rubocop to 1.80.2 Ignore proto directory in rubocop config Update TABLE_NAME regex in pg Add top-level docs for Anthropic PooledNetRequester --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kayla Reopelle <kreopelle@newrelic.com> Co-authored-by: Kayla Reopelle <87386821+kaylareopelle@users.noreply.github.com>
1 parent 7930482 commit 2006918

File tree

65 files changed

+65
-63
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

+65
-63
lines changed

.instrumentation_generator/templates/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ group :test do
1616
gem 'opentelemetry-sdk', '~> 1.0'
1717
gem 'opentelemetry-test-helpers', '~> 0.3'
1818
gem 'rake', '~> 13.0'
19-
gem 'rubocop', '~> 1.79.1'
19+
gem 'rubocop', '~> 1.80.2'
2020
gem 'rubocop-performance', '~> 1.25.0'
2121
gem 'simplecov', '~> 0.17.1'
2222
gem 'webmock', '~> 3.24'

.rubocop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ AllCops:
99
- "**/example/*"
1010
- "bin/instrumentation_generator"
1111
- "**/**/vendor/bundle/**/*"
12+
- "**/proto/**"
1213
Bundler/OrderedGems:
1314
Enabled: false
1415
Gemspec/DevelopmentDependencies:

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.79.1'
10+
gem 'rubocop', '~> 1.80.2'
1111
gem 'rubocop-performance', '~> 1.25.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.79.1'
16+
gem 'rubocop', '~> 1.80.2'
1717
gem 'rubocop-performance', '~> 1.25.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.79.1'
16+
gem 'rubocop', '~> 1.80.2'
1717
gem 'rubocop-performance', '~> 1.25.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
@@ -14,7 +14,7 @@ group :test do
1414
gem 'minitest', '~> 5.0'
1515
gem 'opentelemetry-test-helpers', '~> 0.3'
1616
gem 'rake', '~> 13.0'
17-
gem 'rubocop', '~> 1.79.1'
17+
gem 'rubocop', '~> 1.80.2'
1818
gem 'rubocop-performance', '~> 1.25.0'
1919
gem 'simplecov', '~> 0.22.0'
2020
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.79.1'
18+
gem 'rubocop', '~> 1.80.2'
1919
gem 'rubocop-performance', '~> 1.25.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.79.1'
18+
gem 'rubocop', '~> 1.80.2'
1919
gem 'rubocop-performance', '~> 1.25.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.79.1'
18+
gem 'rubocop', '~> 1.80.2'
1919
gem 'rubocop-performance', '~> 1.25.0'
2020
gem 'simplecov', '~> 0.22.0'
2121
gem 'webmock', '~> 3.24'

instrumentation/active_job/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.79.1'
18+
gem 'rubocop', '~> 1.80.2'
1919
gem 'rubocop-performance', '~> 1.25.0'
2020
gem 'simplecov', '~> 0.22.0'
2121
gem 'webmock', '~> 3.24'

0 commit comments

Comments
 (0)