Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore gRPC testing for Ruby 2.7 #1006

Merged
merged 1 commit into from
Apr 15, 2020
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
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ elsif Gem::Version.new('2.7.0') <= Gem::Version.new(RUBY_VERSION)
gem 'excon'
gem 'grape'
gem 'graphql'
# gem 'grpc' # Pending 2.7 support: https://github.com/grpc/grpc/issues/21514
gem 'grpc'
gem 'hiredis'
gem 'mongo', '>= 2.8.0'
gem 'mysql2', '< 0.5', platform: :ruby
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ task :ci do
sh 'bundle exec appraisal contrib rake spec:faraday'
sh 'bundle exec appraisal contrib rake spec:grape'
sh 'bundle exec appraisal contrib rake spec:graphql'
# sh 'bundle exec appraisal contrib rake spec:grpc' # Pending 2.7 support: https://github.com/grpc/grpc/issues/21514
sh 'bundle exec appraisal contrib rake spec:grpc'
sh 'bundle exec appraisal contrib rake spec:http'
sh 'bundle exec appraisal contrib rake spec:mongodb'
sh 'bundle exec appraisal contrib rake spec:mysql2'
Expand Down