Skip to content

Commit

Permalink
chore: update dev dependencies (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlogic committed Feb 9, 2023
1 parent 97de556 commit d9cef02
Show file tree
Hide file tree
Showing 16 changed files with 411 additions and 388 deletions.
19 changes: 19 additions & 0 deletions bin/update-dev-deps
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'

for folder in ./judoscale-*; do
echo "-> $folder"
cd $folder
bundle update
echo ""
cd ..
done

for folder in ./sample-apps/*; do
echo "-> $folder"
cd $folder
bundle update
echo ""
cd ../..
done
32 changes: 16 additions & 16 deletions judoscale-delayed_job/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,38 +13,38 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activemodel (7.0.2.3)
activesupport (= 7.0.2.3)
activerecord (7.0.2.3)
activemodel (= 7.0.2.3)
activesupport (= 7.0.2.3)
activesupport (7.0.2.3)
activemodel (7.0.4.2)
activesupport (= 7.0.4.2)
activerecord (7.0.4.2)
activemodel (= 7.0.4.2)
activesupport (= 7.0.4.2)
activesupport (7.0.4.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
concurrent-ruby (1.1.10)
debug (1.6.2)
irb (>= 1.3.6)
concurrent-ruby (1.2.0)
debug (1.7.1)
irb (>= 1.5.0)
reline (>= 0.3.1)
delayed_job (4.1.11)
activesupport (>= 3.0, < 8.0)
delayed_job_active_record (4.1.7)
activerecord (>= 3.0, < 8.0)
delayed_job (>= 3.0, < 5)
i18n (1.10.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
io-console (0.5.11)
irb (1.4.1)
io-console (0.6.0)
irb (1.6.2)
reline (>= 0.3.0)
minitest (5.15.0)
pg (1.3.5)
minitest (5.17.0)
pg (1.4.5)
rake (13.0.6)
rake-release (1.3.0)
bundler (>= 1.11, < 3)
reline (0.3.1)
reline (0.3.2)
io-console (~> 0.5)
tzinfo (2.0.4)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)

PLATFORMS
Expand Down
52 changes: 26 additions & 26 deletions judoscale-good_job/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,44 +13,44 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actionpack (7.0.4.1)
actionview (= 7.0.4.1)
activesupport (= 7.0.4.1)
actionpack (7.0.4.2)
actionview (= 7.0.4.2)
activesupport (= 7.0.4.2)
rack (~> 2.0, >= 2.2.0)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionview (7.0.4.1)
activesupport (= 7.0.4.1)
actionview (7.0.4.2)
activesupport (= 7.0.4.2)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (7.0.4.1)
activesupport (= 7.0.4.1)
activejob (7.0.4.2)
activesupport (= 7.0.4.2)
globalid (>= 0.3.6)
activemodel (7.0.4.1)
activesupport (= 7.0.4.1)
activerecord (7.0.4.1)
activemodel (= 7.0.4.1)
activesupport (= 7.0.4.1)
activesupport (7.0.4.1)
activemodel (7.0.4.2)
activesupport (= 7.0.4.2)
activerecord (7.0.4.2)
activemodel (= 7.0.4.2)
activesupport (= 7.0.4.2)
activesupport (7.0.4.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
builder (3.2.4)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.0)
crass (1.0.6)
erubi (1.12.0)
et-orbi (1.2.7)
tzinfo
fugit (1.8.0)
fugit (1.8.1)
et-orbi (~> 1, >= 1.2.7)
raabro (~> 1.4)
globalid (1.0.0)
globalid (1.1.0)
activesupport (>= 5.0)
good_job (3.7.4)
good_job (3.12.1)
activejob (>= 6.0.0)
activerecord (>= 6.0.0)
concurrent-ruby (>= 1.0.2)
Expand All @@ -65,24 +65,24 @@ GEM
nokogiri (>= 1.5.9)
method_source (1.0.0)
minitest (5.17.0)
nokogiri (1.14.0-arm64-darwin)
nokogiri (1.14.1-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.0-x86_64-linux)
nokogiri (1.14.1-x86_64-linux)
racc (~> 1.4)
pg (1.4.5)
raabro (1.4.0)
racc (1.6.2)
rack (2.2.6)
rack (2.2.6.2)
rack-test (2.0.2)
rack (>= 1.3)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.4)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
railties (7.0.4.1)
actionpack (= 7.0.4.1)
activesupport (= 7.0.4.1)
railties (7.0.4.2)
actionpack (= 7.0.4.2)
activesupport (= 7.0.4.2)
method_source
rake (>= 12.2)
thor (~> 1.0)
Expand All @@ -91,9 +91,9 @@ GEM
rake-release (1.3.0)
bundler (>= 1.11, < 3)
thor (1.2.1)
tzinfo (2.0.5)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
webrick (1.7.0)
webrick (1.8.1)
zeitwerk (2.6.6)

PLATFORMS
Expand Down
34 changes: 17 additions & 17 deletions judoscale-que/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,34 +13,34 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activemodel (7.0.2.3)
activesupport (= 7.0.2.3)
activerecord (7.0.2.3)
activemodel (= 7.0.2.3)
activesupport (= 7.0.2.3)
activesupport (7.0.2.3)
activemodel (7.0.4.2)
activesupport (= 7.0.4.2)
activerecord (7.0.4.2)
activemodel (= 7.0.4.2)
activesupport (= 7.0.4.2)
activesupport (7.0.4.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
concurrent-ruby (1.1.10)
debug (1.4.0)
irb (>= 1.3.6)
reline (>= 0.2.7)
i18n (1.10.0)
concurrent-ruby (1.2.0)
debug (1.7.1)
irb (>= 1.5.0)
reline (>= 0.3.1)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
io-console (0.5.11)
irb (1.4.1)
io-console (0.6.0)
irb (1.6.2)
reline (>= 0.3.0)
minitest (5.15.0)
pg (1.3.5)
minitest (5.17.0)
pg (1.4.5)
que (2.2.0)
rake (13.0.6)
rake-release (1.3.0)
bundler (>= 1.11, < 3)
reline (0.3.1)
reline (0.3.2)
io-console (~> 0.5)
tzinfo (2.0.4)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)

PLATFORMS
Expand Down
20 changes: 10 additions & 10 deletions judoscale-rack/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,30 @@ PATH
GEM
remote: https://rubygems.org/
specs:
debug (1.6.2)
irb (>= 1.3.6)
debug (1.7.1)
irb (>= 1.5.0)
reline (>= 0.3.1)
io-console (0.5.11)
irb (1.4.1)
io-console (0.6.0)
irb (1.6.2)
reline (>= 0.3.0)
minitest (5.16.3)
minitest (5.17.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
rack (2.2.4)
rack-protection (3.0.2)
rack (2.2.6.2)
rack-protection (3.0.5)
rack
rack-test (2.0.2)
rack (>= 1.3)
rake (13.0.6)
rake-release (1.3.0)
bundler (>= 1.11, < 3)
reline (0.3.1)
reline (0.3.2)
io-console (~> 0.5)
ruby2_keywords (0.0.5)
sinatra (3.0.2)
sinatra (3.0.5)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.2)
rack-protection (= 3.0.5)
tilt (~> 2.0)
tilt (2.0.11)

Expand Down
52 changes: 26 additions & 26 deletions judoscale-rails/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,70 +13,70 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actionpack (7.0.4)
actionview (= 7.0.4)
activesupport (= 7.0.4)
actionpack (7.0.4.2)
actionview (= 7.0.4.2)
activesupport (= 7.0.4.2)
rack (~> 2.0, >= 2.2.0)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionview (7.0.4)
activesupport (= 7.0.4)
actionview (7.0.4.2)
activesupport (= 7.0.4.2)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activesupport (7.0.4)
activesupport (7.0.4.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
builder (3.2.4)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.0)
crass (1.0.6)
debug (1.6.2)
irb (>= 1.3.6)
debug (1.7.1)
irb (>= 1.5.0)
reline (>= 0.3.1)
erubi (1.11.0)
erubi (1.12.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
io-console (0.5.11)
irb (1.4.1)
io-console (0.6.0)
irb (1.6.2)
reline (>= 0.3.0)
loofah (2.19.0)
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
method_source (1.0.0)
minitest (5.16.3)
nokogiri (1.13.9-arm64-darwin)
minitest (5.17.0)
nokogiri (1.14.1-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.9-x86_64-darwin)
nokogiri (1.14.1-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.9-x86_64-linux)
nokogiri (1.14.1-x86_64-linux)
racc (~> 1.4)
racc (1.6.0)
rack (2.2.4)
racc (1.6.2)
rack (2.2.6.2)
rack-test (2.0.2)
rack (>= 1.3)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.3)
loofah (~> 2.3)
railties (7.0.4)
actionpack (= 7.0.4)
activesupport (= 7.0.4)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
railties (7.0.4.2)
actionpack (= 7.0.4.2)
activesupport (= 7.0.4.2)
method_source
rake (>= 12.2)
thor (~> 1.0)
zeitwerk (~> 2.5)
rake (13.0.6)
rake-release (1.3.0)
bundler (>= 1.11, < 3)
reline (0.3.1)
reline (0.3.2)
io-console (~> 0.5)
thor (1.2.1)
tzinfo (2.0.5)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
zeitwerk (2.6.6)

Expand Down

0 comments on commit d9cef02

Please sign in to comment.