Skip to content

Commit c379a48

Browse files
committed
Bup ruby to 3.0.1
1 parent ac0e3d4 commit c379a48

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
test-ruby:
44
docker:
5-
- image: cimg/ruby:2.7.4
5+
- image: cimg/ruby:3.0.1
66
working_directory: /tmp/build
77
steps:
88
- checkout

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby-2.7.4
1+
ruby-3.0.1

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source 'https://rubygems.org'
44

5-
ruby '2.7.4'
5+
ruby '3.0.1'
66

77
# Specify your gem's dependencies in fluent-plugin-heroku-syslog.gemspec
88
gemspec

0 commit comments

Comments
 (0)