Consider a range of numbers 100 to 115(inclusive), represented as Fahrenheit. Write a Ruby program using the appropriate loop construct that uses the Fahrenheit to Celsius conversion formula against the given range of numbers to display the output: "The temperature has reached a certain degree Celsius and has become unbearable" when the temperature in Celsius is above 32 degree Celsius.