Skip to content

Commit

Permalink
chore(deps): bump the dependencies group
Browse files Browse the repository at this point in the history
Bumps the dependencies group in /docker/mock-server with 1 update: ruby.


Updates `ruby` from 3.2.0 to 3.3.0

---
updated-dependencies:
- dependency-name: ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 8, 2024
1 parent f805637 commit 0271788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/mock-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.2.0 as dev
FROM ruby:3.3.0 as dev

ENV RAILS_ENV development

Expand Down

0 comments on commit 0271788

Please sign in to comment.