Skip to content
Merged
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
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ group :test do
# gem 'selenium-webdriver'
gem 'minitest-mock', require: false
gem 'selenium-webdriver'
gem 'rubyzip', '>= 3.4.0'
gem 'simplecov', require: false
gem 'simplecov-json', require: false
gem 'spy'
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ GEM
faraday (>= 1)
faraday-multipart (>= 1)
ruby-progressbar (1.13.0)
rubyzip (3.1.0)
rubyzip (3.6.0)
sass-embedded (1.93.2-aarch64-linux-gnu)
google-protobuf (~> 4.31)
sass-embedded (1.93.2-aarch64-linux-musl)
Expand Down Expand Up @@ -688,6 +688,7 @@ DEPENDENCIES
ruby-lsp
ruby-lsp-rails
ruby-openai (~> 8.0)
rubyzip (>= 3.4.0)
scenic
selenium-webdriver
simplecov
Expand Down