質問編集履歴

5

追記修正

2019/08/29 02:16

投稿

tkshp
tkshp

スコア174

test CHANGED
File without changes
test CHANGED
@@ -83,61 +83,3 @@
83
83
  ### 補足情報(FW/ツールのバージョンなど)
84
84
 
85
85
  Windows 10
86
-
87
-
88
-
89
- ### 追記
90
-
91
- .bundle/configに
92
-
93
- BUNDLE_DISABLE_SHARED_GEMS: "true"を追記した後の
94
-
95
- bundle configの結果。
96
-
97
- bundle install --path vendor/bundle
98
-
99
- を実行しても同様の結果になります。
100
-
101
- ```
102
-
103
- > bundle config
104
-
105
- C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/yaml_serializer.rb:55:in `split': invalid byte sequence in UTF-8 (ArgumentError)
106
-
107
- from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/yaml_serializer.rb:55:in `load'
108
-
109
- from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/settings.rb:430:in `block in load_config'
110
-
111
- from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/shared_helpers.rb:118:in `filesystem_access'
112
-
113
- from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/settings.rb:426:in `load_config'
114
-
115
- from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/settings.rb:87:in `initialize'
116
-
117
- from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler.rb:273:in `new'
118
-
119
- from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler.rb:273:in `settings'
120
-
121
- from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/feature_flag.rb:21:in `block in settings_method'
122
-
123
- from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/cli.rb:97:in `<class:CLI>'
124
-
125
- from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/cli.rb:7:in `<module:Bundler>'
126
-
127
- from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/cli.rb:6:in `<top (required)>'
128
-
129
- from C:/Ruby24-x64/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require'
130
-
131
- from C:/Ruby24-x64/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require'
132
-
133
- from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/exe/bundle:23:in `block in <top (required)>'
134
-
135
- from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/friendly_errors.rb:124:in `with_friendly_errors'
136
-
137
- from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/exe/bundle:22:in `<top (required)>'
138
-
139
- from C:/Ruby24-x64/bin/bundle:23:in `load'
140
-
141
- from C:/Ruby24-x64/bin/bundle:23:in `<main>'
142
-
143
- ```

4

修正

2019/08/29 02:16

投稿

tkshp
tkshp

スコア174

test CHANGED
File without changes
test CHANGED
@@ -82,6 +82,8 @@
82
82
 
83
83
  ### 補足情報(FW/ツールのバージョンなど)
84
84
 
85
+ Windows 10
86
+
85
87
 
86
88
 
87
89
  ### 追記
@@ -139,7 +141,3 @@
139
141
  from C:/Ruby24-x64/bin/bundle:23:in `<main>'
140
142
 
141
143
  ```
142
-
143
-
144
-
145
- Windows 10

3

追記

2019/08/29 01:31

投稿

tkshp
tkshp

スコア174

test CHANGED
File without changes
test CHANGED
@@ -92,6 +92,10 @@
92
92
 
93
93
  bundle configの結果。
94
94
 
95
+ bundle install --path vendor/bundle
96
+
97
+ を実行しても同様の結果になります。
98
+
95
99
  ```
96
100
 
97
101
  > bundle config

2

追記

2019/08/29 01:20

投稿

tkshp
tkshp

スコア174

test CHANGED
File without changes
test CHANGED
@@ -84,4 +84,58 @@
84
84
 
85
85
 
86
86
 
87
+ ### 追記
88
+
89
+ .bundle/configに
90
+
91
+ BUNDLE_DISABLE_SHARED_GEMS: "true"を追記した後の
92
+
93
+ bundle configの結果。
94
+
95
+ ```
96
+
97
+ > bundle config
98
+
99
+ C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/yaml_serializer.rb:55:in `split': invalid byte sequence in UTF-8 (ArgumentError)
100
+
101
+ from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/yaml_serializer.rb:55:in `load'
102
+
103
+ from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/settings.rb:430:in `block in load_config'
104
+
105
+ from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/shared_helpers.rb:118:in `filesystem_access'
106
+
107
+ from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/settings.rb:426:in `load_config'
108
+
109
+ from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/settings.rb:87:in `initialize'
110
+
111
+ from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler.rb:273:in `new'
112
+
113
+ from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler.rb:273:in `settings'
114
+
115
+ from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/feature_flag.rb:21:in `block in settings_method'
116
+
117
+ from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/cli.rb:97:in `<class:CLI>'
118
+
119
+ from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/cli.rb:7:in `<module:Bundler>'
120
+
121
+ from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/cli.rb:6:in `<top (required)>'
122
+
123
+ from C:/Ruby24-x64/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require'
124
+
125
+ from C:/Ruby24-x64/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require'
126
+
127
+ from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/exe/bundle:23:in `block in <top (required)>'
128
+
129
+ from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/friendly_errors.rb:124:in `with_friendly_errors'
130
+
131
+ from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/exe/bundle:22:in `<top (required)>'
132
+
133
+ from C:/Ruby24-x64/bin/bundle:23:in `load'
134
+
135
+ from C:/Ruby24-x64/bin/bundle:23:in `<main>'
136
+
137
+ ```
138
+
139
+
140
+
87
141
  Windows 10

1

環境追記

2019/08/29 01:16

投稿

tkshp
tkshp

スコア174

test CHANGED
File without changes
test CHANGED
@@ -79,3 +79,9 @@
79
79
  -a---- 374 README.md
80
80
 
81
81
  ```
82
+
83
+ ### 補足情報(FW/ツールのバージョンなど)
84
+
85
+
86
+
87
+ Windows 10