Skip to content

Commit 3a33f93

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

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
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.3"
3+
gem "bridgetown", "~> 2.0.4"
44
gem "puma"

Gemfile.lock

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.2.2.2)
4+
activesupport (7.2.3)
55
base64
66
benchmark (>= 0.3)
77
bigdecimal
@@ -19,18 +19,18 @@ GEM
1919
base64 (0.3.0)
2020
benchmark (0.5.0)
2121
bigdecimal (3.3.1)
22-
bridgetown (2.0.3)
23-
bridgetown-builder (= 2.0.3)
24-
bridgetown-core (= 2.0.3)
25-
bridgetown-foundation (= 2.0.3)
26-
bridgetown-paginate (= 2.0.3)
27-
bridgetown-builder (2.0.3)
28-
bridgetown-core (= 2.0.3)
29-
bridgetown-core (2.0.3)
22+
bridgetown (2.0.4)
23+
bridgetown-builder (= 2.0.4)
24+
bridgetown-core (= 2.0.4)
25+
bridgetown-foundation (= 2.0.4)
26+
bridgetown-paginate (= 2.0.4)
27+
bridgetown-builder (2.0.4)
28+
bridgetown-core (= 2.0.4)
29+
bridgetown-core (2.0.4)
3030
activesupport (>= 6.0, < 8.0)
3131
addressable (~> 2.4)
3232
amazing_print (~> 1.2)
33-
bridgetown-foundation (= 2.0.3)
33+
bridgetown-foundation (= 2.0.4)
3434
csv (~> 3.2)
3535
dry-inflector (>= 1.0)
3636
erubi (~> 1.9)
@@ -53,19 +53,19 @@ GEM
5353
thor (~> 1.1)
5454
tilt (~> 2.0)
5555
zeitwerk (~> 2.5)
56-
bridgetown-foundation (2.0.3)
56+
bridgetown-foundation (2.0.4)
5757
hash_with_dot_access (~> 2.0)
5858
inclusive (~> 1.0)
5959
zeitwerk (~> 2.5)
60-
bridgetown-paginate (2.0.3)
61-
bridgetown-core (= 2.0.3)
60+
bridgetown-paginate (2.0.4)
61+
bridgetown-core (= 2.0.4)
6262
concurrent-ruby (1.3.5)
6363
connection_pool (2.5.4)
6464
csv (3.3.5)
65-
date (3.4.1)
65+
date (3.5.0)
6666
drb (2.2.3)
6767
dry-inflector (1.2.0)
68-
erb (5.1.1)
68+
erb (5.1.3)
6969
erubi (1.13.1)
7070
faraday (2.14.0)
7171
faraday-net_http (>= 2.0, < 3.5)
@@ -91,7 +91,7 @@ GEM
9191
concurrent-ruby (~> 1.0)
9292
inclusive (1.1.0)
9393
io-console (0.8.1)
94-
irb (1.15.2)
94+
irb (1.15.3)
9595
pp (>= 0.6.0)
9696
rdoc (>= 4.0.0)
9797
reline (>= 0.4.2)
@@ -106,7 +106,7 @@ GEM
106106
rb-inotify (~> 0.9, >= 0.9.10)
107107
logger (1.7.0)
108108
minitest (5.26.0)
109-
net-http (0.6.0)
109+
net-http (0.7.0)
110110
uri
111111
nio4r (2.7.4)
112112
pp (0.6.3)
@@ -118,14 +118,14 @@ GEM
118118
public_suffix (6.0.2)
119119
puma (7.1.0)
120120
nio4r (~> 2.0)
121-
rack (3.2.3)
121+
rack (3.2.4)
122122
rackup (2.2.1)
123123
rack (>= 3)
124-
rake (13.3.0)
124+
rake (13.3.1)
125125
rb-fsevent (0.11.2)
126126
rb-inotify (0.11.1)
127127
ffi (~> 1.0)
128-
rdoc (6.15.0)
128+
rdoc (6.15.1)
129129
erb
130130
psych (>= 4.0.0)
131131
tsort
@@ -136,12 +136,12 @@ GEM
136136
rack
137137
rouge (4.6.1)
138138
securerandom (0.4.1)
139-
serbea (2.3.0)
140-
erubi (>= 1.11)
141-
tilt (>= 2.1)
139+
serbea (2.4.0)
140+
erubi (>= 1.13)
141+
tilt (>= 2.6)
142142
signalize (1.3.1)
143143
concurrent-ruby (~> 1.2)
144-
streamlined (0.6.1)
144+
streamlined (0.6.2)
145145
serbea (>= 2.1)
146146
zeitwerk (~> 2.5)
147147
stringio (3.1.7)
@@ -150,7 +150,7 @@ GEM
150150
tsort (0.2.0)
151151
tzinfo (2.0.6)
152152
concurrent-ruby (~> 1.0)
153-
uri (1.0.4)
153+
uri (1.1.1)
154154
zeitwerk (2.7.3)
155155

156156
PLATFORMS
@@ -167,7 +167,7 @@ PLATFORMS
167167
x86_64-linux-musl
168168

169169
DEPENDENCIES
170-
bridgetown (~> 2.0.3)
170+
bridgetown (~> 2.0.4)
171171
puma
172172

173173
BUNDLED WITH

0 commit comments

Comments
 (0)