Trying to add 'rspec'

Trying to add ‘rspec’ to my ROR app and getting this error:

looks like you combining gems into one…
i think what you want to do is

gem ‘rspec-rails’
gem ‘byebug’, platforms: [:mri, :mingw, :x64mingw ]

Yup. All fixed. Thanks