Skip to content

Commit

Permalink
Bump jekyll-octicons from 17.10.0 to 19.1.0
Browse files Browse the repository at this point in the history
Bumps [jekyll-octicons](https://github.com/primer/octicons) from 17.10.0 to 19.1.0.
- [Release notes](https://github.com/primer/octicons/releases)
- [Changelog](https://github.com/primer/octicons/blob/main/CHANGELOG.md)
- [Commits](primer/octicons@v17.10.0...v19.1.0)

---
updated-dependencies:
- dependency-name: jekyll-octicons
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and matsev committed May 16, 2023
1 parent f43333b commit 5c5d636
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gem "minimal-mistakes-jekyll", "~> 4.24.0"
group :jekyll_plugins do
gem "jekyll-archives", "~> 2.2.1"
gem "jekyll-include-cache", "~> 0.2.1"
gem "jekyll-octicons", "~> 17.10.0"
gem "jekyll-octicons", "~> 19.1.0"
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.1)
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
colorator (1.1.0)
concurrent-ruby (1.2.2)
Expand All @@ -28,9 +28,9 @@ GEM
faraday-patron (1.0.0)
ffi (1.15.5)
forwardable-extended (2.6.0)
google-protobuf (3.21.12)
google-protobuf (3.23.0)
http_parser.rb (0.8.0)
i18n (1.12.0)
i18n (1.13.0)
concurrent-ruby (~> 1.0)
jekyll (4.3.2)
addressable (~> 2.4)
Expand All @@ -56,9 +56,9 @@ GEM
octokit (~> 4.2)
jekyll-include-cache (0.2.1)
jekyll (>= 3.7, < 5.0)
jekyll-octicons (17.10.0)
jekyll-octicons (19.1.0)
jekyll (>= 3.6, < 5.0)
octicons (= 17.10.0)
octicons (= 19.1.0)
jekyll-paginate (1.1.0)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
Expand All @@ -83,7 +83,7 @@ GEM
jekyll-paginate (~> 1.1)
jekyll-sitemap (~> 1.3)
multipart-post (2.1.1)
octicons (17.10.0)
octicons (19.1.0)
octokit (4.21.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
Expand All @@ -95,10 +95,10 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (4.0.1)
rouge (4.1.0)
ruby2_keywords (0.0.4)
safe_yaml (1.0.5)
sass-embedded (1.57.1)
sass-embedded (1.62.1)
google-protobuf (~> 3.21)
rake (>= 10.0.0)
sawyer (0.8.2)
Expand All @@ -112,7 +112,7 @@ GEM
tzinfo (>= 1.0.0)
unicode-display_width (2.4.2)
wdm (0.1.1)
webrick (1.7.0)
webrick (1.8.1)

PLATFORMS
ruby
Expand All @@ -121,7 +121,7 @@ DEPENDENCIES
jekyll (~> 4.3.2)
jekyll-archives (~> 2.2.1)
jekyll-include-cache (~> 0.2.1)
jekyll-octicons (~> 17.10.0)
jekyll-octicons (~> 19.1.0)
minimal-mistakes-jekyll (~> 4.24.0)
tzinfo (~> 2.0.6)
tzinfo-data
Expand Down

0 comments on commit 5c5d636

Please sign in to comment.