Skip to content

Commit cbef84e

Browse files
authored
Merge pull request #10 from tithely/IN-2494/update-dependencies
IN-2494 - Update dependencies to address security warnings
2 parents c31a3b9 + ad865fc commit cbef84e

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ All notable changes to this project will be documented in this file.
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [3.0.1] - 2024-09-09
11+
12+
### Changed
13+
14+
1. Update dependencies to address security warnings. (IN-2494)
15+
1016
## [3.0.0] - 2024-05-21 - https://github.com/tithely/faithteams-api/pull/8
1117

1218
### Fixed

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
PATH
22
remote: .
33
specs:
4-
faithteams-api (3.0.0)
4+
faithteams-api (3.0.1)
55
activesupport (>= 6.1.7)
66
http (~> 5.1)
7+
rexml (~> 3.3.6)
78

89
GEM
910
remote: https://rubygems.org/
@@ -96,7 +97,7 @@ GEM
9697
rb-inotify (0.10.1)
9798
ffi (~> 1.0)
9899
regexp_parser (2.9.0)
99-
rexml (3.2.6)
100+
rexml (3.3.7)
100101
rspec (3.13.0)
101102
rspec-core (~> 3.13.0)
102103
rspec-expectations (~> 3.13.0)

faithteams-api.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Gem::Specification.new do |spec|
3434

3535
spec.add_dependency "activesupport", ">= 6.1.7"
3636
spec.add_dependency "http", "~> 5.1"
37+
spec.add_dependency "rexml", "~> 3.3.6" # only needs to be specified to address security warning
3738

3839
spec.add_development_dependency "byebug", "~> 11.1"
3940
spec.add_development_dependency "guard-rspec", "~> 4.7"

lib/faithteams/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module FaithTeams
44
# Current version number.
5-
VERSION = "3.0.0"
5+
VERSION = "3.0.1"
66
end

0 commit comments

Comments
 (0)