Skip to content

Commit 58fdbff

Browse files
Merge pull request #7281 from rubygems/release/bundler_2.5.0_rubygems_3.5.0
Prepare RubyGems 3.5.0 and Bundler 2.5.0
2 parents 0ae1510 + 28feb48 commit 58fdbff

21 files changed

+168
-25
lines changed

.github/workflows/bundler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
push:
77
branches:
8-
- master
8+
- 3.5
99

1010
concurrency:
1111
group: ci-${{ github.ref }}-${{ github.workflow }}

.github/workflows/install-rubygems.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
push:
77
branches:
8-
- master
8+
- 3.5
99

1010
concurrency:
1111
group: ci-${{ github.ref }}-${{ github.workflow }}
@@ -116,7 +116,7 @@ jobs:
116116
run: ruby setup.rb
117117
shell: bash
118118
- name: Check installation didn't modify any source controlled files
119-
run: git diff --exit-code
119+
run: git add . && git diff --cached --exit-code
120120
shell: bash
121121
- name: Check we can install a Gemfile with git sources
122122
run: bundle init && bundle add fileutils --git https://github.com/ruby/fileutils

.github/workflows/jruby-bundler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
push:
77
branches:
8-
- master
8+
- 3.5
99

1010
concurrency:
1111
group: ci-${{ github.ref }}-${{ github.workflow }}

.github/workflows/realworld-bundler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
push:
77
branches:
8-
- master
8+
- 3.5
99

1010
concurrency:
1111
group: ci-${{ github.ref }}-${{ github.workflow }}

.github/workflows/ruby-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
push:
77
branches:
8-
- master
8+
- 3.5
99

1010
concurrency:
1111
group: ci-${{ github.ref }}-${{ github.workflow }}

.github/workflows/rubygems.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
push:
77
branches:
8-
- master
8+
- 3.5
99

1010
concurrency:
1111
group: ci-${{ github.ref }}-${{ github.workflow }}

.github/workflows/spell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
push:
77
branches:
8-
- master
8+
- 3.5
99

1010
permissions:
1111
contents: read

.github/workflows/system-rubygems-bundler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
push:
1111
branches:
12-
- master
12+
- 3.5
1313

1414
concurrency:
1515
group: ci-${{ github.ref }}-${{ github.workflow }}

.github/workflows/truffleruby-bundler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
push:
77
branches:
8-
- master
8+
- 3.5
99

1010
concurrency:
1111
group: ci-${{ github.ref }}-${{ github.workflow }}

.github/workflows/ubuntu-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
push:
77
branches:
8-
- master
8+
- 3.5
99

1010
concurrency:
1111
group: ci-${{ github.ref }}-${{ github.workflow }}

0 commit comments

Comments
 (0)