Skip to content

Commit 27c7aa3

Browse files
Bump json from 2.7.6 to 2.8.1
Bumps [json](https://github.com/ruby/json) from 2.7.6 to 2.8.1. - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](ruby/json@v2.7.6...v2.8.1) --- updated-dependencies: - dependency-name: json dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bfc8466 commit 27c7aa3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

+1-1
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.7"
12+
gem "json", "~> 2.8"

Gemfile.lock

+2-2
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.7.6)
68+
json (2.8.1)
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.7)
145+
json (~> 2.8)
146146
neat (>= 1.0.0)
147147
pathutil (~> 0.16.2)
148148
webrick (~> 1.9)

0 commit comments

Comments
 (0)