We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f44030 commit f78d1edCopy full SHA for f78d1ed
Gemfile
@@ -38,7 +38,7 @@ gem 'rgeo-geojson'
38
gem 'rqrcode', '~> 3.0'
39
gem 'rswag-api'
40
gem 'rswag-ui'
41
-gem 'rubyzip', '~> 2.4'
+gem 'rubyzip', '~> 3.1'
42
gem 'sentry-rails'
43
gem 'sentry-ruby'
44
gem 'sidekiq'
Gemfile.lock
@@ -423,7 +423,7 @@ GEM
423
rubocop (>= 1.75.0, < 2.0)
424
rubocop-ast (>= 1.44.0, < 2.0)
425
ruby-progressbar (1.13.0)
426
- rubyzip (2.4.1)
+ rubyzip (3.1.1)
427
securerandom (0.4.1)
428
selenium-webdriver (4.35.0)
429
base64 (~> 0.2)
@@ -569,7 +569,7 @@ DEPENDENCIES
569
rswag-specs
570
rswag-ui
571
rubocop-rails
572
- rubyzip (~> 2.4)
+ rubyzip (~> 3.1)
573
selenium-webdriver
574
sentry-rails
575
sentry-ruby
0 commit comments