Skip to content

Commit

Permalink
Merge pull request #209 from stefanvermaas/dependabot/bundler/bridget…
Browse files Browse the repository at this point in the history
…own-1.3.3

Bump bridgetown from 1.3.2 to 1.3.3
  • Loading branch information
stefanvermaas authored Mar 18, 2024
2 parents da6dbb1 + 37da469 commit d8e5aa4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 37 deletions.
1 change: 0 additions & 1 deletion .static

This file was deleted.

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.2'
gem 'bridgetown', '~> 1.3.3'

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
34 changes: 17 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ GEM
tzinfo (~> 2.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
amazing_print (1.5.0)
amazing_print (1.6.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.6)
bridgetown (1.3.2)
bridgetown-builder (= 1.3.2)
bridgetown-core (= 1.3.2)
bridgetown-paginate (= 1.3.2)
bridgetown-builder (1.3.2)
bridgetown-core (= 1.3.2)
bridgetown-core (1.3.2)
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)
activemodel (>= 6.0, < 8.0)
activesupport (>= 6.0, < 8.0)
addressable (~> 2.4)
Expand All @@ -43,15 +43,15 @@ GEM
listen (~> 3.0)
rake (>= 13.0)
roda (~> 3.46)
rouge (~> 3.0)
rouge (>= 3.0, < 5.0)
serbea (~> 1.0)
thor (~> 1.1)
tilt (~> 2.0)
zeitwerk (~> 2.5)
bridgetown-feed (3.1.2)
bridgetown (>= 1.2.0.beta2, < 2.0)
bridgetown-paginate (1.3.2)
bridgetown-core (= 1.3.2)
bridgetown-paginate (1.3.3)
bridgetown-core (= 1.3.3)
bridgetown-seo-tag (6.0.0)
bridgetown (>= 1.2.0.beta5, < 2.0)
bridgetown-svg-inliner (2.0.0)
Expand All @@ -72,7 +72,7 @@ GEM
ffi (1.16.3)
hash_with_dot_access (1.2.0)
activesupport (>= 5.0.0, < 8.0)
i18n (1.14.1)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
json (2.7.1)
kramdown (2.4.0)
Expand All @@ -85,7 +85,7 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mini_portile2 (2.8.4)
minitest (5.22.2)
minitest (5.22.3)
mutex_m (0.2.0)
net-http (0.4.1)
uri
Expand All @@ -109,9 +109,9 @@ GEM
ffi (~> 1.0)
regexp_parser (2.9.0)
rexml (3.2.6)
roda (3.77.0)
roda (3.78.0)
rack
rouge (3.30.0)
rouge (4.2.1)
rubocop (1.62.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand Down Expand Up @@ -142,7 +142,7 @@ PLATFORMS
ruby

DEPENDENCIES
bridgetown (~> 1.3.2)
bridgetown (~> 1.3.3)
bridgetown-feed (~> 3.1)
bridgetown-seo-tag (~> 6.0)
bridgetown-svg-inliner (~> 2.0)
Expand Down
18 changes: 0 additions & 18 deletions bridgetown.config.yml

This file was deleted.

0 comments on commit d8e5aa4

Please sign in to comment.