Skip to content

Commit

Permalink
drop old ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Yves committed Nov 7, 2024
1 parent 3aeb59d commit 93be9a3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ jobs:
strategy:
matrix:
ruby:
- '2.7.x'
- '3.0.x'
- '3.1.x'
active_support:
- 'active_support_6.0.x'
Expand Down
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.17.0

* Add various Ticket endpoints (#create!, #update!, #find)
* Add TicketProperties#create!
* Add Task#create! and Task#find
* BREAKING CHANGE : requires ruby 3.1+, as we're not testing against olders versions

## 0.16.0

* Added the possibility to add custom properties to `Meeting#find` and `Meeting#find_by_contact`. #17
Expand Down
4 changes: 2 additions & 2 deletions hubspot-api-ruby.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "hubspot-api-ruby"
s.version = "0.16.0"
s.version = "0.17.0"
s.require_paths = ["lib"]
s.authors = ["Jonathan"]
s.email = ["jonathan@hoggo.com"]
Expand All @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
"changelog_uri" => "https://github.com/captaincontrat/hubspot-api-ruby/blob/master/History.md"
}

s.required_ruby_version = ">= 2.7"
s.required_ruby_version = ">= 3.1"

# Add runtime dependencies here
s.add_runtime_dependency "activesupport", ">= 4.2.2"
Expand Down

0 comments on commit 93be9a3

Please sign in to comment.