Skip to content

Commit

Permalink
Merge pull request #4 from NtskwK/master
Browse files Browse the repository at this point in the history
feat: dependabot[bot] update
  • Loading branch information
NtskwK authored Sep 20, 2024
2 parents 4c089da + a0f8e8b commit 3eed7a8
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
ruby-version: 2.7
ruby-version: 3.0

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"style-loader": "^0.13.1",
"tween.js": "^16.6.0",
"url-loader": "^0.5.7",
"webpack": "5.89.0",
"webpack": "5.94.0",
"webpack-bundle-tracker": "0.4.3",
"webpack-livereload-plugin": "3.0.2",
"mini-css-extract-plugin": "1.6.2",
Expand Down
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
amqp==2.5.2
appdirs==1.4.0
APScheduler==3.2.0
billiard==3.6.3.0
billiard>=3.6.3.0
celery==4.4.0
coreapi>=2.3.3
Django==2.2.27
Expand All @@ -22,7 +22,6 @@ funcsigs==1.0.2
futures==3.1.1
gunicorn==19.7.1
itypes==1.1.0
kombu==4.6.7
Markdown==3.3.4
olefile==0.44
openapi-codec==1.1.7
Expand All @@ -48,7 +47,6 @@ six==1.11.0
strict-rfc3339==0.7
tzlocal==1.3
uritemplate==3.0.0
vine==1.3.0
webcolors==1.5
rio-tiler==2.1.2
rio-color==1.0.4
Expand Down
2 changes: 1 addition & 1 deletion slate/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'middleman-autoprefixer', '~> 2.7'
gem 'middleman-sprockets', '~> 4.1'
gem 'rouge', '~> 3.21'
gem 'redcarpet', '~> 3.5.0'
gem 'nokogiri', '~> 1.11.0'
gem 'nokogiri', '~> 1.16.5'
gem 'sass'
gem 'webrick'
gem 'middleman-livereload' # NOTE: breaks if placed inside a group!
22 changes: 10 additions & 12 deletions slate/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.7.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
autoprefixer-rails (9.5.1.1)
execjs
Expand Down Expand Up @@ -97,12 +97,10 @@ GEM
middleman-syntax (3.2.0)
middleman-core (>= 3.2)
rouge (~> 3.2)
mini_portile2 (2.5.0)
mini_portile2 (2.8.7)
minitest (5.14.4)
nokogiri (1.11.3)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
nokogiri (1.11.3-x64-mingw32)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
padrino-helpers (0.13.3.4)
i18n (~> 0.6, >= 0.6.7)
Expand All @@ -112,16 +110,16 @@ GEM
activesupport (>= 3.1)
parallel (1.20.1)
parslet (1.8.2)
public_suffix (4.0.6)
racc (1.5.2)
rack (2.2.3)
public_suffix (4.0.7)
racc (1.8.1)
rack (2.2.9)
rack-livereload (0.3.17)
rack
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
redcarpet (3.5.1)
rexml (3.2.5)
rexml (3.3.7)
rouge (3.26.0)
sass (3.7.4)
sass-listen (~> 4.0.0)
Expand All @@ -142,7 +140,7 @@ GEM
tilt (2.0.10)
toml (0.2.0)
parslet (~> 1.8.0)
tzinfo (1.2.9)
tzinfo (1.2.10)
thread_safe (~> 0.1)
uglifier (3.2.0)
execjs (>= 0.3.0, < 3)
Expand All @@ -159,7 +157,7 @@ DEPENDENCIES
middleman-livereload
middleman-sprockets (~> 4.1)
middleman-syntax (~> 3.2)
nokogiri (~> 1.11.0)
nokogiri (~> 1.16.5)
redcarpet (~> 3.5.0)
rouge (~> 3.21)
sass
Expand Down

0 comments on commit 3eed7a8

Please sign in to comment.