File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ All notable changes to this project will be documented in this file.
7
7
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
8
8
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
9
9
10
+ ## [ 3.0.1] - 2024-09-09
11
+
12
+ ### Changed
13
+
14
+ 1 . Update dependencies to address security warnings. (IN-2494)
15
+
10
16
## [ 3.0.0] - 2024-05-21 - https://github.com/tithely/faithteams-api/pull/8
11
17
12
18
### Fixed
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- faithteams-api (3.0.0 )
4
+ faithteams-api (3.0.1 )
5
5
activesupport (>= 6.1.7 )
6
6
http (~> 5.1 )
7
+ rexml (~> 3.3.6 )
7
8
8
9
GEM
9
10
remote: https://rubygems.org/
96
97
rb-inotify (0.10.1 )
97
98
ffi (~> 1.0 )
98
99
regexp_parser (2.9.0 )
99
- rexml (3.2.6 )
100
+ rexml (3.3.7 )
100
101
rspec (3.13.0 )
101
102
rspec-core (~> 3.13.0 )
102
103
rspec-expectations (~> 3.13.0 )
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ Gem::Specification.new do |spec|
34
34
35
35
spec . add_dependency "activesupport" , ">= 6.1.7"
36
36
spec . add_dependency "http" , "~> 5.1"
37
+ spec . add_dependency "rexml" , "~> 3.3.6" # only needs to be specified to address security warning
37
38
38
39
spec . add_development_dependency "byebug" , "~> 11.1"
39
40
spec . add_development_dependency "guard-rspec" , "~> 4.7"
Original file line number Diff line number Diff line change 2
2
3
3
module FaithTeams
4
4
# Current version number.
5
- VERSION = "3.0.0 "
5
+ VERSION = "3.0.1 "
6
6
end
You can’t perform that action at this time.
0 commit comments