Skip to content

Commit

Permalink
Merge pull request #1 from LorenzoSapora/dependabot/bundler/examples/…
Browse files Browse the repository at this point in the history
…custom/addressable-2.8.0

Bump addressable from 2.5.0 to 2.8.0 in /examples/custom
  • Loading branch information
LorenzoSapora authored Sep 16, 2021
2 parents 41ff1dc + 17c7a29 commit c62dfff
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions examples/custom/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.5.0)
public_suffix (~> 2.0, >= 2.0.2)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0)
ffi (1.9.17)
forwardable-extended (2.6.0)
Expand All @@ -19,6 +19,8 @@ GEM
safe_yaml (~> 1.0)
jekyll-feed (0.8.0)
jekyll (~> 3.3)
jekyll-html5-youtube (0.0.5)
jekyll (~> 3.4)
jekyll-sass-converter (1.5.0)
sass (~> 3.4)
jekyll-watch (1.5.0)
Expand All @@ -33,7 +35,7 @@ GEM
jekyll (~> 3.3)
pathutil (0.14.0)
forwardable-extended (~> 2.6)
public_suffix (2.0.5)
public_suffix (4.0.6)
rb-fsevent (0.9.8)
rb-inotify (0.9.8)
ffi (>= 0.5.0)
Expand All @@ -47,6 +49,7 @@ PLATFORMS
DEPENDENCIES
jekyll (= 3.4.0)
jekyll-feed (~> 0.6)
jekyll-html5-youtube (~> 0.0.5)
minima (~> 2.0)
tzinfo-data

Expand Down

0 comments on commit c62dfff

Please sign in to comment.