Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins:
- rubocop-rake

AllCops:
TargetRubyVersion: 3.2
TargetRubyVersion: 4.0.5
NewCops: enable
SuggestExtensions: false

Expand Down
2 changes: 1 addition & 1 deletion bitsmithy-auth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
"a mountable engine for the default sign-in flow."
spec.homepage = "https://github.com/bitsmithy/auth-ruby"
spec.license = "MIT"
spec.required_ruby_version = ">= 3.2.0"
spec.required_ruby_version = ">= 4.0.5"
# Private gem — consumed via `gem 'bitsmithy-auth', github: 'bitsmithy/auth-ruby'`.
# If switching to GitHub Packages or a private gem server, set allowed_push_host below.
# spec.metadata["allowed_push_host"] = "https://rubygems.pkg.github.com/bitsmithy"
Expand Down