Skip to content

Commit

Permalink
Test on Ruby 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ofedoren committed Feb 15, 2024
1 parent e1c4f9b commit aa2bf60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion foreman_virt_who_configure.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Gem::Specification.new do |s|
s.files = Dir['{app,config,db,lib,locale}/**/*'] + ['LICENSE', 'Rakefile', 'README.md']
s.test_files = Dir['test/**/*']

s.add_dependency 'katello'
s.add_development_dependency('theforeman-rubocop', '~> 0.0.6')
s.add_development_dependency 'rdoc'
end
3 changes: 3 additions & 0 deletions gemfile.d/test.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
group :test do
gem 'katello', github: 'Katello/katello', branch: 'master'
end

0 comments on commit aa2bf60

Please sign in to comment.