Skip to content

Commit c1bcc7b

Browse files
Fix versions for publishing
1 parent d3a169c commit c1bcc7b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
ruby-version: ['3.0', '3.1', '3.2', '3.3']
15+
ruby-version: ['3.0', '3.1', '3.2']
1616

1717
steps:
1818
- uses: actions/checkout@v4

.github/workflows/gem-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# uses: ruby/setup-ruby@v1
2323
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
2424
with:
25-
ruby-version: 3.3
25+
ruby-version: 3.2
2626

2727
- name: Check if version exists
2828
id: checkversionexists

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
gtfs (0.4.2)
4+
gtfs (0.5.1)
55
multi_json
66
rake
77
rubyzip (~> 2.3)

0 commit comments

Comments
 (0)