Skip to content

Commit

Permalink
Merge branch 'main' into update-nokogiri
Browse files Browse the repository at this point in the history
  • Loading branch information
smockle committed Feb 8, 2024
2 parents 770237f + 11fd088 commit fcc635b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,13 @@ jobs:
bundle install
bundle exec rubocop
test:
strategy:
fail-fast: false
matrix:
ruby_version: ["2.7", "3.0"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
ruby-version: '3.0'
bundler-cache: true
- name: Install dependencies
run: bundle install
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
erblint-github (0.5.1)
erblint-github (1.0.0)

GEM
remote: https://rubygems.org/
Expand Down
4 changes: 2 additions & 2 deletions erblint-github.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

s.required_ruby_version = ">= 2.7.0"
s.required_ruby_version = ">= 3.0.0"

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

0 comments on commit fcc635b

Please sign in to comment.