Skip to content

Commit

Permalink
ignore CheckEOLRails (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtakeda15 committed Jul 6, 2023
1 parent 2e3ad75 commit 5d243dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
with:
ruby-version: 3.0.2
- uses: reviewdog/action-brakeman@v2
with:
brakeman_flags: --except CheckEOLRails

misspell:
runs-on: ubuntu-latest
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Upcoming Release


# v1.0.0 07-06-2023

- [CI: Test against rails 7.0](https://github.com/StudistCorporation/scimaenaga/pull/43)

# v0.9.3 04-27-2023

- [Add Ruby 3.2](https://github.com/StudistCorporation/scimaenaga/pull/41)
Expand Down
2 changes: 1 addition & 1 deletion lib/scimaenaga/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Scimaenaga
VERSION = '0.9.3'
VERSION = '1.0.0'
end

0 comments on commit 5d243dc

Please # to comment.