mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-11 05:31:11 -06:00
Merge remote-tracking branch 'upstream'
This commit is contained in:
@@ -18,7 +18,7 @@ RUN apt-get update && \
|
||||
zip \
|
||||
git \
|
||||
wget \
|
||||
ruby3.1 \
|
||||
ruby3.3 \
|
||||
ruby-dev \
|
||||
imagemagick \
|
||||
rsync \
|
||||
|
||||
@@ -62,7 +62,7 @@ make -j bake
|
||||
|
||||
You can check the files in the folder `book/release/`
|
||||
|
||||
Please note that while everyhting should build without any errors but you will get a fair amount of warnings, especially when building the ebook/website.
|
||||
Please note that while everything should build without any errors but you will get a fair amount of warnings, especially when building the ebook/website.
|
||||
|
||||
You can get some help on building various versions with:
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
3.1.2
|
||||
3.3.7
|
||||
|
||||
@@ -3,11 +3,9 @@ GEM
|
||||
specs:
|
||||
coderay (1.1.3)
|
||||
method_source (1.0.0)
|
||||
nokogiri (1.15.3-arm64-darwin)
|
||||
racc (~> 1.4)
|
||||
nokogiri (1.15.3-x86_64-darwin)
|
||||
racc (~> 1.4)
|
||||
nokogiri (1.15.3-x86_64-linux)
|
||||
mini_portile2 (2.8.8)
|
||||
nokogiri (1.15.3)
|
||||
mini_portile2 (~> 2.8.2)
|
||||
racc (~> 1.4)
|
||||
pry (0.14.2)
|
||||
coderay (~> 1.1)
|
||||
@@ -16,6 +14,7 @@ GEM
|
||||
|
||||
PLATFORMS
|
||||
arm64-darwin-22
|
||||
arm64-darwin-24
|
||||
x86_64-darwin-22
|
||||
x86_64-linux
|
||||
|
||||
@@ -24,7 +23,7 @@ DEPENDENCIES
|
||||
pry
|
||||
|
||||
RUBY VERSION
|
||||
ruby 3.1.2p20
|
||||
ruby 3.3.7p123
|
||||
|
||||
BUNDLED WITH
|
||||
2.4.12
|
||||
|
||||
Reference in New Issue
Block a user