Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source "https://rubygems.org"

gem "bridgetown", "~> 2.0.3"
gem "bridgetown", "~> 2.0.4"
gem "puma"
52 changes: 26 additions & 26 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.2.2.2)
activesupport (7.2.3)
base64
benchmark (>= 0.3)
bigdecimal
Expand All @@ -19,18 +19,18 @@ GEM
base64 (0.3.0)
benchmark (0.5.0)
bigdecimal (3.3.1)
bridgetown (2.0.3)
bridgetown-builder (= 2.0.3)
bridgetown-core (= 2.0.3)
bridgetown-foundation (= 2.0.3)
bridgetown-paginate (= 2.0.3)
bridgetown-builder (2.0.3)
bridgetown-core (= 2.0.3)
bridgetown-core (2.0.3)
bridgetown (2.0.4)
bridgetown-builder (= 2.0.4)
bridgetown-core (= 2.0.4)
bridgetown-foundation (= 2.0.4)
bridgetown-paginate (= 2.0.4)
bridgetown-builder (2.0.4)
bridgetown-core (= 2.0.4)
bridgetown-core (2.0.4)
activesupport (>= 6.0, < 8.0)
addressable (~> 2.4)
amazing_print (~> 1.2)
bridgetown-foundation (= 2.0.3)
bridgetown-foundation (= 2.0.4)
csv (~> 3.2)
dry-inflector (>= 1.0)
erubi (~> 1.9)
Expand All @@ -53,19 +53,19 @@ GEM
thor (~> 1.1)
tilt (~> 2.0)
zeitwerk (~> 2.5)
bridgetown-foundation (2.0.3)
bridgetown-foundation (2.0.4)
hash_with_dot_access (~> 2.0)
inclusive (~> 1.0)
zeitwerk (~> 2.5)
bridgetown-paginate (2.0.3)
bridgetown-core (= 2.0.3)
bridgetown-paginate (2.0.4)
bridgetown-core (= 2.0.4)
concurrent-ruby (1.3.5)
connection_pool (2.5.4)
csv (3.3.5)
date (3.4.1)
date (3.5.0)
drb (2.2.3)
dry-inflector (1.2.0)
erb (5.1.1)
erb (5.1.3)
erubi (1.13.1)
faraday (2.14.0)
faraday-net_http (>= 2.0, < 3.5)
Expand All @@ -91,7 +91,7 @@ GEM
concurrent-ruby (~> 1.0)
inclusive (1.1.0)
io-console (0.8.1)
irb (1.15.2)
irb (1.15.3)
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
Expand All @@ -106,7 +106,7 @@ GEM
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.7.0)
minitest (5.26.0)
net-http (0.6.0)
net-http (0.7.0)
uri
nio4r (2.7.4)
pp (0.6.3)
Expand All @@ -118,14 +118,14 @@ GEM
public_suffix (6.0.2)
puma (7.1.0)
nio4r (~> 2.0)
rack (3.2.3)
rack (3.2.4)
rackup (2.2.1)
rack (>= 3)
rake (13.3.0)
rake (13.3.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rdoc (6.15.0)
rdoc (6.15.1)
erb
psych (>= 4.0.0)
tsort
Expand All @@ -136,12 +136,12 @@ GEM
rack
rouge (4.6.1)
securerandom (0.4.1)
serbea (2.3.0)
erubi (>= 1.11)
tilt (>= 2.1)
serbea (2.4.0)
erubi (>= 1.13)
tilt (>= 2.6)
signalize (1.3.1)
concurrent-ruby (~> 1.2)
streamlined (0.6.1)
streamlined (0.6.2)
serbea (>= 2.1)
zeitwerk (~> 2.5)
stringio (3.1.7)
Expand All @@ -150,7 +150,7 @@ GEM
tsort (0.2.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uri (1.0.4)
uri (1.1.1)
zeitwerk (2.7.3)

PLATFORMS
Expand All @@ -167,7 +167,7 @@ PLATFORMS
x86_64-linux-musl

DEPENDENCIES
bridgetown (~> 2.0.3)
bridgetown (~> 2.0.4)
puma

BUNDLED WITH
Expand Down