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

Commit 65e4d49

Browse files
Update dependency ruby to v3.3.6
1 parent b448631 commit 65e4d49

File tree

5 files changed

+9
-13
lines changed

5 files changed

+9
-13
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
DATABASE_URL: postgres://postgres:postgres@postgres/asyncgo_test
8888
rubocop:
8989
runs-on: ubuntu-latest
90-
container: ruby:3.1.0
90+
container: ruby:3.3.6
9191
steps:
9292
- uses: actions/checkout@v3
9393
- uses: actions/cache@v2
@@ -105,7 +105,7 @@ jobs:
105105
run: bundle exec rubocop
106106
haml-lint:
107107
runs-on: ubuntu-latest
108-
container: ruby:3.1.0
108+
container: ruby:3.3.6
109109
steps:
110110
- uses: actions/checkout@v3
111111
- uses: actions/cache@v2

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.0
1+
3.3.6

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.1.0
1+
FROM ruby:3.3.6
22

33
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
44
RUN apt update && apt install --yes --quiet nodejs

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source 'https://rubygems.org'
44
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
55

6-
ruby '3.1.0'
6+
ruby '3.3.6'
77

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

Gemfile.lock

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ GEM
182182
matrix (0.4.2)
183183
method_source (1.0.0)
184184
mini_mime (1.1.2)
185+
mini_portile2 (2.7.1)
185186
minitest (5.15.0)
186187
msgpack (1.4.5)
187188
multi_json (1.15.0)
@@ -202,13 +203,8 @@ GEM
202203
net-protocol
203204
timeout
204205
nio4r (2.5.8)
205-
nokogiri (1.13.1-aarch64-linux)
206-
racc (~> 1.4)
207-
nokogiri (1.13.1-arm64-darwin)
208-
racc (~> 1.4)
209-
nokogiri (1.13.1-x86_64-darwin)
210-
racc (~> 1.4)
211-
nokogiri (1.13.1-x86_64-linux)
206+
nokogiri (1.13.1)
207+
mini_portile2 (~> 2.7.0)
212208
racc (~> 1.4)
213209
oauth2 (1.4.9)
214210
faraday (>= 0.17.3, < 3.0)
@@ -466,7 +462,7 @@ DEPENDENCIES
466462
webpacker (= 6.0.0.rc.6)
467463

468464
RUBY VERSION
469-
ruby 3.1.0p0
465+
ruby 3.3.6p108
470466

471467
BUNDLED WITH
472468
2.3.3

0 commit comments

Comments
 (0)