Skip to content

Commit

Permalink
Remove 1.2.1 requirement for rubyzip, back to >= 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
anshizzle committed Dec 12, 2018
1 parent bbce01d commit a6bc157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo4j-rake_tasks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ DESCRIPTION
s.add_dependency('os')
s.add_dependency('rake')
s.add_dependency('ruby-progressbar')
s.add_dependency('rubyzip', '~> 1.2', '>= 1.2.1')
s.add_dependency('rubyzip', '>= 1.1.7')

# s.add_development_dependency('vcr')
s.add_development_dependency('guard')
Expand Down

0 comments on commit a6bc157

Please sign in to comment.