Skip to content

Commit

Permalink
chore(deps): update dependency ruby to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2023
1 parent ebc01d0 commit a98d888
Show file tree
Hide file tree
Showing 4 changed files with 179 additions and 165 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.3
3.2.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.1.3
FROM ruby:3.2.0
ENV LANG C.UTF-8

RUN apt update -qq && apt install -y build-essential libpq-dev
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.1.3'
ruby '3.2.0'

gem 'activeadmin'
gem 'active_model_serializers'
Expand Down
Loading

0 comments on commit a98d888

Please sign in to comment.