Skip to content

Commit

Permalink
chores: renovate dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
isimluk committed May 24, 2023
1 parent 276b825 commit fcba2ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions openscap.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ GEMSPEC = Gem::Specification.new do |gem|
gem.description = "A FFI wrapper around the OpenSCAP library.
Currently it provides only subset of libopenscap functionality."

gem.add_development_dependency 'bundler', '>=1.0.0'
gem.add_runtime_dependency 'ffi', '>= 1.0.9'
gem.add_development_dependency 'test-unit'
gem.add_development_dependency :rake
gem.add_development_dependency :rubocop
gem.add_runtime_dependency 'ffi', '~> 1.15.5'

gem.files = Dir['{lib,test}/**/*'] + ['COPYING', 'README.md', 'Rakefile']
gem.require_path = 'lib'
Expand Down
8 changes: 4 additions & 4 deletions runtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ set -e -o pipefail
set -x

rm -f openscap-*.gem
gem build openscap.gemspec
gem install openscap-*.gem
rake test
rubocop
#gem build openscap.gemspec
#gem install openscap-*.gem
bundle exec rake test
bundle exec rubocop

0 comments on commit fcba2ec

Please sign in to comment.