Skip to content

Commit

Permalink
Bump json from 2.5.1 to 2.6.1
Browse files Browse the repository at this point in the history
Bumps [json](https://github.com/flori/json) from 2.5.1 to 2.6.1.
- [Release notes](https://github.com/flori/json/releases)
- [Changelog](https://github.com/flori/json/blob/master/CHANGES.md)
- [Commits](ruby/json@v2.5.1...v2.6.1)

---
updated-dependencies:
- dependency-name: json
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 7, 2022
1 parent ecba3c6 commit be9082f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'bourbon', '~> 4.2.1'
gem 'jekyll-babel', '~>1.1.0'
gem 'jekyll-paginate', '~>1.1.0'
gem 'jekyll', '~>3.9.0'
gem 'json', '~> 2.3'
gem 'json', '~> 2.6'
gem 'neat', '~> 1.7.1'
gem 'nokogiri', '~> 1.13.4'
gem 'rouge', '~> 2.2.1'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ GEM
sass (~> 3.4)
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.5.1)
json (2.6.1)
kramdown (2.3.1)
rexml
kramdown-parser-gfm (1.1.0)
Expand Down Expand Up @@ -130,7 +130,7 @@ DEPENDENCIES
jekyll-babel (~> 1.1.0)
jekyll-github-metadata (~> 2.14)
jekyll-paginate (~> 1.1.0)
json (~> 2.3)
json (~> 2.6)
kramdown (~> 2.3.1)
kramdown-parser-gfm (~> 1.1.0)
neat (~> 1.7.1)
Expand Down

0 comments on commit be9082f

Please sign in to comment.