質問編集履歴

2

修正

2021/04/05 11:00

投稿

ko.nakamura
ko.nakamura

スコア3

test CHANGED
File without changes
test CHANGED
@@ -9,6 +9,8 @@
9
9
  ##発生している問題・エラーメッセージ
10
10
 
11
11
  ターミナルにて
12
+
13
+ rails g controller shift_hopes indexコマンド実行
12
14
 
13
15
  ```
14
16
 
@@ -68,16 +70,6 @@
68
70
 
69
71
  ```
70
72
 
71
- ##該当のソースコード
72
-
73
- ```
74
-
75
- rails g controller shift_hopes index
76
-
77
- ```
78
-
79
- こちら実行した際に発生
80
-
81
73
 
82
74
 
83
75
  ##試したこと

1

修正

2021/04/05 11:00

投稿

ko.nakamura
ko.nakamura

スコア3

test CHANGED
File without changes
test CHANGED
@@ -14,33 +14,7 @@
14
14
 
15
15
  〜.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/bundler-2.1.4/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated bundler 2.2.11, but your Gemfile requires bundler 2.1.4. Prepending `bundle exec` to your command may solve this. (Gem::LoadError)
16
16
 
17
- ```
18
17
 
19
- ##該当のソースコード
20
-
21
- ```
22
-
23
- rails g controller shift_hopes index
24
-
25
- ```
26
-
27
- こちら実行した際に発生
28
-
29
-
30
-
31
- ##試したこと
32
-
33
- ターミナル上で、bundle execつけて実行してみてと言われたので試しましたが変わらず。
34
-
35
- その他、ググってみてbundle updateをしてみましたが変わらず
36
-
37
- 助けてください!!
38
-
39
- ##補足情報
40
-
41
- 以下、rails g controller shift_hopes index実行時のターミナルです
42
-
43
- ```
44
18
 
45
19
  /.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/bundler-2.1.4/lib/bundler/runtime.rb:31:in `block in setup'
46
20
 
@@ -93,3 +67,27 @@
93
67
  from -e:1:in `<main>'
94
68
 
95
69
  ```
70
+
71
+ ##該当のソースコード
72
+
73
+ ```
74
+
75
+ rails g controller shift_hopes index
76
+
77
+ ```
78
+
79
+ こちら実行した際に発生
80
+
81
+
82
+
83
+ ##試したこと
84
+
85
+ ターミナル上で、bundle execつけて実行してみてと言われたので
86
+
87
+ bundle exec rails g controller shift_hopes index
88
+
89
+ を実行してみたが同様のエラーが出ます
90
+
91
+ その他、ググってみてbundle updateをしてみましたが変わらず
92
+
93
+ 助けてください