Skip to content

Commit 91a75f7

Browse files
committed
chore: Bump minimum Ruby version to 2.7
The codebase already uses argument forwarding (...) which requires Ruby 2.7+, and the CI matrix starts at 2.7.
1 parent 2ea9ba3 commit 91a75f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.standard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# For available configuration options, see:
22
# https://github.com/testdouble/standard
3-
ruby_version: 2.6
3+
ruby_version: 2.7

cognito_idp-client.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
1212
spec.description = "Client for interacting with Amazon Cognito IdP (User Pools) endpoints."
1313
spec.homepage = "https://github.com/appercept/cognito_idp-ruby"
1414
spec.license = "MIT"
15-
spec.required_ruby_version = ">= 2.6.0"
15+
spec.required_ruby_version = ">= 2.7.0"
1616

1717
spec.metadata["homepage_uri"] = spec.homepage
1818
spec.metadata["source_code_uri"] = spec.homepage

0 commit comments

Comments
 (0)