Skip to content

Commit 9d32489

Browse files
Update rubyzip requirement from ~> 1.2.1 to >= 1.2.1, < 2.1.0 (#321)
Updates the requirements on [rubyzip](https://github.com/rubyzip/rubyzip) to permit the latest version. - [Release notes](https://github.com/rubyzip/rubyzip/releases) - [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md) - [Commits](rubyzip/rubyzip@v1.2.2...v1.3.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e2939c2 commit 9d32489

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PATH
77
faye-websocket (>= 0.10.7, < 0.12.0)
88
listen (~> 2.10)
99
rack-livereload
10-
rubyzip (~> 1.2.1)
10+
rubyzip (>= 1.2.1, < 2.4.0)
1111
sinatra (~> 1.4.6)
1212
sinatra-cross_origin (~> 0.3.1)
1313
thin (~> 1.8.0)
@@ -111,7 +111,7 @@ GEM
111111
diff-lcs (>= 1.2.0, < 2.0)
112112
rspec-support (~> 3.9.0)
113113
rspec-support (3.9.2)
114-
rubyzip (1.2.4)
114+
rubyzip (1.3.0)
115115
safe_yaml (1.0.5)
116116
sass (3.7.4)
117117
sass-listen (~> 4.0.0)

zendesk_apps_tools.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
1616
s.required_rubygems_version = '>= 1.3.6'
1717

1818
s.add_runtime_dependency 'thor', '~> 0.19.4'
19-
s.add_runtime_dependency 'rubyzip', '~> 1.2.1'
19+
s.add_runtime_dependency 'rubyzip', '>= 1.2.1', '< 2.4.0'
2020
s.add_runtime_dependency 'thin', '~> 1.8.0'
2121
s.add_runtime_dependency 'sinatra', '~> 1.4.6'
2222
s.add_runtime_dependency 'faraday', '~> 0.9.2'

0 commit comments

Comments
 (0)