I try to install bro pages , but I click on the wall.
I managed to upgrade to Ruby 2.1.0:
craig@Craig-loaf:~$ ruby -v
ruby 2.1.0p0 (2013-12-25 revision 44422) [x86_64-linux]
craig@Craig-loaf:~$ gem -v
2.2.1
But I'm trying to install bro pages, for example:
craig@Craig-loaf:~$ sudo gem install bropages
ERROR: Error installing bropages:
mime-types requires Ruby version >= 1.9.2.
Which doesn't make sense to me.
I found something where a similar problem occurred in Stackoverflow when another stone had problems with installation, it is recommended to add it --pre --no-ri --no-rdocto the end, but instead we get this error:
craig@Craig-loaf:~$ sudo gem install bropages
[sudo] password for craig:
ERROR: Could not find a valid gem 'bropages' (>= 0) in any repository
ERROR: Possible alternatives: bropages
craig@Craig-loaf:~$ sudo gem install mime-types
ERROR: Could not find a valid gem 'mime-types' (>= 0) in any repository
ERROR: Possible alternatives: mime-types
So how can I get around this and install bropages?
source
share