Skip to content

Commit

Permalink
Explain the version bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
julik committed Feb 3, 2024
1 parent e614e32 commit 7f6eb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zipline.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |gem|

gem.add_dependency 'actionpack', ['>= 6.0', '< 8.0']
gem.add_dependency 'content_disposition', '~> 1.0'
gem.add_dependency 'zip_tricks', ['>= 4.2.1', '< 6.0']
gem.add_dependency 'zip_tricks', ['~> 4.8', '< 6'] # Minimum to 4.8.3 which is the last-released MIT version

gem.add_development_dependency 'rspec', '~> 3'
gem.add_development_dependency 'fog-aws'
Expand Down

0 comments on commit 7f6eb11

Please sign in to comment.