質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.48%
Ruby on Rails

Ruby on Railsは、オープンソースのWebアプリケーションフレームワークです。「同じことを繰り返さない」というRailsの基本理念のもと、他のフレームワークより少ないコードで簡単に開発できるよう設計されています。

Q&A

2回答

2267閲覧

bundleの`split': invalid byte sequence in UTF-8 (ArgumentError)

tkshp

総合スコア174

Ruby on Rails

Ruby on Railsは、オープンソースのWebアプリケーションフレームワークです。「同じことを繰り返さない」というRailsの基本理念のもと、他のフレームワークより少ないコードで簡単に開発できるよう設計されています。

0グッド

0クリップ

投稿2019/08/29 02:28

編集2019/08/29 02:50

前提・実現したいこと

.bundle/configにおいて、

BUNDLE_PATH: "vendor/bundle" BUNDLE_DISABLE_SHARED_GEMS: "true"

のように、BUNDLE_DISABLE_SHARED_GEMSをtrueに設定しているのですが、
bundle config や bundle install --path vendor/bundle を実行すると、

yaml_serializer.rb:55において、

`split': invalid byte sequence in UTF-8 (ArgumentError)

というエラーが発生してしまいます。
対処法のご教示をお願い致します。
なお、前提条件として、
BUNDLE_DISABLE_SHARED_GEMSをtrueに設定したいです。

発生している問題・エラーメッセージ

> bundle config 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) from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/yaml_serializer.rb:55:in `load' 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' from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/shared_helpers.rb:118:in `filesystem_access' from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/settings.rb:426:in `load_config' from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/settings.rb:87:in `initialize' from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler.rb:273:in `new' from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler.rb:273:in `settings' 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' from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/cli.rb:97:in `<class:CLI>' from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/cli.rb:7:in `<module:Bundler>' from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/cli.rb:6:in `<top (required)>' from C:/Ruby24-x64/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require' from C:/Ruby24-x64/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require' from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/exe/bundle:23:in `block in <top (required)>' 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' from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/exe/bundle:22:in `<top (required)>' from C:/Ruby24-x64/bin/bundle:23:in `load' from C:/Ruby24-x64/bin/bundle:23:in `<main>'
> bundle install --path vendor/bundle 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) from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/yaml_serializer.rb:55:in `load' 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' from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/shared_helpers.rb:118:in `filesystem_access' from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/settings.rb:426:in `load_config' from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/settings.rb:87:in `initialize' from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler.rb:273:in `new' from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler.rb:273:in `settings' 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' from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/cli.rb:97:in `<class:CLI>' from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/cli.rb:7:in `<module:Bundler>' from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/cli.rb:6:in `<top (required)>' from C:/Ruby24-x64/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require' from C:/Ruby24-x64/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require' from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/exe/bundle:23:in `block in <top (required)>' 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' from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/exe/bundle:22:in `<top (required)>' from C:/Ruby24-x64/bin/bundle:23:in `load' from C:/Ruby24-x64/bin/bundle:23:in `<main>'

試したこと

C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/yaml_serializer.rb:55
の箇所を調べてみた所、下記のように記述されてありました。

str.split(/\r?\n/).each do |line|

補足情報(FW/ツールのバージョンなど)

Windows 10

追記

Gemfileの内容。

source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '2.4.5' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 5.2.2' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Use Puma as the app server gem 'puma', '~> 3.11' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets gem 'uglifier', '>= 1.3.0' # See https://github.com/rails/execjs#readme for more supported runtimes gem 'duktape' # Use CoffeeScript for .coffee assets and views gem 'coffee-rails', '~> 4.2' # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks gem 'turbolinks', '~> 5' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem 'jbuilder', '~> 2.5' # Use Redis adapter to run Action Cable in production # gem 'redis', '~> 4.0' # Use ActiveModel has_secure_password # gem 'bcrypt', '~> 3.1.7' # Use ActiveStorage variant # gem 'mini_magick', '~> 4.8' # Use Capistrano for deployment # gem 'capistrano-rails', group: :development # Reduces boot times through caching; required in config/boot.rb gem 'bootsnap', '>= 1.1.0', require: false group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] end group :development do # Access an interactive console on exception pages or by calling 'console' anywhere in the code. gem 'web-console', '>= 3.3.0' end group :test do # Adds support for Capybara system testing and selenium driver gem 'capybara', '>= 2.15' gem 'selenium-webdriver' # Easy installation and use of chromedriver to run system tests with Chrome gem 'chromedriver-helper' end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

guest

回答2

0

パスに日本語が含まれる場所にインストールしようとすると、不具合が出る可能性が考えられます。

基本的に、プログラミングで使うディレクトリはスペースや日本語を使わず、英数字・ハイフン・アンダーバー・ピリオドなどに限って名前をつけたほうがいいでしょう。

投稿2019/08/29 02:42

maisumakun

総合スコア145184

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

tkshp

2019/08/29 02:48 編集

ご回答ありがとうございます。 アプリケーションフォルダのパスは下記になるので、今回はパスの日本語混じりではなさそうでした。 C:\Users\myuser\Documents\Local_Ruby\sample 勉強になりました。ありがとうございます。
guest

0

おそらく Gemfile に UTF-8 ではない文字があるのではないでしょうか。
Windowsですと shift-jis かな?
Gemfileの文字コードを確認してみて下さい

投稿2019/08/29 02:36

winterboum

総合スコア23347

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

tkshp

2019/08/29 02:57

ご回答ありがとうございます。 Gemfileの内容を追記しました。 Visual Studio Codeで確認したところ、Gemfileは、 UTF-8 CRLF に設定されてありました。 しかし、秀丸で開いたところ、 エンコードの種類が、 ・日本語(Shift-JIS) ・改行(CR+LF) に設定されていました。 試しに、エンコードの種類を Unicode(UTF-8)にして、 内容を維持したまま適用→保存してみたのですが、 Gemfileを秀丸で開きなおすと、 ・日本語(Shift-JIS) ・改行(CR+LF) に戻っていました。 Visual Studio Codeの設定も UTF-8 CRLF のままでした。 bundle config等をすると、エラーは変わらずという状態です。 何かおかしな点等ありましたら、ご教示お願い致します。
winterboum

2019/08/29 03:57

で、文字コードはどちらなんでしょう? そもそもGemfileに日本語というか 英数字記号以外はあまり使わないと思うのです。 にも関わらずそういうエラーが出るということは、入力時に日本語入力モードになっていて、英数字記号がじつは全角だということもありそう。 Gemfileに日本文字・記号が混じってませんか? 混じって居なかったら、英数字に紛れ込んでる可能性があるので、入力変換を止めて打ちなおしてみて下さい。 Unix,LiLinuxでしたらそのあたり簡単に調べられるのですが、Windowesではどうやって良いかわかりません。
guest

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

まだベストアンサーが選ばれていません

会員登録して回答してみよう

アカウントをお持ちの方は

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.48%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問