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

Update dependency ruby to v3.3.6 #740

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3.6
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.3.6
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.3.6
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.3.6

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.3.6'

# Core
gem 'bootsnap', '~> 1.11.0', require: false # Reduces boot times through caching; required in config/boot.rb
Expand Down
12 changes: 4 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ GEM
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.7.1)
minitest (5.15.0)
msgpack (1.4.5)
multi_json (1.15.0)
Expand All @@ -202,13 +203,8 @@ GEM
net-protocol
timeout
nio4r (2.5.8)
nokogiri (1.13.1-aarch64-linux)
racc (~> 1.4)
nokogiri (1.13.1-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.1-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.1-x86_64-linux)
nokogiri (1.13.1)
mini_portile2 (~> 2.7.0)
racc (~> 1.4)
oauth2 (1.4.9)
faraday (>= 0.17.3, < 3.0)
Expand Down Expand Up @@ -466,7 +462,7 @@ DEPENDENCIES
webpacker (= 6.0.0.rc.6)

RUBY VERSION
ruby 3.1.0p0
ruby 3.3.6p108

BUNDLED WITH
2.3.3
Loading