Skip to content

Commit 49d17d6

Browse files
committed
chore(deps): raise minimum Ruby version to 3.2 with EOL+1 year support policy--signoff
1 parent cea91aa commit 49d17d6

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
The `instana` gem provides Ruby metrics and traces (request, queue & cross-host) for [Instana](https://www.instana.com/).
44

5-
This gem supports Ruby versions 2.7 or greater.
5+
## Ruby Version Support
6+
7+
This gem requires Ruby 3.2 or greater. We actively test and maintain compatibility with Ruby versions 3.2, 3.3, 3.4, and 4.0 to ensure optimal performance and reliability. As part of our commitment to supporting the Ruby community, we continue to provide support for Ruby versions up to 1 year after their official End-of-Life (EOL) date, giving you ample time to plan and execute version upgrades.
68

79
Any and all feedback is welcome. Happy Ruby visibility.
810

instana.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
3030
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
3131
spec.require_paths = ["lib"]
3232

33-
spec.required_ruby_version = '>= 3.0'
33+
spec.required_ruby_version = '>= 3.2'
3434
spec.platform = defined?(JRUBY_VERSION) ? 'java' : Gem::Platform::RUBY
3535

3636
# spec.add_development_dependency "bundler", "=> 2.0"

0 commit comments

Comments
 (0)