Skip to content

Commit 9747f70

Browse files
committed
Merge branch 'master' of https://github.com/nasa/Common-Metadata-Repository into CMR-10393-2
2 parents 60c9dfc + 577c000 commit 9747f70

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

system-validation-test/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ group :test do
66
gem 'cucumber'
77
gem 'httparty'
88
gem 'jsonpath'
9-
gem 'nokogiri', ">= 1.13.10"
9+
gem 'nokogiri', "= 1.18.3"
1010
gem 'rspec'
1111
end

system-validation-test/Gemfile.lock

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,16 @@ GEM
4343
multi_json (1.15.0)
4444
multi_test (1.1.0)
4545
multi_xml (0.6.0)
46-
nokogiri (1.16.5-arm64-darwin)
46+
nokogiri (1.18.3-arm64-darwin)
4747
racc (~> 1.4)
48-
nokogiri (1.16.5-java)
48+
nokogiri (1.18.3-java)
4949
racc (~> 1.4)
50-
nokogiri (1.16.5-x86_64-darwin)
50+
nokogiri (1.18.3-x86_64-darwin)
5151
racc (~> 1.4)
52-
nokogiri (1.16.5-x86_64-linux)
52+
nokogiri (1.18.3-x86_64-linux-gnu)
5353
racc (~> 1.4)
54-
racc (1.8.0)
55-
racc (1.8.0-java)
54+
racc (1.8.1)
55+
racc (1.8.1-java)
5656
rspec (3.13.0)
5757
rspec-core (~> 3.13.0)
5858
rspec-expectations (~> 3.13.0)
@@ -71,6 +71,7 @@ GEM
7171

7272
PLATFORMS
7373
arm64-darwin-21
74+
arm64-darwin-23
7475
universal-java-17
7576
x86_64-darwin-22
7677
x86_64-linux
@@ -79,7 +80,7 @@ DEPENDENCIES
7980
cucumber
8081
httparty
8182
jsonpath
82-
nokogiri (>= 1.13.10)
83+
nokogiri (= 1.18.3)
8384
rspec
8485

8586
BUNDLED WITH

0 commit comments

Comments
 (0)