Skip to content

Commit

Permalink
Updates Gemfile, actions
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Sep 11, 2024
1 parent d80a249 commit 362c48f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ jobs:
ruby-version: 2.7
- name: Run Rubocop
run: |
sudo apt-get install libcurl4-openssl-dev
bundle install
bundle exec rubocop
1 change: 1 addition & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Build and test with Rake
run: |
ruby -v
sudo apt-get install libcurl4-openssl-dev
bundle install
bundle exec rake spec:client
test-jruby:
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ gemspec

gem 'awesome_print'
gem 'byebug' unless defined?(JRUBY_VERSION)
gem 'faraday-patron'
gem 'rake'
gem 'rspec', '~> 3.9.0'
gem 'rspec_junit_formatter'
Expand Down

0 comments on commit 362c48f

Please sign in to comment.