Update ruby version used with RVM on Centos 7
[arvados-formula.git] / test / integration / api / controls / packages_spec.rb
index edc206049bbc6e056a3c1859e8d8899ec5976934..804b2746a587631c6644b942f08b498b85c32a4c 100644 (file)
@@ -40,7 +40,6 @@ control 'RVM and dependencies' do
     pam-devel
     postgresql12-libs
     python3-devel
-    rubygem-bundler
     zlib-devel
   ].each do |p|
     describe package(p) do
@@ -49,6 +48,6 @@ control 'RVM and dependencies' do
   end
   describe command('/usr/local/rvm/bin/rvm list') do
     its(:exit_status) { should eq 0 }
-    its('stdout') { should match(/ruby-2.5.8/) }
+    its('stdout') { should match(/ruby-2.7.2/) }
   end
 end