Skip to content

Commit

Permalink
test(excon): Test with excon 0.100.0 as well
Browse files Browse the repository at this point in the history
Signed-off-by: Ferenc G茅czi <ferenc.geczi@ibm.com>
  • Loading branch information
Ferenc- committed Jun 13, 2023
1 parent 66ef410 commit 4460739
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ workflows:
- "./gemfiles/dalli_20.gemfile"
- "./gemfiles/excon_02.gemfile"
- "./gemfiles/excon_079.gemfile"
- "./gemfiles/excon_100.gemfile"
- "./gemfiles/graphql_10.gemfile"
- "./gemfiles/graphql_20.gemfile"
- "./gemfiles/grpc_10.gemfile"
Expand Down
19 changes: 19 additions & 0 deletions gemfiles/excon_100.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# This file was generated by Appraisal

# (c) Copyright IBM Corp. 2021
# (c) Copyright Instana Inc. 2021

source "https://rubygems.org"

gem "rack", "<3.0.0"
gem "rake"
gem "minitest", "5.9.1"
gem "minitest-reporters"
gem "webmock"
gem "puma"
gem "rubocop", "~> 1.9"
gem "rack-test"
gem "simplecov", "~> 0.21.2"
gem "excon", ">= 0.100.0", "< 1.0"

gemspec path: "../"

0 comments on commit 4460739

Please sign in to comment.