Skip to content

Commit bc66691

Browse files
committed
Update ruby to 3.4.7
1 parent 595153a commit bc66691

5 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- '3.1.6'
1919
- '3.2.2'
2020
- '3.3.6'
21+
- '3.4.7'
2122

2223
steps:
2324
- uses: actions/checkout@v3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Ruby
2121
uses: ruby/setup-ruby@v1
2222
with:
23-
ruby-version: '3.2.2'
23+
ruby-version: '3.4.7'
2424
- name: Install gems
2525
run: bundle install
2626
- name: Set version

.tool-versions

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

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ PATH
22
remote: .
33
specs:
44
code0-license (0.0.0)
5+
base64 (~> 0.3.0)
56

67
GEM
78
remote: https://rubygems.org/
89
specs:
910
ast (2.4.2)
11+
base64 (0.3.0)
1012
diff-lcs (1.5.1)
1113
json (2.7.2)
1214
language_server-protocol (3.17.0.3)

code0-license.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Gem::Specification.new do |spec|
2828
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
2929
spec.require_paths = ["lib"]
3030

31+
spec.add_dependency "base64", "~> 0.3.0"
32+
3133
spec.add_development_dependency "rake", "~> 13.0"
3234
spec.add_development_dependency "rspec", "~> 3.0"
3335
spec.add_development_dependency "rubocop", "~> 1.21"

0 commit comments

Comments
 (0)