Skip to content

Commit

Permalink
Merge branch 'develop' into ponnia/fix-CI-pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Ponnia-M authored Dec 5, 2024
2 parents 9a07489 + 188cf66 commit 0cae14a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions svc-bgs-api/src/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ gem 'bgs_ext', git: 'https://github.com/department-of-veterans-affairs/bgs-ext.g
gem 'datadog_api_client', '>=2.23.0'
gem 'rexml', '~> 3.3.9'
gem 'async', '>= 2.17.0'
gem 'nokogiri', '>= 1.16.8'

group :development, :test do
gem 'rspec'
Expand Down
8 changes: 5 additions & 3 deletions svc-bgs-api/src/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@ GEM
net-smtp (0.5.0)
net-protocol
nkf (0.2.0)
nokogiri (1.16.5-arm64-darwin)
nokogiri (1.16.8-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-linux)
nokogiri (1.16.8-x86_64-linux)
racc (~> 1.4)
nori (2.7.0)
bigdecimal
public_suffix (5.0.5)
racc (1.8.0)
racc (1.8.1)
rack (2.2.9)
rbtree (0.4.6)
rexml (3.3.9)
Expand Down Expand Up @@ -135,6 +135,7 @@ GEM
zeitwerk (2.6.15)

PLATFORMS
arm64-darwin-22
arm64-darwin-23
x86_64-linux

Expand All @@ -145,6 +146,7 @@ DEPENDENCIES
bunny (>= 2.13.0)
cgi (~> 0.3.6)
datadog_api_client (>= 2.23.0)
nokogiri (>= 1.16.8)
rexml (~> 3.3.9)
rspec

Expand Down

0 comments on commit 0cae14a

Please sign in to comment.