Skip to content

Commit 08008e4

Browse files
aisquared-ci-bot[bot]RafaelOAiSquareddeveloper-united
authored
chore(CE): upgraded gems git and rexml per findings (#861)
* Resolve conflict in cherry-pick of d45a4b52770497fffbbb5dbdfeba0eb521581545 and change the commit message * chore(CE): resolved merge conflicts * chore(CE): Gemfile.lock after bundle install * chore(CE): re-added pdf-reader --------- Co-authored-by: Rafael E. O'Neill <[email protected]> Co-authored-by: developer-united <[email protected]>
1 parent 14902f4 commit 08008e4

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

server/Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,8 @@ gem "xmlrpc", "~> 0.3.3"
114114

115115
gem "google-apis-drive_v3", "~> 0.68.0"
116116

117+
gem "rexml", "~> 3.4.2"
118+
119+
gem "git", "~> 4.0"
120+
117121
gem "pdf-reader", "~> 2.15"

server/Gemfile.lock

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1809,11 +1809,11 @@ GEM
18091809
googleapis-common-protos-types (~> 1.15)
18101810
googleauth (~> 1.12)
18111811
grpc (~> 1.66)
1812-
git (2.3.3)
1812+
git (4.0.5)
18131813
activesupport (>= 5.0)
18141814
addressable (~> 2.8)
1815-
process_executer (~> 1.1)
1816-
rchardet (~> 1.8)
1815+
process_executer (~> 4.0)
1816+
rchardet (~> 1.9)
18171817
gli (2.22.2)
18181818
ostruct
18191819
globalid (1.2.1)
@@ -2072,7 +2072,8 @@ GEM
20722072
net-smtp
20732073
premailer (~> 1.7, >= 1.7.9)
20742074
prettyprint (0.2.0)
2075-
process_executer (1.2.0)
2075+
process_executer (4.0.0)
2076+
track_open_instances (~> 0.1)
20762077
prometheus-client (4.2.4)
20772078
base64
20782079
protocol-hpack (1.5.1)
@@ -2163,7 +2164,7 @@ GEM
21632164
hashie (>= 1.2.0, < 6.0)
21642165
jwt (>= 1.5.6)
21652166
retriable (3.1.2)
2166-
rexml (3.4.1)
2167+
rexml (3.4.2)
21672168
rsa-pem-from-mod-exp (0.1.0)
21682169
rspec-core (3.12.2)
21692170
rspec-support (~> 3.12.0)
@@ -2258,6 +2259,7 @@ GEM
22582259
tiny_tds (3.2.0-x86_64-linux-gnu)
22592260
bigdecimal (~> 3)
22602261
traces (0.15.2)
2262+
track_open_instances (0.1.15)
22612263
trailblazer-option (0.1.2)
22622264
ttfunk (1.8.0)
22632265
bigdecimal (~> 3.1)
@@ -2326,6 +2328,7 @@ DEPENDENCIES
23262328
factory_bot_rails
23272329
faker
23282330
fugit
2331+
git (~> 4.0)
23292332
google-apis-drive_v3 (~> 0.68.0)
23302333
groupdate
23312334
interactor (~> 3.0)
@@ -2352,6 +2355,7 @@ DEPENDENCIES
23522355
rack-cors
23532356
rails (~> 7.1.1)
23542357
redis (~> 4.0)
2358+
rexml (~> 3.4.2)
23552359
rspec-rails
23562360
rubocop
23572361
rubocop-performance

0 commit comments

Comments
 (0)