Skip to content

Commit

Permalink
rubygems requires io/console
Browse files Browse the repository at this point in the history
/usr/share/ruby/2.3/rubygems/user_interaction.rb:9:  require 'io/console'
  • Loading branch information
glensc committed Apr 25, 2017
1 parent 162eb98 commit 90070d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ruby.spec
Expand Up @@ -11,7 +11,7 @@
%bcond_with bootstrap # build bootstrap version
%bcond_with tests # build without tests

%define rel 0.2
%define rel 0.3
%define ruby_version 2.3
%define basever 2.3
%define patchlevel 4
Expand Down Expand Up @@ -331,6 +331,7 @@ Release: %{pkg_version}.%{rel}
Epoch: 0
License: Ruby or MIT
Group: Development/Libraries
Requires: %{name}-io-console = %{io_console_ver}-%{pkg_version}.%{rel}
Requires: %{name}-modules = 1:%{pkg_version}-%{rel}
Requires: %{name}-rdoc >= %{rdoc_ver}
Suggests: %{name}-devel
Expand Down

0 comments on commit 90070d5

Please sign in to comment.