File tree Expand file tree Collapse file tree 6 files changed +11
-8
lines changed Expand file tree Collapse file tree 6 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1515 strategy :
1616 matrix :
1717 ruby :
18- - " 2.6"
1918 - " 2.7"
2019 - " 3.0"
2120 - " 3.1"
Original file line number Diff line number Diff line change @@ -4,5 +4,6 @@ spec/fixtures/credentials.yml
44coverage /**
55.yardoc /**
66Gemfile.lock
7+ .ruby-version
78vendor /bundle /**
89pkg /**
Original file line number Diff line number Diff line change 11inherit_from : .rubocop_todo.yml
22
33AllCops :
4- TargetRubyVersion : 2.6
4+ TargetRubyVersion : 2.7
55 DisplayCopNames : true
66 Exclude :
77 - .git/**/*
Original file line number Diff line number Diff line change 1+ 2.7.6
Original file line number Diff line number Diff line change 22
33## Unreleased
44
5- ## v1.38.0 (rc2)
5+ - Upcoming changes
6+
7+ ## v1.38.0 (rc2 - BREAKING!)
68
7- - Add ` Label ` resource for Articles
89- Add support for Faraday 2.0
9- - Drop support for Faraday 1 (BREAKING)
10- - Add JRuby 9.3 to CI
10+ - Add ` Label ` resource for Articles
1111- Add Ruby 3.2 to CI
12+ - Add JRuby 9.3 to CI
13+ - Drop support for Faraday 1
1214- Drop support for JRuby 9.1, see https://github.com/zendesk/zendesk_api_client_rb/runs/8110095881
1315- Drop support for JRuby 9.2, see https://github.com/zendesk/zendesk_api_client_rb/runs/8110151024
14- - Drop support for 2.6, not supported by Faraday 2.0
16+ - Drop support for 2.6, we will try to support Ruby 2.7 for as long as possible
1517
1618## v1.37.0
1719
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
2323
2424 s . files = Dir . glob ( '{lib,util}/**/*' ) << 'LICENSE'
2525
26- s . required_ruby_version = ">= 2.6 "
26+ s . required_ruby_version = ">= 2.7 "
2727 s . required_rubygems_version = ">= 1.3.6"
2828
2929 s . add_runtime_dependency "faraday" , "> 2.0.0"
You can’t perform that action at this time.
0 commit comments