Skip to content

Commit 8c8635f

Browse files
committed
update ruby to 3.3.6
1 parent cf71a20 commit 8c8635f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.2
1+
3.3.6

Gemfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# frozen_string_literal: true
22

3-
source 'https://rubygems.org'
3+
source "https://rubygems.org"
44

5-
gem 'rake'
6-
gem 'rspec'
7-
gem 'rubocop', require: false
8-
gem 'yaml'
5+
gem "rake"
6+
gem "rspec"
7+
gem "rubocop", require: false
8+
gem "yaml"

0 commit comments

Comments
 (0)