Skip to content

Commit

Permalink
Update all non-major dependencies (#279)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 5, 2025
1 parent 722ff17 commit b233a6b
Show file tree
Hide file tree
Showing 4 changed files with 141 additions and 137 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ commands:
paths:
- ~/.cache/yarn
orbs:
browser-tools: circleci/[email protected].0
browser-tools: circleci/[email protected].1
coveralls: coveralls/[email protected]
node: circleci/node@7.0.0
node: circleci/node@7.1.0
jobs:
build:
working_directory: ~/rails_template
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ruby 3.4.1
awscli 2.23.3
awscli 2.23.13
yarn 1.22.22 # datasource=npm depName=yarn versioning=npm
nodejs 22.13.1
26 changes: 15 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,12 @@ GEM
airbrussh (1.5.3)
sshkit (>= 1.6.1, != 1.7.0)
ast (2.4.2)
async (2.21.1)
async (2.21.3)
console (~> 1.29)
fiber-annotation
io-event (~> 1.6, >= 1.6.5)
io-event (~> 1.7)
metrics (~> 0.12)
traces (~> 0.15)
base64 (0.2.0)
bcrypt_pbkdf (1.1.1)
benchmark (0.4.0)
Expand Down Expand Up @@ -117,7 +119,7 @@ GEM
coderay (1.1.3)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
console (1.29.0)
console (1.29.2)
fiber-annotation
fiber-local (~> 1.1)
json
Expand All @@ -134,7 +136,7 @@ GEM
reline (>= 0.3.8)
diff-lcs (1.5.1)
docile (1.4.1)
dockerfile-rails (1.7.3)
dockerfile-rails (1.7.5)
rails (>= 3.0.0)
drb (2.2.1)
dry-cli (1.1.0)
Expand All @@ -155,7 +157,7 @@ GEM
activesupport (>= 6.0.0)
railties (>= 6.0.0)
io-console (0.8.0)
io-event (1.7.4)
io-event (1.7.5)
irb (1.14.3)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
Expand All @@ -175,7 +177,7 @@ GEM
activerecord
kaminari-core (= 1.2.2)
kaminari-core (1.2.2)
language_server-protocol (3.17.0.3)
language_server-protocol (3.17.0.4)
logger (1.6.5)
loofah (2.24.0)
crass (~> 1.0.2)
Expand All @@ -188,6 +190,7 @@ GEM
marcel (1.0.4)
matrix (0.4.2)
method_source (1.1.0)
metrics (0.12.1)
mini_mime (1.1.5)
minitest (5.25.4)
msgpack (1.7.2)
Expand All @@ -202,7 +205,7 @@ GEM
net-ssh (>= 2.6.5, < 8.0.0)
net-sftp (4.0.0)
net-ssh (>= 5.0.0, < 8.0.0)
net-smtp (0.5.0)
net-smtp (0.5.1)
net-protocol
net-ssh (7.3.0)
nio4r (2.7.4)
Expand All @@ -216,7 +219,7 @@ GEM
racc (~> 1.4)
ostruct (0.6.1)
parallel (1.26.3)
parser (3.3.7.0)
parser (3.3.7.1)
ast (~> 2.4.1)
racc
pg (1.5.9)
Expand All @@ -230,10 +233,10 @@ GEM
date
stringio
public_suffix (6.0.1)
puma (6.5.0)
puma (6.6.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.1.8)
rack (3.1.9)
rack-mini-profiler (3.3.1)
rack (>= 1.2.0)
rack-proxy (0.7.7)
Expand Down Expand Up @@ -311,7 +314,7 @@ GEM
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
rubocop-rails (2.29.0)
rubocop-rails (2.29.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
Expand Down Expand Up @@ -358,6 +361,7 @@ GEM
tins (1.33.0)
bigdecimal
sync
traces (0.15.2)
turbo-rails (2.0.11)
actionpack (>= 6.0.0)
railties (>= 6.0.0)
Expand Down
Loading

0 comments on commit b233a6b

Please sign in to comment.