Skip to content

Commit

Permalink
chore(deps): update dependency ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 25, 2024
1 parent 79caac5 commit 47d42b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.4.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.2.2
FROM ruby:3.3.6
ENV LANG C.UTF-8
ARG NODEJS_MAJOR_VERSION=16.x
ARG NODEJS_PATCH_VERSION=16.19.0
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ git_source(:github) do |repo_name|
"https://github.com/#{repo_name}.git"
end

ruby '3.2.2'
ruby '3.4.1'

gem 'activeadmin'
gem 'active_model_serializers'
Expand Down

0 comments on commit 47d42b8

Please sign in to comment.