Skip to content

Commit

Permalink
Removing ruby 2.6 as required version because JRuby jruby-9.2 conside…
Browse files Browse the repository at this point in the history
…rs 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
  • Loading branch information
MarceloAGuimaraes committed Jan 15, 2022
1 parent 5a5df78 commit 4bb0c7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ Metrics/CyclomaticComplexity:
Metrics/PerceivedComplexity:
Enabled: false

Gemspec/RequiredRubyVersion:
Enabled: false

Layout/ParameterAlignment:
EnforcedStyle: with_fixed_indentation

Expand Down
1 change: 0 additions & 1 deletion pundit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4bb0c7d

Please sign in to comment.