Skip to content

Commit

Permalink
Bundle with 2.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hennevogel committed Mar 21, 2022
1 parent e416403 commit 85d1d63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Gemfile
Expand Up @@ -26,11 +26,17 @@ gem 'dalli'
gem 'hashie'
gem 'mini_magick'
gem 'minitest'
gem 'nokogiri'
gem 'xmlhash', '>= 1.2.2'

gem 'matrix'
gem 'prometheus_exporter'
gem 'puma_worker_killer'

# FIXME: for selenium-webdriver, rexml isn't in the default set of Ruby 3.1 anymore
# see https://github.com/SeleniumHQ/selenium/commit/526fd9d0de60a53746ffa982feab985fed09a278
gem 'rexml'

# HTTP client library for OBS Client
gem 'faraday'
gem 'faraday_middleware'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -309,4 +309,4 @@ DEPENDENCIES
xmlhash (>= 1.2.2)

BUNDLED WITH
1.17.2
2.3.7

0 comments on commit 85d1d63

Please sign in to comment.