Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem 'mime-types', '~> 3.7'
gem 'execjs', '~> 2.10'
gem 'ansi', '~> 1.5'
gem 'term-ansicolor', :require => 'term/ansicolor'
gem 'rubyzip', '~> 2.4'
gem 'rubyzip', '~> 3.0'
Copy link

Copilot AI Aug 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This major version bump introduces breaking API changes. The changelog mentions changes to method signatures (explicit named parameters), removed methods (File::add_buffer), renamed exceptions (GPFBit3Error to StreamingError), and behavioral changes. You should verify that all rubyzip usage in the codebase is compatible with the 3.x API changes before merging this update.

Copilot uses AI. Check for mistakes.
gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice
gem 'rake', '~> 13.3'
gem 'activerecord', '~> 7.2'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ GEM
prism (~> 1.4)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
rubyzip (2.4.1)
rubyzip (3.0.1)
rushover (0.3.0)
json
rest-client
Expand Down Expand Up @@ -291,7 +291,7 @@ DEPENDENCIES
rest-client (~> 2.1.0)
rspec (~> 3.13)
rubocop (~> 1.79.2)
rubyzip (~> 2.4)
rubyzip (~> 3.0)
rushover (~> 0.3.0)
selenium-webdriver (~> 4.35)
sinatra (~> 3.2)
Expand Down
Loading