mirror of
https://github.com/varvet/pundit.git
synced 2022-11-09 12:30:11 -05:00
Removing ruby 2.6 as required version because JRuby jruby-9.2 considers itself to be compliant with MRI 2.5 so if we add 2.6 as required minimum version for ruby it will causes conflict errors on bundler
This commit is contained in:
parent
5a5df7894d
commit
4bb0c7d637
2 changed files with 3 additions and 1 deletions
|
@ -29,6 +29,9 @@ Metrics/CyclomaticComplexity:
|
|||
Metrics/PerceivedComplexity:
|
||||
Enabled: false
|
||||
|
||||
Gemspec/RequiredRubyVersion:
|
||||
Enabled: false
|
||||
|
||||
Layout/ParameterAlignment:
|
||||
EnforcedStyle: with_fixed_indentation
|
||||
|
||||
|
|
|
@ -18,7 +18,6 @@ Gem::Specification.new do |gem|
|
|||
gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }
|
||||
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
||||
gem.require_paths = ["lib"]
|
||||
gem.required_ruby_version = ">= 2.6.0"
|
||||
|
||||
gem.add_dependency "activesupport", ">= 3.0.0"
|
||||
gem.add_development_dependency "actionpack", ">= 3.0.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue