Skip to content

Commit bfb1c90

Browse files
Bump json from 2.8.2 to 2.9.0
Bumps [json](https://github.com/ruby/json) from 2.8.2 to 2.9.0. - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](ruby/json@v2.8.2...v2.9.0) --- updated-dependencies: - dependency-name: json dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6be7584 commit bfb1c90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ gem "webrick", "~> 1.9"
99

1010
gem "pathutil", "~> 0.16.2"
1111

12-
gem "json", "~> 2.8"
12+
gem "json", "~> 2.9"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ GEM
6565
sass-embedded (~> 1.54)
6666
jekyll-watch (2.2.1)
6767
listen (~> 3.0)
68-
json (2.8.2)
68+
json (2.9.0)
6969
kramdown (2.4.0)
7070
rexml
7171
kramdown-parser-gfm (1.1.0)
@@ -142,7 +142,7 @@ PLATFORMS
142142
DEPENDENCIES
143143
jekyll (>= 3.6.3)
144144
jekyll-feed
145-
json (~> 2.8)
145+
json (~> 2.9)
146146
neat (>= 1.0.0)
147147
pathutil (~> 0.16.2)
148148
webrick (~> 1.9)

0 commit comments

Comments
 (0)