Skip to content

Commit

Permalink
:please stop
Browse files Browse the repository at this point in the history
  • Loading branch information
avandenbogaert committed Jun 28, 2024
1 parent f98706c commit d71c2f3
Show file tree
Hide file tree
Showing 6 changed files with 92 additions and 228 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Create docs
run: |
bundle install
bundle exec middleman build --clean
bundle exec middleman build --clean --verbose
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down
16 changes: 8 additions & 8 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ruby '>=2.3.1'
ruby '~> 3.0.0'
source 'https://rubygems.org'

# Middleman
gem 'middleman', '~>4.2.1'
gem 'middleman-syntax', '~> 3.0.0'
gem 'middleman-autoprefixer', '~> 2.7.0'
gem "middleman-sprockets", "~> 4.1.0"
gem 'rouge', '~> 2.0.5'
gem 'redcarpet', '~> 3.4.0'
gem 'nokogiri', '~> 1.6.8'
gem 'middleman', '~> 4.0'
gem 'middleman-syntax', '~> 3.4'
gem 'middleman-autoprefixer', '~> 2.7'
gem "middleman-sprockets", "~> 4.1"
gem 'rouge', '~> 3.2'
gem 'redcarpet', '~> 3.4'
gem 'nokogiri', '~> 1.16'
148 changes: 76 additions & 72 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,133 +1,137 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (5.0.7.2)
activesupport (7.0.8.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
autoprefixer-rails (6.7.7.2)
autoprefixer-rails (9.8.6.5)
execjs
backports (3.25.0)
base64 (0.1.1)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
compass-import-once (1.0.5)
sass (>= 3.2, < 3.5)
concurrent-ruby (1.3.3)
contracts (0.13.0)
dotenv (2.8.1)
contracts (0.16.1)
dotenv (3.1.2)
erubis (2.7.0)
execjs (2.9.0)
execjs (2.9.1)
fast_blank (1.0.1)
fastimage (2.3.1)
ffi (1.15.5)
ffi (1.17.0)
haml (6.3.0)
temple (>= 0.8.2)
thor
tilt
hamster (3.0.0)
concurrent-ruby (~> 1.0)
hashie (3.6.0)
i18n (0.7.0)
kramdown (1.17.0)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
kramdown (2.4.0)
rexml
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
memoist (0.16.2)
middleman (4.2.1)
middleman (4.5.1)
coffee-script (~> 2.2)
compass-import-once (= 1.0.5)
haml (>= 4.0.5)
kramdown (~> 1.2)
middleman-cli (= 4.2.1)
middleman-core (= 4.2.1)
sass (>= 3.4.0, < 4.0)
middleman-autoprefixer (2.7.1)
autoprefixer-rails (>= 6.5.2, < 7.0.0)
kramdown (>= 2.3.0)
middleman-cli (= 4.5.1)
middleman-core (= 4.5.1)
middleman-autoprefixer (2.10.1)
autoprefixer-rails (~> 9.1)
middleman-core (>= 3.3.3)
middleman-cli (4.2.1)
thor (>= 0.17.0, < 2.0)
middleman-core (4.2.1)
activesupport (>= 4.2, < 5.1)
addressable (~> 2.3)
middleman-cli (4.5.1)
thor (>= 0.17.0, < 1.3.0)
middleman-core (4.5.1)
activesupport (>= 6.1, < 7.1)
addressable (~> 2.4)
backports (~> 3.6)
bundler (~> 1.1)
contracts (~> 0.13.0)
bundler (~> 2.0)
contracts (~> 0.13, < 0.17)
dotenv
erubis
execjs (~> 2.0)
fast_blank
fastimage (~> 2.0)
hamster (~> 3.0)
hashie (~> 3.4)
i18n (~> 0.7.0)
listen (~> 3.0.0)
i18n (~> 1.6.0)
listen (~> 3.0)
memoist (~> 0.14)
padrino-helpers (~> 0.13.0)
padrino-helpers (~> 0.15.0)
parallel
rack (>= 1.4.5, < 3)
sass (>= 3.4)
sassc (~> 2.0)
servolux
tilt (~> 2.0)
tilt (~> 2.0.9)
toml
uglifier (~> 3.0)
webrick
middleman-sprockets (4.1.1)
middleman-core (~> 4.0)
sprockets (>= 3.0)
middleman-syntax (3.0.0)
middleman-syntax (3.4.0)
middleman-core (>= 3.2)
rouge (~> 2.0)
mini_portile2 (2.1.0)
minitest (5.15.0)
nokogiri (1.6.8.1)
mini_portile2 (~> 2.1.0)
padrino-helpers (0.13.3.4)
i18n (~> 0.6, >= 0.6.7)
padrino-support (= 0.13.3.4)
rouge (~> 3.2)
minitest (5.24.0)
nokogiri (1.16.6-aarch64-linux)
racc (~> 1.4)
padrino-helpers (0.15.3)
i18n (>= 0.6.7, < 2)
padrino-support (= 0.15.3)
tilt (>= 1.4.1, < 3)
padrino-support (0.13.3.4)
activesupport (>= 3.1)
parallel (1.19.2)
public_suffix (4.0.7)
padrino-support (0.15.3)
parallel (1.25.1)
parslet (2.0.0)
public_suffix (6.0.0)
racc (1.8.0)
rack (2.2.9)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
rb-inotify (0.11.1)
ffi (~> 1.0)
redcarpet (3.4.0)
rouge (2.0.7)
sass (3.4.25)
redcarpet (3.6.0)
rexml (3.3.1)
strscan
rouge (3.30.0)
sassc (2.4.0)
ffi (~> 1.9)
servolux (0.13.0)
sprockets (3.7.3)
base64
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
temple (0.8.2)
rack (>= 2.2.4, < 4)
strscan (3.1.0)
temple (0.10.3)
thor (1.2.2)
thread_safe (0.3.6)
tilt (2.4.0)
tzinfo (1.2.11)
thread_safe (~> 0.1)
tilt (2.0.11)
toml (0.3.0)
parslet (>= 1.8.0, < 3.0.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uglifier (3.2.0)
execjs (>= 0.3.0, < 3)
webrick (1.8.1)

PLATFORMS
ruby
aarch64-linux

DEPENDENCIES
middleman (~> 4.2.1)
middleman-autoprefixer (~> 2.7.0)
middleman-sprockets (~> 4.1.0)
middleman-syntax (~> 3.0.0)
nokogiri (~> 1.6.8)
redcarpet (~> 3.4.0)
rouge (~> 2.0.5)
middleman (~> 4.0)
middleman-autoprefixer (~> 2.7)
middleman-sprockets (~> 4.1)
middleman-syntax (~> 3.4)
nokogiri (~> 1.16)
redcarpet (~> 3.4)
rouge (~> 3.2)

RUBY VERSION
ruby 2.3.3p222
ruby 3.0.0p0

BUNDLED WITH
1.17.3
2.2.3
140 changes: 0 additions & 140 deletions source/stylesheets/_rtl.scss

This file was deleted.

8 changes: 4 additions & 4 deletions source/stylesheets/print.css.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@charset "utf-8";
@import 'normalize';
@import 'variables';
@import 'icon-font';
@import 'normalize.scss';
@import 'variables.scss';
@import 'icon-font.scss';

/*
Copyright 2008-2013 Concur Technologies, Inc.
Expand Down Expand Up @@ -144,4 +144,4 @@ body {
aside.success:before {
@extend %icon-ok-sign;
}
}
}
Loading

0 comments on commit d71c2f3

Please sign in to comment.