Skip to content

Commit cea5f19

Browse files
committed
Hardcode ruby 3.2 as other libs do now
1 parent 8e10f4c commit cea5f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/factory_bot/opentelemetry-instrumentation-factory_bot.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
2323
Dir.glob('*.md') +
2424
['LICENSE', '.yardopts']
2525
spec.require_paths = ['lib']
26-
spec.required_ruby_version = ">= #{File.read(File.expand_path('../../gemspecs/RUBY_REQUIREMENT', __dir__))}"
26+
spec.required_ruby_version = '>= 3.2'
2727

2828
spec.add_dependency 'opentelemetry-instrumentation-base', '~> 0.24.0'
2929

0 commit comments

Comments
 (0)