Skip to content

Commit

Permalink
Fixed dependency issues for MiniTest
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Truong <[email protected]>
  • Loading branch information
nhtruong committed Jul 27, 2023
1 parent 3053eb0 commit a5c3fd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ gem 'opensearch-ruby', path: __dir__, require: false
gem 'ansi'
gem 'bundler'
gem 'cane'
gem 'faraday-httpclient'
gem 'faraday-net_http_persistent'
gem 'faraday-httpclient', '~> 2'
gem 'faraday-net_http_persistent', '~> 2'
gem 'hashie'
gem 'httpclient'
gem 'jbuilder'
Expand All @@ -55,7 +55,7 @@ gem 'webmock', '~> 2.0'
gem 'yard'

gem 'curb' unless defined? JRUBY_VERSION
gem 'faraday-patron' unless defined? JRUBY_VERSION
gem 'faraday-patron', '~> 2' unless defined? JRUBY_VERSION
gem 'patron' unless defined? JRUBY_VERSION

gem 'require-prof' unless defined?(JRUBY_VERSION) || defined?(Rubinius)
Expand Down

0 comments on commit a5c3fd9

Please sign in to comment.