Skip to content

Commit

Permalink
Drop support of Ruby 2.2 (require &. syntax)
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrHeinz committed Aug 17, 2023
1 parent 666304f commit 36b5c92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- 2.5
- 2.4
- 2.3
- 2.2
- jruby-9.4.3.0
- jruby-9.2.14.0
- truffleruby-23.0.0
Expand Down
2 changes: 1 addition & 1 deletion logtail.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage

spec.required_ruby_version = Gem::Requirement.new(">= 2.2.0")
spec.required_ruby_version = Gem::Requirement.new(">= 2.3")

spec.files = `git ls-files`.split("\n")
spec.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit 36b5c92

Please sign in to comment.