Skip to content

Commit

Permalink
sapi-client-ruby-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielCouzens committed Oct 8, 2024
1 parent b2d1411 commit ff69f02
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.4
2.7.8
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

All notable changes will be documented in this file.

## 1.1.4 - 2024-10-08

- (Dan) Upgrades ruby version to 2.7.8 and version cadence to 1.1.4

## 1.1.3 - 2024-06-03

- (AlexT) require 'ostruct' to fix tests in Ruby 3.3.1. Use Matrix tests to check
- (AlexT) require 'ostruct' to fix tests in Ruby 3.3.1. Use Matrix tests to check
multiple Ruby versions, 2.7 to 3.3. Bump deps:
- rexml 3.2.5 -> 3.2.8 fixing CVE-2024-35176
- concurrent-ruby 1.1.9 -> 1.3.1
Expand Down
2 changes: 1 addition & 1 deletion lib/sapi_client/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
module SapiClient
MAJOR = 1
MINOR = 1
FIX = 3
FIX = 4
VERSION = "#{MAJOR}.#{MINOR}.#{FIX}"
end
2 changes: 1 addition & 1 deletion sapi-client-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'sapi_client/version'

Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 2.7.4'
spec.required_ruby_version = '>= 2.7.8'
spec.name = 'sapi-client-ruby'
spec.version = SapiClient::VERSION
spec.authors = ['Epimorphics Ltd']
Expand Down

0 comments on commit ff69f02

Please sign in to comment.