Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 961e209 commit 276b0d1
Show file tree
Hide file tree
Showing 6 changed files with 388 additions and 379 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,23 @@ commands:
paths:
- ~/.cache/yarn
orbs:
browser-tools: circleci/browser-tools@1.4.9
browser-tools: circleci/browser-tools@1.5.0
coveralls: coveralls/[email protected]
node: circleci/[email protected]
jobs:
build:
working_directory: ~/rails_template
docker:
- &ruby_docker
image: cimg/ruby:3.3.6-browsers
image: cimg/ruby:3.4.1-browsers
environment:
RAILS_ENV: test
steps:
- checkout
- run: sudo apt update && sudo apt install postgresql-client libmsgpack-dev
- node/install:
install-yarn: true
node-version: '22.12.0'
node-version: '22.13.0'
- install_dependencies
- persist_to_workspace:
root: &root '~/rails_template'
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- browser-tools/install-chromedriver
- node/install:
install-yarn: true
node-version: '22.12.0'
node-version: '22.13.0'
- run:
name: Wait for PostgreSQL
command: dockerize -wait tcp://localhost:5432 -timeout 1m
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.12.0
22.13.0
6 changes: 3 additions & 3 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ruby 3.3.6
awscli 2.22.13
ruby 3.4.1
awscli 2.22.31
yarn 1.22.22 # datasource=npm depName=yarn versioning=npm
nodejs 22.12.0
nodejs 22.13.0
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
# renovate: datasource=ruby-version depName=ruby
ARG RUBY_VERSION=3.3.6
ARG RUBY_VERSION=3.4.1
FROM ruby:$RUBY_VERSION-slim as base

# Rails app lives here
Expand Down Expand Up @@ -31,7 +31,7 @@ FROM prebuild as node

# Install JavaScript dependencies
# renovate: datasource=node-version depName=node
ARG NODE_VERSION=22.12.0
ARG NODE_VERSION=22.13.0
# renovate: datasource=npm depName=yarn versioning=npm
ARG YARN_VERSION=1.22.22
ENV PATH=/usr/local/node/bin:$PATH
Expand Down
Loading

0 comments on commit 276b0d1

Please sign in to comment.