Skip to content

Commit e7e32cf

Browse files
Bump jazzy from 0.14.4 to 0.15.3 (#1170)
Bumps [jazzy](https://github.com/realm/jazzy) from 0.14.4 to 0.15.3. - [Release notes](https://github.com/realm/jazzy/releases) - [Changelog](https://github.com/realm/jazzy/blob/master/CHANGELOG.md) - [Commits](realm/jazzy@v0.14.4...v0.15.3) --- updated-dependencies: - dependency-name: jazzy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e488841 commit e7e32cf

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
source "https://rubygems.org"
33

44
gem 'cocoapods', '~> 1.16'
5-
gem 'jazzy', '~> 0.14'
5+
gem 'jazzy', '~> 0.15'

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ GEM
2424
json (>= 1.5.1)
2525
atomos (0.1.3)
2626
base64 (0.2.0)
27-
benchmark (0.3.0)
27+
benchmark (0.4.0)
2828
bigdecimal (3.1.8)
2929
claide (1.1.0)
3030
cocoapods (1.16.2)
@@ -78,20 +78,20 @@ GEM
7878
httpclient (2.8.3)
7979
i18n (1.14.6)
8080
concurrent-ruby (~> 1.0)
81-
jazzy (0.14.4)
81+
jazzy (0.15.3)
8282
cocoapods (~> 1.5)
8383
mustache (~> 1.1)
8484
open4 (~> 1.3)
8585
redcarpet (~> 3.4)
86-
rexml (~> 3.2)
86+
rexml (>= 3.2.7, < 4.0)
8787
rouge (>= 2.0.6, < 5.0)
8888
sassc (~> 2.1)
8989
sqlite3 (~> 1.3)
9090
xcinvoke (~> 0.3.0)
91-
json (2.7.5)
91+
json (2.8.1)
9292
liferaft (0.0.6)
9393
logger (1.6.1)
94-
mini_portile2 (2.8.5)
94+
mini_portile2 (2.8.7)
9595
minitest (5.25.1)
9696
molinillo (0.8.0)
9797
mustache (1.1.1)
@@ -103,12 +103,12 @@ GEM
103103
public_suffix (4.0.7)
104104
redcarpet (3.6.0)
105105
rexml (3.3.9)
106-
rouge (4.2.0)
106+
rouge (4.4.0)
107107
ruby-macho (2.5.1)
108108
sassc (2.4.0)
109109
ffi (~> 1.9)
110110
securerandom (0.3.1)
111-
sqlite3 (1.6.9)
111+
sqlite3 (1.7.3)
112112
mini_portile2 (~> 2.8.0)
113113
typhoeus (1.4.1)
114114
ethon (>= 0.9.0)
@@ -129,7 +129,7 @@ PLATFORMS
129129

130130
DEPENDENCIES
131131
cocoapods (~> 1.16)
132-
jazzy (~> 0.14)
132+
jazzy (~> 0.15)
133133

134134
BUNDLED WITH
135135
2.1.4

0 commit comments

Comments
 (0)