We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 867f19e commit f1c4b17Copy full SHA for f1c4b17
bundler.d/bmc.rb
@@ -1,8 +1,4 @@
1
group :bmc do
2
- gem 'rubyipmi', '>= 0.10.0'
+ gem 'rubyipmi', '>= 0.12.1'
3
gem 'redfish_client', '>= 0.6.0'
4
- # observer is a transitive dependency of rubyipmi
5
- # Changed from a default gem to a bundled gem in Ruby 3.4 See https://stdgems.org/new-in/3.4/
6
- # This is a workaround, till https://github.com/logicminds/rubyipmi/pull/61 is live
7
- gem 'observer' if RUBY_VERSION >= '3.4'
8
end
0 commit comments