File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 44#
55# SPDX-License-Identifier: Apache-2.0
66
7- %w[ 7.0 .0 7.1 .0 ] . each do |version |
7+ %w[ 7.1 .0 7.2 .0 ] . each do |version |
88 appraise "rails-#{ version } " do
99 gem 'rails' , "~> #{ version } "
1010 end
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ group :test do
1919 gem 'opentelemetry-sdk' , '~> 1.0'
2020 gem 'opentelemetry-logs-sdk' , '~> 0.1'
2121 gem 'opentelemetry-test-helpers' , '~> 0.3'
22- gem 'rubocop' , '~> 1.79.0 '
23- gem 'rubocop-performance' , '~> 1.25 .0'
22+ gem 'rubocop' , '~> 1.80.2 '
23+ gem 'rubocop-performance' , '~> 1.26 .0'
2424 gem 'simplecov' , '~> 0.22.0'
2525 gem 'webmock' , '~> 3.24'
2626 gem 'yard' , '~> 0.9'
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ Gem::Specification.new do |spec|
2323 Dir . glob ( '*.md' ) +
2424 [ 'LICENSE' , '.yardopts' ]
2525 spec . require_paths = [ 'lib' ]
26- spec . required_ruby_version = ' >= 3.1'
26+ spec . required_ruby_version = " >= #{ File . read ( File . expand_path ( '../../gemspecs/RUBY_REQUIREMENT' , __dir__ ) ) } "
2727
28- spec . add_dependency 'opentelemetry-instrumentation-base' , '~> 0.23.0 '
28+ spec . add_dependency 'opentelemetry-instrumentation-base' , '~> 0.24 '
2929 spec . add_dependency 'opentelemetry-logs-api' , '~> 0.1'
3030
3131 if spec . respond_to? ( :metadata )
@@ -34,4 +34,6 @@ Gem::Specification.new do |spec|
3434 spec . metadata [ 'bug_tracker_uri' ] = 'https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues'
3535 spec . metadata [ 'documentation_uri' ] = "https://rubydoc.info/gems/#{ spec . name } /#{ spec . version } "
3636 end
37+
38+ spec . post_install_message = File . read ( File . expand_path ( '../../gemspecs/POST_INSTALL_MESSAGE' , __dir__ ) )
3739end
You can’t perform that action at this time.
0 commit comments