Skip to content

Commit

Permalink
make min required ruby version 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tsloughter-splunk committed May 17, 2022
1 parent d36f9ce commit e13b6af
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
ruby-version: [3.0.1, 2.7.3, 2.6.7, 2.5.9]
ruby-version: [3.0.1, 2.7.3, 2.6.7]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AllCops:
TargetRubyVersion: 2.5
TargetRubyVersion: 2.6
NewCops: enable

Style/StringLiterals:
Expand Down
2 changes: 1 addition & 1 deletion MIGRATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Ruby OTel agent.

## Compatibility and requirements

The Splunk Distribution of OpenTelemetry Ruby requires Ruby 2.5 and
The Splunk Distribution of OpenTelemetry Ruby requires Ruby 2.6 and
higher.

## Migrate to the Splunk Distribution of OpenTelemetry Ruby
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This distribution comes with the following defaults:

## Requirements

- Ruby 2.5+
- Ruby 2.6+

## Get started

Expand Down
2 changes: 1 addition & 1 deletion splunk-otel.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|

spec.summary = "Splunk OpenTelemetry Ruby distribution"
spec.homepage = "https://github.com/signalfx/splunk-otel-ruby"
spec.required_ruby_version = ">= 2.5.0"
spec.required_ruby_version = ">= 2.6.0"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/signalfx/splunk-otel-ruby"
Expand Down

0 comments on commit e13b6af

Please sign in to comment.