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 1, 2025
1 parent 961e209 commit 0545132
Show file tree
Hide file tree
Showing 5 changed files with 378 additions and 371 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ 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:
Expand Down
4 changes: 2 additions & 2 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.26
yarn 1.22.22 # datasource=npm depName=yarn versioning=npm
nodejs 22.12.0
2 changes: 1 addition & 1 deletion 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
Loading

0 comments on commit 0545132

Please sign in to comment.