We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d80a249 commit 362c48fCopy full SHA for 362c48f
.github/workflows/rubocop.yml
@@ -11,5 +11,6 @@ jobs:
11
ruby-version: 2.7
12
- name: Run Rubocop
13
run: |
14
+ sudo apt-get install libcurl4-openssl-dev
15
bundle install
16
bundle exec rubocop
.github/workflows/testing.yml
@@ -18,6 +18,7 @@ jobs:
18
- name: Build and test with Rake
19
20
ruby -v
21
22
23
bundle exec rake spec:client
24
test-jruby:
Gemfile
@@ -24,6 +24,7 @@ gemspec
25
gem 'awesome_print'
26
gem 'byebug' unless defined?(JRUBY_VERSION)
27
+gem 'faraday-patron'
28
gem 'rake'
29
gem 'rspec', '~> 3.9.0'
30
gem 'rspec_junit_formatter'
0 commit comments