Skip to content

Commit fdfc77f

Browse files
dependabot[bot]moonglum
authored andcommitted
Bump bridgetown from 2.0.0 to 2.0.1
Bumps [bridgetown](https://github.com/bridgetownrb/bridgetown) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/bridgetownrb/bridgetown/releases) - [Changelog](https://github.com/bridgetownrb/bridgetown/blob/main/CHANGELOG.md) - [Commits](bridgetownrb/bridgetown@v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: bridgetown dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a9b2e77 commit fdfc77f

File tree

2 files changed

+21
-19
lines changed

2 files changed

+21
-19
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source "https://rubygems.org"
22

3-
gem "bridgetown", "~> 2.0.0.beta5"
3+
gem "bridgetown", "~> 2.0.1"
44
gem "puma"

Gemfile.lock

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ GEM
1919
base64 (0.3.0)
2020
benchmark (0.4.1)
2121
bigdecimal (3.2.3)
22-
bridgetown (2.0.0)
23-
bridgetown-builder (= 2.0.0)
24-
bridgetown-core (= 2.0.0)
25-
bridgetown-foundation (= 2.0.0)
26-
bridgetown-paginate (= 2.0.0)
27-
bridgetown-builder (2.0.0)
28-
bridgetown-core (= 2.0.0)
29-
bridgetown-core (2.0.0)
22+
bridgetown (2.0.1)
23+
bridgetown-builder (= 2.0.1)
24+
bridgetown-core (= 2.0.1)
25+
bridgetown-foundation (= 2.0.1)
26+
bridgetown-paginate (= 2.0.1)
27+
bridgetown-builder (2.0.1)
28+
bridgetown-core (= 2.0.1)
29+
bridgetown-core (2.0.1)
3030
activesupport (>= 6.0, < 8.0)
3131
addressable (~> 2.4)
3232
amazing_print (~> 1.2)
33-
bridgetown-foundation (= 2.0.0)
33+
bridgetown-foundation (= 2.0.1)
3434
csv (~> 3.2)
3535
dry-inflector (>= 1.0)
3636
erubi (~> 1.9)
@@ -53,12 +53,12 @@ GEM
5353
thor (~> 1.1)
5454
tilt (~> 2.0)
5555
zeitwerk (~> 2.5)
56-
bridgetown-foundation (2.0.0)
56+
bridgetown-foundation (2.0.1)
5757
hash_with_dot_access (~> 2.0)
5858
inclusive (~> 1.0)
5959
zeitwerk (~> 2.5)
60-
bridgetown-paginate (2.0.0)
61-
bridgetown-core (= 2.0.0)
60+
bridgetown-paginate (2.0.1)
61+
bridgetown-core (= 2.0.1)
6262
concurrent-ruby (1.3.5)
6363
connection_pool (2.5.4)
6464
csv (3.3.5)
@@ -67,11 +67,11 @@ GEM
6767
dry-inflector (1.2.0)
6868
erb (5.0.2)
6969
erubi (1.13.1)
70-
faraday (2.13.4)
70+
faraday (2.14.0)
7171
faraday-net_http (>= 2.0, < 3.5)
7272
json
7373
logger
74-
faraday-follow_redirects (0.3.0)
74+
faraday-follow_redirects (0.4.0)
7575
faraday (>= 1, < 3)
7676
faraday-net_http (3.4.1)
7777
net-http (>= 0.5.0)
@@ -95,7 +95,7 @@ GEM
9595
pp (>= 0.6.0)
9696
rdoc (>= 4.0.0)
9797
reline (>= 0.4.2)
98-
json (2.14.1)
98+
json (2.15.0)
9999
kramdown (2.5.1)
100100
rexml (>= 3.3.9)
101101
kramdown-parser-gfm (1.1.0)
@@ -125,15 +125,16 @@ GEM
125125
rb-fsevent (0.11.2)
126126
rb-inotify (0.11.1)
127127
ffi (~> 1.0)
128-
rdoc (6.14.2)
128+
rdoc (6.15.0)
129129
erb
130130
psych (>= 4.0.0)
131+
tsort
131132
reline (0.6.2)
132133
io-console (~> 0.5)
133134
rexml (3.4.4)
134135
roda (3.96.0)
135136
rack
136-
rouge (4.6.0)
137+
rouge (4.6.1)
137138
securerandom (0.4.1)
138139
serbea (2.3.0)
139140
erubi (>= 1.11)
@@ -146,6 +147,7 @@ GEM
146147
stringio (3.1.7)
147148
thor (1.4.0)
148149
tilt (2.6.1)
150+
tsort (0.2.0)
149151
tzinfo (2.0.6)
150152
concurrent-ruby (~> 1.0)
151153
uri (1.0.3)
@@ -165,7 +167,7 @@ PLATFORMS
165167
x86_64-linux-musl
166168

167169
DEPENDENCIES
168-
bridgetown (~> 2.0.0.beta5)
170+
bridgetown (~> 2.0.1)
169171
puma
170172

171173
BUNDLED WITH

0 commit comments

Comments
 (0)