Skip to content

Commit 362c48f

Browse files
committed
Updates Gemfile, actions
1 parent d80a249 commit 362c48f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/rubocop.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ jobs:
1111
ruby-version: 2.7
1212
- name: Run Rubocop
1313
run: |
14+
sudo apt-get install libcurl4-openssl-dev
1415
bundle install
1516
bundle exec rubocop

.github/workflows/testing.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- name: Build and test with Rake
1919
run: |
2020
ruby -v
21+
sudo apt-get install libcurl4-openssl-dev
2122
bundle install
2223
bundle exec rake spec:client
2324
test-jruby:

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ gemspec
2424

2525
gem 'awesome_print'
2626
gem 'byebug' unless defined?(JRUBY_VERSION)
27+
gem 'faraday-patron'
2728
gem 'rake'
2829
gem 'rspec', '~> 3.9.0'
2930
gem 'rspec_junit_formatter'

0 commit comments

Comments
 (0)