Skip to content

Commit d6f98f6

Browse files
chore(deps): bump rexml from 3.3.9 to 3.4.2 in /template (#491)
Bumps [rexml](https://github.com/ruby/rexml) from 3.3.9 to 3.4.2. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.3.9...v3.4.2) --- updated-dependencies: - dependency-name: rexml dependency-version: 3.4.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c6a6256 commit d6f98f6

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

template/Gemfile.lock

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ GEM
1515
httpclient (~> 2.8, >= 2.8.3)
1616
json (>= 1.5.1)
1717
atomos (0.1.3)
18+
benchmark (0.4.1)
19+
bigdecimal (3.2.3)
1820
claide (1.1.0)
1921
cocoapods (1.14.3)
2022
addressable (~> 2.8)
@@ -66,13 +68,15 @@ GEM
6668
i18n (1.14.1)
6769
concurrent-ruby (~> 1.0)
6870
json (2.6.3)
71+
logger (1.7.0)
6972
minitest (5.20.0)
7073
molinillo (0.8.0)
74+
mutex_m (0.3.0)
7175
nanaimo (0.3.0)
7276
nap (1.1.0)
7377
netrc (0.11.0)
7478
public_suffix (4.0.7)
75-
rexml (3.3.9)
79+
rexml (3.4.2)
7680
ruby-macho (2.5.1)
7781
typhoeus (1.4.1)
7882
ethon (>= 0.9.0)
@@ -92,7 +96,13 @@ PLATFORMS
9296

9397
DEPENDENCIES
9498
activesupport (>= 6.1.7.5, != 7.1.0)
99+
benchmark
100+
bigdecimal
95101
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
102+
concurrent-ruby (< 1.3.4)
103+
logger
104+
mutex_m
105+
xcodeproj (< 1.26.0)
96106

97107
RUBY VERSION
98108
ruby 2.6.10p210

0 commit comments

Comments
 (0)