Skip to content

Commit

Permalink
Address a few other issues
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein committed Sep 11, 2023
1 parent aa8c353 commit 0f0d98e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 2.7
bundler-cache: true # 'bundle install' and cache
- name: Run RuboCop
run: bundle exec rubocop --parallel
3 changes: 2 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
require:
- rubocop-capybara
- rubocop-performance
- rubocop-rake
- rubocop-rspec

AllCops:
NewCops: enable
TargetRubyVersion: 2.6
TargetRubyVersion: 2.7

Metrics/AbcSize:
Exclude:
Expand Down
2 changes: 1 addition & 1 deletion stub_saml_idp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.description = 'Stub SAML IdP (Identity Provider) library'
s.license = 'MIT'

s.required_ruby_version = '>= 2.6'
s.required_ruby_version = '>= 2.7'
s.metadata['rubygems_mfa_required'] = 'true'

s.files = Dir.glob('app/**/*') + Dir.glob('lib/**/*') + [
Expand Down

0 comments on commit 0f0d98e

Please sign in to comment.