Skip to content

Commit

Permalink
#216 ruby version above 2
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 20, 2022
1 parent 72b6b6d commit f504e9c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ AllCops:
NewCops: enable
SuggestExtensions: false

Gemspec/RequiredRubyVersion:
Enabled: false
Layout/EmptyLineAfterGuardClause:
Enabled: false
Metrics/CyclomaticComplexity:
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ end

require 'cucumber/rake/task'
Cucumber::Rake::Task.new(:features) do |t|
t.cucumber_opts = 'features --format progress'
t.cucumber_opts = 'features'
Rake::Cleaner.cleanup_files(['coverage'])
end
Cucumber::Rake::Task.new(:'features:html') do |t|
Expand Down
2 changes: 1 addition & 1 deletion pdd.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version =
Gem::Requirement.new('>= 0')
end
s.required_ruby_version = '~> 2.3'
s.required_ruby_version = '~>2'
s.name = 'pdd'
s.version = PDD::VERSION
s.license = 'MIT'
Expand Down

0 comments on commit f504e9c

Please sign in to comment.