Skip to content

Commit

Permalink
fix syntax geq operator
Browse files Browse the repository at this point in the history
  • Loading branch information
swiknaba committed Dec 30, 2020
1 parent 06e3587 commit 22459ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fasterer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.required_ruby_version = '=> 2.2'
spec.required_ruby_version = '>= 2.2'

spec.add_dependency 'colorize', '~> 0.7'
spec.add_dependency 'ruby_parser', '>= 3.14.1'
Expand Down

0 comments on commit 22459ca

Please sign in to comment.