This file is indexed.

/usr/share/pcsd/Gemfile is in pcs 0.9.149-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
source 'https://rubygems.org'

source 'https://tojeline.fedorapeople.org/rubygems/' do
    gem 'rpam-ruby19-feist', :platform => :ruby_18
end

gem 'sinatra'
gem 'sinatra-contrib'
gem 'rack'
gem 'rack-protection'
gem 'tilt'
gem 'eventmachine'
gem 'rack-test'
gem 'backports'
gem 'sinatra-sugar'
gem 'monkey-lib'
gem 'rpam-ruby19', :platform => [:ruby_19, :ruby_20, :ruby_21, :ruby_22]
gem 'json'
gem 'multi_json'
gem 'open4'
gem 'orderedhash'