Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Update dependency ruby to v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 16, 2023
1 parent b448631 commit f0dd6c9
Show file tree
Hide file tree
Showing 5 changed files with 147 additions and 149 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
DATABASE_URL: postgres://postgres:postgres@postgres/asyncgo_test
rubocop:
runs-on: ubuntu-latest
container: ruby:3.1.0
container: ruby:3.2.1
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v2
Expand All @@ -105,7 +105,7 @@ jobs:
run: bundle exec rubocop
haml-lint:
runs-on: ubuntu-latest
container: ruby:3.1.0
container: ruby:3.2.1
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.0
3.2.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.1.0
FROM ruby:3.2.1

RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
RUN apt update && apt install --yes --quiet nodejs
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.1.0'
ruby '3.2.1'

# Core
gem 'bootsnap', '~> 1.11.0', require: false # Reduces boot times through caching; required in config/boot.rb
Expand Down
Loading

0 comments on commit f0dd6c9

Please sign in to comment.