Skip to content

Commit

Permalink
Fix Bundler / Psych double loads
Browse files Browse the repository at this point in the history
A certain combination of Ruby, Bundler, & Psych causes errors such

    `<class:Parser>': superclass mismatch for class Mark (TypeError)

rubygems/bundler#2068

Including Psych in the bundle fixes the issue.
  • Loading branch information
Dan Croak committed Dec 31, 2012
1 parent bc58793 commit 62fca98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/Gemfile_additions
Expand Up @@ -5,6 +5,7 @@ gem 'formtastic'
gem 'flutie' gem 'flutie'
gem 'bourbon' gem 'bourbon'
gem 'airbrake' gem 'airbrake'
gem 'psych'


group :development do group :development do
gem 'foreman' gem 'foreman'
Expand Down

0 comments on commit 62fca98

Please sign in to comment.