Skip to content

Commit

Permalink
Added required ruby version 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinFeng committed Jun 5, 2019
1 parent 4c47271 commit b081289
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Metrics/LineLength:
Metrics/BlockLength:
Exclude:
- 'spec/**/*.rb'
- 'fakeit.gemspec'

Security/Open:
Enabled: false
2 changes: 2 additions & 0 deletions fakeit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Gem::Specification.new do |spec|
spec.executables = 'fakeit'
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 2.6.0'

spec.add_development_dependency 'bundler', '~> 2.0'
spec.add_development_dependency 'byebug', '~> 11.0'
spec.add_development_dependency 'rack-test', '~> 1.1'
Expand Down

0 comments on commit b081289

Please sign in to comment.