Skip to content

Commit

Permalink
Merge pull request #3029 from rspec/update-ci-build-scripts-2023-04-1…
Browse files Browse the repository at this point in the history
…1-for-3-12-maintenance

Updates from rspec-dev (2023-04-11)
  • Loading branch information
JonRowe committed Apr 11, 2023
2 parents 54fb426 + d148f46 commit 932e1e1
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
@@ -1,4 +1,4 @@
# This file was generated on 2023-03-16T21:03:44+00:00 from the rspec-dev repo.
# This file was generated on 2023-04-11T15:33:34+01:00 from the rspec-dev repo.
# DO NOT modify it by hand as your changes will get lost the next time it is generated.

version: 2
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
@@ -1,4 +1,4 @@
# This file was generated on 2023-03-16T21:03:44+00:00 from the rspec-dev repo.
# This file was generated on 2023-04-11T15:33:34+01:00 from the rspec-dev repo.
# DO NOT modify it by hand as your changes will get lost the next time it is generated.

name: RSpec CI
Expand Down Expand Up @@ -50,7 +50,6 @@ jobs:
- 2.4
- 2.3
- 2.2
- 2.1.9
env:
-
DIFF_LCS_VERSION: "> 1.4.3"
Expand Down Expand Up @@ -94,6 +93,9 @@ jobs:
fail-fast: false
matrix:
container:
- version: "2.1.9"
tag: ghcr.io/rspec/docker-ci:2.1.9
post: git config --global --add safe.directory `pwd`
- version: "2.0"
tag: ghcr.io/rspec/docker-ci:2.0.0
- version: "1.9.3"
Expand Down Expand Up @@ -124,6 +126,7 @@ jobs:
- uses: actions/checkout@v3
- run: ${{ matrix.container.pre }}
- run: script/legacy_setup.sh
- run: ${{ matrix.container.post }}
- run: bundle exec bin/rspec
- run: bundle exec script/cucumber.sh

Expand All @@ -139,7 +142,6 @@ jobs:
- 2.4
- 2.3
- 2.2
- 2.1.9
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .rubocop_rspec_base.yml
@@ -1,4 +1,4 @@
# This file was generated on 2023-03-16T21:03:44+00:00 from the rspec-dev repo.
# This file was generated on 2023-04-11T15:33:34+01:00 from the rspec-dev repo.
# DO NOT modify it by hand as your changes will get lost the next time it is generated.

# This file contains defaults for RSpec projects. Individual projects
Expand Down
2 changes: 1 addition & 1 deletion script/ci_functions.sh
@@ -1,4 +1,4 @@
# This file was generated on 2023-03-16T21:03:44+00:00 from the rspec-dev repo.
# This file was generated on 2023-04-11T15:33:34+01:00 from the rspec-dev repo.
# DO NOT modify it by hand as your changes will get lost the next time it is generated.

# Taken from:
Expand Down
2 changes: 1 addition & 1 deletion script/clone_all_rspec_repos
@@ -1,5 +1,5 @@
#!/bin/bash
# This file was generated on 2023-03-16T21:03:44+00:00 from the rspec-dev repo.
# This file was generated on 2023-04-11T15:33:34+01:00 from the rspec-dev repo.
# DO NOT modify it by hand as your changes will get lost the next time it is generated.

set -e
Expand Down
2 changes: 1 addition & 1 deletion script/cucumber.sh
@@ -1,5 +1,5 @@
#!/bin/bash
# This file was generated on 2023-03-16T21:03:44+00:00 from the rspec-dev repo.
# This file was generated on 2023-04-11T15:33:34+01:00 from the rspec-dev repo.
# DO NOT modify it by hand as your changes will get lost the next time it is generated.

set -e
Expand Down
2 changes: 1 addition & 1 deletion script/functions.sh
@@ -1,4 +1,4 @@
# This file was generated on 2023-03-16T21:03:44+00:00 from the rspec-dev repo.
# This file was generated on 2023-04-11T15:33:34+01:00 from the rspec-dev repo.
# DO NOT modify it by hand as your changes will get lost the next time it is generated.

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
Expand Down
2 changes: 1 addition & 1 deletion script/legacy_setup.sh
@@ -1,5 +1,5 @@
#!/bin/bash
# This file was generated on 2023-03-16T21:03:44+00:00 from the rspec-dev repo.
# This file was generated on 2023-04-11T15:33:34+01:00 from the rspec-dev repo.
# DO NOT modify it by hand as your changes will get lost the next time it is generated.

set -e
Expand Down
2 changes: 1 addition & 1 deletion script/predicate_functions.sh
@@ -1,4 +1,4 @@
# This file was generated on 2023-03-16T21:03:44+00:00 from the rspec-dev repo.
# This file was generated on 2023-04-11T15:33:34+01:00 from the rspec-dev repo.
# DO NOT modify it by hand as your changes will get lost the next time it is generated.

function is_mri {
Expand Down
2 changes: 1 addition & 1 deletion script/run_build
@@ -1,5 +1,5 @@
#!/bin/bash
# This file was generated on 2023-03-16T21:03:44+00:00 from the rspec-dev repo.
# This file was generated on 2023-04-11T15:33:34+01:00 from the rspec-dev repo.
# DO NOT modify it by hand as your changes will get lost the next time it is generated.

set -e
Expand Down
2 changes: 1 addition & 1 deletion script/run_rubocop
@@ -1,5 +1,5 @@
#!/bin/bash
# This file was generated on 2023-03-16T21:03:44+00:00 from the rspec-dev repo.
# This file was generated on 2023-04-11T15:33:34+01:00 from the rspec-dev repo.
# DO NOT modify it by hand as your changes will get lost the next time it is generated.

set -e
Expand Down
2 changes: 1 addition & 1 deletion script/update_rubygems_and_install_bundler
@@ -1,5 +1,5 @@
#!/bin/bash
# This file was generated on 2023-03-16T21:03:44+00:00 from the rspec-dev repo.
# This file was generated on 2023-04-11T15:33:34+01:00 from the rspec-dev repo.
# DO NOT modify it by hand as your changes will get lost the next time it is generated.

set -e
Expand Down

0 comments on commit 932e1e1

Please sign in to comment.