質問編集履歴

3

補足

2020/05/02 01:26

投稿

gnbr
gnbr

スコア0

test CHANGED
File without changes
test CHANGED
@@ -52,6 +52,34 @@
52
52
 
53
53
  gem install rails -v '6.0.2.2' と実行するとPermission deniedとなります。
54
54
 
55
+ The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32, java. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java`.
56
+
57
+
58
+
59
+ Permission denied @ rb_sysopen -
60
+
61
+ /Users/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/rails-6.0.2.2/README.md
62
+
63
+ An error occurred while installing rails (6.0.2.2), and Bundler
64
+
65
+ cannot continue.
66
+
67
+ Make sure that `gem install rails -v '6.0.2.2' --source 'https://rubygems.org/'`
68
+
69
+ succeeds before bundling.
70
+
71
+
72
+
73
+
74
+
75
+
76
+
77
+
78
+
79
+
80
+
81
+
82
+
55
83
  https://rubygems.org/で検索しても該当なしです。
56
84
 
57
85
 

2

補足

2020/05/02 01:26

投稿

gnbr
gnbr

スコア0

test CHANGED
File without changes
test CHANGED
@@ -21,6 +21,8 @@
21
21
 
22
22
 
23
23
  ここからbundle installを実行してみると
24
+
25
+ /Users/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/rails-6.0.2.2/README.md
24
26
 
25
27
  An error occurred while installing rails (6.0.2.2), and Bundler
26
28
 

1

補足

2020/05/02 01:07

投稿

gnbr
gnbr

スコア0

test CHANGED
File without changes
test CHANGED
@@ -58,4 +58,8 @@
58
58
 
59
59
 
60
60
 
61
+ https://prog-8.com/docs/rails-envの手順に沿って行っております。
62
+
63
+
64
+
61
65
  ここにより詳細な情報を記載してください。