Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a254e83

Browse filesBrowse files
authored
Merge pull request #126 from github/ruby-3
major: Release v1.0.0
2 parents eecf55d + 02ab9b8 commit a254e83
Copy full SHA for a254e83

File tree

Expand file treeCollapse file tree

3 files changed

+4
-8
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+4
-8
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+1-5Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,13 @@ jobs:
1717
bundle install
1818
bundle exec rubocop
1919
test:
20-
strategy:
21-
fail-fast: false
22-
matrix:
23-
ruby_version: ["2.7", "3.0"]
2420
runs-on: ubuntu-latest
2521
steps:
2622
- uses: actions/checkout@v4
2723
- name: Setup Ruby
2824
uses: ruby/setup-ruby@v1
2925
with:
30-
ruby-version: ${{ matrix.ruby_version }}
26+
ruby-version: '3.0'
3127
bundler-cache: true
3228
- name: Install dependencies
3329
run: bundle install

‎Gemfile.lock

Copy file name to clipboardExpand all lines: Gemfile.lock
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
erblint-github (0.5.1)
4+
erblint-github (1.0.0)
55

66
GEM
77
remote: https://rubygems.org/

‎erblint-github.gemspec

Copy file name to clipboardExpand all lines: erblint-github.gemspec
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |s|
44
s.name = "erblint-github"
5-
s.version = "0.5.1"
5+
s.version = "1.0.0"
66
s.summary = "erblint GitHub"
77
s.description = "Template style checking for GitHub Ruby repositories"
88
s.homepage = "https://github.com/github/erblint-github"
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
1111
s.files = Dir["README.md", "LICENSE", "lib/**/*", "config/**/*"]
1212
s.require_paths = ["lib"]
1313

14-
s.required_ruby_version = ">= 2.7.0"
14+
s.required_ruby_version = ">= 3.0.0"
1515

1616
s.email = ["opensource+erblint-github@github.com"]
1717
s.authors = ["GitHub Open Source"]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.