質問編集履歴

1

bundle installした後のプログラムを書き加えました

2020/04/07 16:50

投稿

dsfas
dsfas

スコア18

test CHANGED
@@ -1 +1 @@
1
- ruby on rails のサーバー
1
+ rails s 立ち上がらない
test CHANGED
@@ -24,7 +24,111 @@
24
24
 
25
25
  ### 発生している問題・エラーメッセージ
26
26
 
27
+ C:\Sites\blog>bundle install
27
28
 
29
+ The latest bundler is 2.1.4, but you are currently running 1.15.3.
30
+
31
+ To update, run `gem install bundler`
32
+
33
+ Fetching gem metadata from https://rubygems.org/..............
34
+
35
+ Fetching version metadata from https://rubygems.org/...
36
+
37
+ Fetching dependency metadata from https://rubygems.org/..
38
+
39
+ Resolving dependencies...
40
+
41
+ Using rake 13.0.1
42
+
43
+ Using concurrent-ruby 1.1.6
44
+
45
+ Using minitest 5.14.0
46
+
47
+ Using thread_safe 0.3.6
48
+
49
+ Using builder 3.2.4
50
+
51
+ Using erubi 1.9.0
52
+
53
+ Using mini_portile2 2.4.0
54
+
55
+ Using crass 1.0.6
56
+
57
+ Using rack 2.2.2
58
+
59
+ Using nio4r 2.5.2
60
+
61
+ Using websocket-extensions 0.1.4
62
+
63
+ Using mini_mime 1.0.2
64
+
65
+ Using arel 8.0.0
66
+
67
+ Using public_suffix 4.0.4
68
+
69
+ Using bindex 0.8.1
70
+
71
+ Using bundler 1.15.3
72
+
73
+ Fetching byebug 11.1.1
74
+
75
+ Installing byebug 11.1.1 with native extensions
76
+
77
+ Using childprocess 3.0.0
78
+
79
+ Using coffee-script-source 1.12.2
80
+
81
+ Using execjs 2.7.0
82
+
83
+ Using method_source 1.0.0
84
+
85
+ Using thor 1.0.1
86
+
87
+ Using ffi 1.12.2 (x86-mingw32)
88
+
89
+ Using puma 3.12.4
90
+
91
+ Using rb-fsevent 0.10.3
92
+
93
+ Fetching rubyzip 2.3.0
94
+
95
+ Installing rubyzip 2.3.0
96
+
97
+ Using tilt 2.0.10
98
+
99
+ Fetching sqlite3 1.4.2
100
+
101
+ Installing sqlite3 1.4.2 with native extensions
102
+
103
+ Using turbolinks-source 5.2.0
104
+
105
+ Using i18n 1.8.2
106
+
107
+ Using tzinfo 1.2.7
108
+
109
+ Using nokogiri 1.10.9 (x86-mingw32)
110
+
111
+ Using rack-test 1.1.0
112
+
113
+ Using sprockets 3.7.2
114
+
115
+ Using websocket-driver 0.6.5
116
+
117
+ Using mail 2.7.1
118
+
119
+ Using addressable 2.7.0
120
+
121
+ Gem::InstallError: byebug requires Ruby version >= 2.4.0.
122
+
123
+ An error occurred while installing byebug (11.1.1), and Bundler cannot continue.
124
+
125
+ Make sure that `gem install byebug -v '11.1.1'` succeeds before bundling.
126
+
127
+
128
+
129
+ In Gemfile:
130
+
131
+ byebug
28
132
 
29
133
  ```
30
134