Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #4

Merged
merged 2 commits into from
Aug 16, 2024
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
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'
gem 'bundler', '2.4.10'

# Main site dependencies
gem 'awestruct', '0.6.5'
gem 'awestruct', '0.6.7'
gem 'sass'
gem 'sassc'
gem 'json'
Expand Down
60 changes: 30 additions & 30 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ansi (1.5.0)
asciidoctor (2.0.20)
asciidoctor (2.0.23)
ast (2.4.2)
awestruct (0.6.5)
awestruct (0.6.7)
asciidoctor (>= 1.5.2)
git (~> 1.2, >= 1.2.6)
guard (~> 2.0, >= 2.13.0)
guard-livereload (~> 2.0, >= 2.1.2)
haml (>= 4.0.5)
haml (>= 4.0.5, < 6.0)
listen (~> 3.1)
logging (~> 2.2)
mime-types (~> 3.0)
Expand All @@ -22,7 +22,7 @@ GEM
tilt (~> 2.0, >= 2.0.1)
byebug (11.1.3)
coderay (1.1.3)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.3)
cssminify (1.0.2)
diff-lcs (1.5.1)
domain_name (0.6.20240107)
Expand All @@ -31,7 +31,7 @@ GEM
http_parser.rb (~> 0)
eventmachine (1.2.7)
execjs (2.9.1)
ffi (1.16.3)
ffi (1.17.0-x86_64-linux-gnu)
formatador (1.1.0)
git (1.19.1)
addressable (~> 2.8)
Expand All @@ -57,50 +57,50 @@ GEM
htmlcompressor (0.4.0)
htmlentities (4.3.4)
http-accept (1.7.0)
http-cookie (1.0.5)
http-cookie (1.0.6)
domain_name (~> 0.5)
http_parser.rb (0.8.0)
i18n (1.14.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
json (2.7.1)
libv8-node (18.16.0.0-x86_64-linux)
listen (3.8.0)
json (2.7.2)
libv8-node (18.19.0.0-x86_64-linux)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
little-plugger (1.1.4)
logging (2.3.1)
logging (2.4.0)
little-plugger (~> 1.1)
multi_json (~> 1.14)
lumberjack (1.2.10)
method_source (1.0.0)
method_source (1.1.0)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2024.0206)
mini_racer (0.8.0)
libv8-node (~> 18.16.0.0)
mime-types-data (3.2024.0806)
mini_racer (0.14.0)
libv8-node (~> 18.19.0.0)
multi_json (1.15.0)
nenv (0.3.0)
netrc (0.11.0)
nokogiri (1.16.2-x86_64-linux)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
oga (2.15)
ast
ruby-ll (~> 2.1)
parallel (1.24.0)
parallel (1.25.1)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
public_suffix (5.0.4)
racc (1.7.3)
rack (2.2.8)
public_suffix (6.0.1)
racc (1.8.1)
rack (2.2.9)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
rb-inotify (0.11.1)
ffi (~> 1.0)
rchardet (1.8.0)
rdiscount (2.0.7.3)
Expand All @@ -116,13 +116,13 @@ GEM
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
rspec-expectations (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
rspec-support (3.13.1)
ruby-ll (2.1.3)
ansi
ast
Expand All @@ -135,9 +135,9 @@ GEM
ffi (~> 1.9)
shellany (0.0.1)
temple (0.10.3)
thor (1.3.0)
tilt (2.3.0)
tracer (0.2.2)
thor (1.3.1)
tilt (2.4.0)
tracer (0.2.3)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
webrick (1.8.1)
Expand All @@ -148,7 +148,7 @@ PLATFORMS

DEPENDENCIES
asciidoctor
awestruct (= 0.6.5)
awestruct (= 0.6.7)
bundler (= 2.4.10)
cssminify
guard
Expand Down
2 changes: 1 addition & 1 deletion update-gemfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
COMPOSE=podman-compose
if ! which "$COMPOSE" 2>&1 1>/dev/null
then
COMPOSE=docker-compose
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This... is actually potentially dangerous. But ok if you tested it (I can't, I use podman).

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah ... with docker-compose there seems to be an error now: quarkusio/quarkusio.github.io#2056 (comment)

COMPOSE="docker compose"
fi

$COMPOSE build
Expand Down