質問編集履歴

1

追記

2018/07/26 08:29

投稿

naonao11
naonao11

スコア97

test CHANGED
File without changes
test CHANGED
@@ -87,3 +87,39 @@
87
87
  となっています。。。
88
88
 
89
89
  ご助力お願いいたします。
90
+
91
+
92
+
93
+ 追記
94
+
95
+ ---
96
+
97
+ dpkg -l | grep ruby
98
+
99
+ をおこなった結果以下のようになります。
100
+
101
+ ```ここに言語を入力
102
+
103
+ ii libruby2.5:amd64 2.5.1-1ubuntu1 amd64 Libraries necessary to run Ruby 2.5
104
+
105
+ ii rake 12.3.1-1 all ruby make-like utility
106
+
107
+ ii ruby 1:2.5.1 amd64 Interpreter of object-oriented scripting language Ruby (default version)
108
+
109
+ ii ruby-did-you-mean 1.2.0-2 all smart error messages for Ruby > 2.3
110
+
111
+ ii ruby-minitest 5.10.3-1 all Ruby test tools supporting TDD, BDD, mocking, and benchmarking
112
+
113
+ ii ruby-net-telnet 0.1.1-2 all telnet client library
114
+
115
+ ii ruby-power-assert 0.3.0-1 all library showing values of variables and method calls in an expression
116
+
117
+ ii ruby-test-unit 3.2.5-1 all unit testing framework for Ruby
118
+
119
+ ii ruby2.5 2.5.1-1ubuntu1 amd64 Interpreter of object-oriented scripting language Ruby
120
+
121
+ ii rubygems-integration 1.11 all integration of Debian Ruby packages with Rubygems
122
+
123
+
124
+
125
+ ```