Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit

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

Updates from rspec-dev (2023-01-07)
  • Loading branch information
JonRowe authored Jan 7, 2023
2 parents 7f863d5 + 9ce6d62 commit 224118c
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 12 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# This file was generated on 2023-01-07T14:11:41+11: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
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was generated on 2022-09-08T12:41:59+01:00 from the rspec-dev repo.
# This file was generated on 2023-01-07T14:11:41+11: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 All @@ -16,7 +16,7 @@ permissions:
env:
RSPEC_CI: true
# This tells rspec-rails what branch to run in ci
RSPEC_VERSION: '= 3.12.0'
RSPEC_VERSION: '~> 3.12.0'
jobs:
rubocop:
name: Rubocop
Expand All @@ -38,6 +38,7 @@ jobs:
strategy:
matrix:
ruby:
- '3.2'
- '3.1'
- '3.0'
- 2.7
Expand Down
2 changes: 1 addition & 1 deletion .rubocop_rspec_base.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was generated on 2022-09-08T12:41:59+01:00 from the rspec-dev repo.
# This file was generated on 2023-01-07T14:11:41+11: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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was generated on 2022-09-08T12:41:59+01:00 from the rspec-dev repo.
# This file was generated on 2023-01-07T14:11:41+11: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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# This file was generated on 2022-09-08T12:41:59+01:00 from the rspec-dev repo.
# This file was generated on 2023-01-07T14:11:41+11: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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# This file was generated on 2022-09-08T12:41:59+01:00 from the rspec-dev repo.
# This file was generated on 2023-01-07T14:11:41+11: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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was generated on 2022-09-08T12:41:59+01:00 from the rspec-dev repo.
# This file was generated on 2023-01-07T14:11:41+11: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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# This file was generated on 2022-09-08T12:41:59+01:00 from the rspec-dev repo.
# This file was generated on 2023-01-07T14:11:41+11: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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was generated on 2022-09-08T12:41:59+01:00 from the rspec-dev repo.
# This file was generated on 2023-01-07T14:11:41+11: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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# This file was generated on 2022-09-08T12:41:59+01:00 from the rspec-dev repo.
# This file was generated on 2023-01-07T14:11:41+11: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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# This file was generated on 2022-09-08T12:41:59+01:00 from the rspec-dev repo.
# This file was generated on 2023-01-07T14:11:41+11: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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# This file was generated on 2022-09-08T12:41:59+01:00 from the rspec-dev repo.
# This file was generated on 2023-01-07T14:11:41+11: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 224118c

Please sign in to comment.