Skip to content

Commit c3b6c2b

Browse files
squash: bump rubocop
1 parent 99d18af commit c3b6c2b

File tree

58 files changed

+58
-58
lines changed

Some content is hidden

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

58 files changed

+58
-58
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.71.0'
23+
gem 'rubocop', '~> 1.72.0'
2424
gem 'rubocop-performance', '~> 1.19.1'
2525
gem 'simplecov', '~> 0.17.1'
2626
gem 'webmock', '~> 3.24'

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.71.0'
10+
gem 'rubocop', '~> 1.72.0'
1111
gem 'rubocop-performance', '~> 1.23.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.71.0'
16+
gem 'rubocop', '~> 1.72.0'
1717
gem 'rubocop-performance', '~> 1.23.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.71.0'
16+
gem 'rubocop', '~> 1.72.0'
1717
gem 'rubocop-performance', '~> 1.23.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.71.0'
21+
gem 'rubocop', '~> 1.72.0'
2222
gem 'rubocop-performance', '~> 1.23.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.71.0'
18+
gem 'rubocop', '~> 1.72.0'
1919
gem 'rubocop-performance', '~> 1.23.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.71.0'
18+
gem 'rubocop', '~> 1.72.0'
1919
gem 'rubocop-performance', '~> 1.23.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.71.0'
18+
gem 'rubocop', '~> 1.72.0'
1919
gem 'rubocop-performance', '~> 1.23.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.71.0'
18+
gem 'rubocop', '~> 1.72.0'
1919
gem 'rubocop-performance', '~> 1.23.0'
2020
gem 'simplecov', '~> 0.22.0'
2121
gem 'webmock', '~> 3.24'

instrumentation/active_model_serializers/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-sdk', '~> 1.1'
1616
gem 'opentelemetry-test-helpers', '~> 0.3'
17-
gem 'rubocop', '~> 1.71.0'
17+
gem 'rubocop', '~> 1.72.0'
1818
gem 'rubocop-performance', '~> 1.23.0'
1919
gem 'simplecov', '~> 0.22.0'
2020
gem 'webmock', '~> 3.24'

0 commit comments

Comments
 (0)