We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d6dfe commit 2e8e8feCopy full SHA for 2e8e8fe
.rubocop.yml
@@ -4,7 +4,7 @@ Layout/HashAlignment:
4
AllowMultipleStyles: true
5
EnforcedColonStyle: key
6
AllCops:
7
- TargetRubyVersion: 2.4 # Pin to flagsmith.gemspec required_ruby_version
+ TargetRubyVersion: 3.0 # Pin to flagsmith.gemspec required_ruby_version
8
NewCops: enable
9
SuggestExtensions: false
10
Exclude:
flagsmith.gemspec
@@ -3,7 +3,7 @@
3
require File.expand_path('lib/flagsmith/version', __dir__)
Gem::Specification.new do |spec|
- spec.required_ruby_version = '>= 2.4.0'
+ spec.required_ruby_version = '>= 3.0.0'
spec.name = 'flagsmith'
spec.version = Flagsmith::VERSION
spec.authors = ['Tom Stuart', 'Brian Moelk', 'Zach Aysan']
0 commit comments