Skip to content

Commit

Permalink
Bump bridgetown from 1.3.3 to 1.3.4
Browse files Browse the repository at this point in the history
Bumps [bridgetown](https://github.com/bridgetownrb/bridgetown) from 1.3.3 to 1.3.4.
- [Release notes](https://github.com/bridgetownrb/bridgetown/releases)
- [Changelog](https://github.com/bridgetownrb/bridgetown/blob/main/CHANGELOG.md)
- [Commits](bridgetownrb/bridgetown@v1.3.3...v1.3.4)

---
updated-dependencies:
- dependency-name: bridgetown
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent 7df35ce commit 724ebd4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby File.read('.ruby-version').strip

gem 'bridgetown', '~> 1.3.3'
gem 'bridgetown', '~> 1.3.4'

gem 'bridgetown-feed', '~> 3.1' # A Bridgetown plugin to generate an Atom feed of your Bridgetown posts
gem 'bridgetown-seo-tag', '~> 6.0' # A Bridgetown plugin to add metadata tags for search engines and social networks
Expand Down
32 changes: 16 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ GEM
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.7)
bridgetown (1.3.3)
bridgetown-builder (= 1.3.3)
bridgetown-core (= 1.3.3)
bridgetown-paginate (= 1.3.3)
bridgetown-builder (1.3.3)
bridgetown-core (= 1.3.3)
bridgetown-core (1.3.3)
bridgetown (1.3.4)
bridgetown-builder (= 1.3.4)
bridgetown-core (= 1.3.4)
bridgetown-paginate (= 1.3.4)
bridgetown-builder (1.3.4)
bridgetown-core (= 1.3.4)
bridgetown-core (1.3.4)
activemodel (>= 6.0, < 8.0)
activesupport (>= 6.0, < 8.0)
addressable (~> 2.4)
Expand All @@ -39,7 +39,7 @@ GEM
i18n (~> 1.0)
kramdown (~> 2.1)
kramdown-parser-gfm (~> 1.0)
liquid (~> 5.0)
liquid (>= 5.0, < 5.5)
listen (~> 3.0)
rake (>= 13.0)
roda (~> 3.46)
Expand All @@ -50,8 +50,8 @@ GEM
zeitwerk (~> 2.5)
bridgetown-feed (3.1.2)
bridgetown (>= 1.2.0.beta2, < 2.0)
bridgetown-paginate (1.3.3)
bridgetown-core (= 1.3.3)
bridgetown-paginate (1.3.4)
bridgetown-core (= 1.3.4)
bridgetown-seo-tag (6.0.0)
bridgetown (>= 1.2.0.beta5, < 2.0)
bridgetown-svg-inliner (2.0.0)
Expand All @@ -60,7 +60,7 @@ GEM
colorator (1.1.0)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
csv (3.2.8)
csv (3.3.0)
drb (2.2.1)
erubi (1.12.0)
faraday (2.9.0)
Expand Down Expand Up @@ -97,19 +97,19 @@ GEM
parser (3.3.0.5)
ast (~> 2.4.1)
racc
public_suffix (5.0.4)
public_suffix (5.0.5)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
rack (3.0.9.1)
rack (3.0.10)
rainbow (3.1.1)
rake (13.1.0)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.9.0)
rexml (3.2.6)
roda (3.78.0)
roda (3.79.0)
rack
rouge (4.2.1)
rubocop (1.62.1)
Expand Down Expand Up @@ -142,7 +142,7 @@ PLATFORMS
ruby

DEPENDENCIES
bridgetown (~> 1.3.3)
bridgetown (~> 1.3.4)
bridgetown-feed (~> 3.1)
bridgetown-seo-tag (~> 6.0)
bridgetown-svg-inliner (~> 2.0)
Expand Down

0 comments on commit 724ebd4

Please sign in to comment.