Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Jun 25, 2024
1 parent 6afd39c commit 6825f13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '3.0', '3.1', '3.2', '3.3', 'jruby-9.3', 'jruby-9.4' ]
ruby: [ '3.0', '3.1.5', '3.2', '3.3', 'jruby-9.3', 'jruby-9.4' ]
es_version: ['8.13.5-SNAPSHOT', '8.14.2-SNAPSHOT', '8.15.0-SNAPSHOT']
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile-faraday1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ source 'https://rubygems.org'
# $ BUNDLE_GEMFILE=./Gemfile-faraday1.gemfile bundle exec rake test:faraday1:unit

gem 'faraday', '~> 1'
gemspec path: './'
gemspec

group :development, :test do
gem 'httpclient'
Expand Down

0 comments on commit 6825f13

Please sign in to comment.