Skip to content

Commit

Permalink
force using syck until locale files are fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Fuchs committed Jul 15, 2012
1 parent ae9c427 commit 6f6f056
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -8,6 +8,7 @@ gem 'travis-support', git: 'git://github.com/travis-ci/travis-support'
gem 'rails', '~> 3.2.3'
gem 'execjs', '1.3.0'
gem 'rake', '~> 0.9.2.2'
gem 'bunny'

# app
gem 'refraction', '~> 0.2.0'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -110,6 +110,7 @@ GEM
backports (2.3.0)
bcrypt-ruby (3.0.1)
builder (3.0.0)
bunny (0.8.0)
capybara (1.1.2)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
Expand Down Expand Up @@ -316,6 +317,7 @@ PLATFORMS

DEPENDENCIES
backports (~> 2.3.0)
bunny
capybara (~> 1.1.2)
coffee-script
compass
Expand Down
1 change: 1 addition & 0 deletions config/boot.rb
Expand Up @@ -5,6 +5,7 @@

require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE'])

# TODO fix locale files to work with Psych
require 'yaml'
if YAML.const_defined?("ENGINE")
YAML::ENGINE.yamler = 'syck'
Expand Down

0 comments on commit 6f6f056

Please sign in to comment.