File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
gem "rake" , ">= 12.0" , "< 14"
8
8
gem "rspec" , "~> 3.10"
9
9
gem "standard" , "~> 1.7" , ">= 1.7.2" unless RUBY_VERSION < "2.6"
10
- gem "http" , "~> 5.0" unless RUBY_VERSION < "2.5"
10
+ gem "http" , "~> 5.0"
11
11
gem "pry"
12
12
gem "pry-byebug" unless RUBY_VERSION > "3.1"
13
13
gem "rubygems-await" unless RUBY_VERSION < "3.1"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
15
15
"libdatadog is a Rust-based utility library for Datadog's ddtrace gem."
16
16
spec . homepage = "https://docs.datadoghq.com/tracing/"
17
17
spec . license = "Apache-2.0"
18
- spec . required_ruby_version = ">= 2.1 .0"
18
+ spec . required_ruby_version = ">= 2.5 .0"
19
19
20
20
spec . metadata [ "allowed_push_host" ] = "https://rubygems.org"
21
21
You can’t perform that action at this time.
0 commit comments