You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.
build.nokogiri
Set for the current user (/tmp/bundler/home/tuser/.bundle/config): "--use-system-libraries"
frozen
Set for your local app (/var/www/konsys/.bundle/config): true
path
Set for your local app (/var/www/konsys/.bundle/config): {}
disable_shared_gems
Set for your local app (/var/www/konsys/.bundle/config): true
bin
Set for your local app (/var/www/konsys/.bundle/config): "bin"
Gemfile
Gemfile
source'https://rubygems.org'# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'gem'rails','5.1.2'gem'activesupport'# Use sqlite3 as the database for Active Record#gem 'sqlite3'gem'pg'# Use SCSS for stylesheetsgem'sass-rails'# Use Uglifier as compressor for JavaScript assetsgem'uglifier'# Use CoffeeScript for .coffee assets and viewsgem'coffee-rails','~> 4.2.1'# See https://github.com/rails/execjs#readme for more supported runtimes# gem 'therubyracer', platforms: :ruby# Use jquery as the JavaScript librarygem'jquery-rails'# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinksgem'turbolinks'# Build JSON APIs with ease. Read more: https://github.com/rails/jbuildergem'jbuilder'# bundle exec rake doc:rails generates the API under doc/api.gem'sdoc','~> 0.4.0',group: :doc#gem 'protected_attributes' # no longer supported in Rails 5gem'ancestry'gem'paranoia',"~> 2.2"gem"cocoon"# Gems for Devise & CanCangem'devise'gem'cancancan'gem'net-ldap'gem'jquery-turbolinks'gem'jquery-ui-rails'gem'jquery-hotkeys-rails'#gem 'jquery-validation-rails'#gem "jstree-rails-4"gem'bootstrap-sass'#gem 'bootstrap_form'#gem 'bootstrap-typeahead-rails'gem'font-awesome-sass'gem'rails-i18n'gem'sparql-client'gem'sru'gem'sunspot_rails'gem'rsolr'gem'progress_bar'gem'kaminari'#gem 'handlebars_assets'#gem 'momentjs-rails', '>= 2.9.0'#gem 'bootstrap3-datetimepicker-rails', '~> 4.17.47'gem'bootstrap-datepicker-rails'gem'bootstrap-timepicker-rails-addon'#gem 'validates_timeliness'#gem 'date_validator'# Use ActiveModel has_secure_password# gem 'bcrypt', '~> 3.1.7'# Use Unicorn as the app server# gem 'unicorn'# Use Capistrano for deployment# gem 'capistrano-rails', group: :developmentgroup:development,:testdo# Call 'byebug' anywhere in the code to stop execution and get a debugger consolegem'byebug'endgroup:developmentdo# Access an IRB console on exception pages or by using <%= console %> in viewsgem'web-console'# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/springgem'spring'end
[YAMLSerializer] Handle empty strings properly
### What was the end-user problem that led to this PR?
The problem was that empty strings in YAML were being read in as empty hashes.
Closes#5881.
### What was your diagnosis of the problem?
My diagnosis was we needed to fix the YAML Serializer to understand `""` as an empty string.
### What is your fix for the problem, implemented in this PR?
My fix ensures that a hash isn't created when the parser encounters `""`.
[YAMLSerializer] Handle empty strings properly
### What was the end-user problem that led to this PR?
The problem was that empty strings in YAML were being read in as empty hashes.
Closes#5881.
### What was your diagnosis of the problem?
My diagnosis was we needed to fix the YAML Serializer to understand `""` as an empty string.
### What is your fix for the problem, implemented in this PR?
My fix ensures that a hash isn't created when the parser encounters `""`.
(cherry picked from commit d273f21)
[YAMLSerializer] Handle empty strings properly
### What was the end-user problem that led to this PR?
The problem was that empty strings in YAML were being read in as empty hashes.
Closesrubygems/bundler#5881.
### What was your diagnosis of the problem?
My diagnosis was we needed to fix the YAML Serializer to understand `""` as an empty string.
### What is your fix for the problem, implemented in this PR?
My fix ensures that a hash isn't created when the parser encounters `""`.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
--- ERROR REPORT TEMPLATE -------------------------------------------------------
Error Report
Questions
Please fill out answers to these questions, it'll help us figure out
why things are going wrong.
I ran the command
/var/www/.rbenv/versions/2.3.0/bin/bundle install
What did you expect to happen?
I expected Bundler to complete the installation without errors
What happened instead?
Instead, Bundler failed with
TypeError: no implicit conversion of Hash into String
errorHave you tried any solutions posted on similar issues in our issue tracker, stack overflow, or google?
I tried...
Have you read our issues document, https://github.com/bundler/bundler/blob/master/doc/contributing/ISSUES.md?
...
Backtrace
Environment
Bundler settings
Gemfile
Gemfile
Gemfile.lock
--- TEMPLATE END ----------------------------------------------------------------
Unfortunately, an unexpected error occurred, and Bundler cannot continue.
The text was updated successfully, but these errors were encountered: