Skip to content

Commit

Permalink
Merge pull request #50 from eikes/rubyzip-v2
Browse files Browse the repository at this point in the history
Updates rubyzip to ~> 2.3
  • Loading branch information
stephenyeargin authored Jan 20, 2024
2 parents 27348ca + 1c5c3c8 commit d7f8c99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
gtfs (0.4.1)
multi_json
rake
rubyzip (~> 1.1)
rubyzip (~> 2.3)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -38,7 +38,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
rubyzip (1.3.0)
rubyzip (2.3.2)
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down
2 changes: 1 addition & 1 deletion gtfs.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 'rake'
gem.add_dependency 'multi_json'
gem.add_dependency 'rubyzip', ['~> 1.1']
gem.add_dependency 'rubyzip', ['~> 2.3']

gem.add_development_dependency 'rspec', ['>= 2.0.0']
gem.add_development_dependency 'simplecov'
Expand Down

0 comments on commit d7f8c99

Please sign in to comment.