Skip to content

Commit 2e8e8fe

Browse files
committed
Pin to ruby 3.0 or greater to match Faraday
1 parent f5d6dfe commit 2e8e8fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Layout/HashAlignment:
44
AllowMultipleStyles: true
55
EnforcedColonStyle: key
66
AllCops:
7-
TargetRubyVersion: 2.4 # Pin to flagsmith.gemspec required_ruby_version
7+
TargetRubyVersion: 3.0 # Pin to flagsmith.gemspec required_ruby_version
88
NewCops: enable
99
SuggestExtensions: false
1010
Exclude:

flagsmith.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require File.expand_path('lib/flagsmith/version', __dir__)
44

55
Gem::Specification.new do |spec|
6-
spec.required_ruby_version = '>= 2.4.0'
6+
spec.required_ruby_version = '>= 3.0.0'
77
spec.name = 'flagsmith'
88
spec.version = Flagsmith::VERSION
99
spec.authors = ['Tom Stuart', 'Brian Moelk', 'Zach Aysan']

0 commit comments

Comments
 (0)