Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add psych for ruby 1.9.
  • Loading branch information
cmeiklejohn committed Aug 7, 2011
1 parent ad52a84 commit a5047e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Expand Up @@ -22,6 +22,10 @@ gem 'will_paginate', '~> 3.0.pre2'
gem 'xml-simple'
gem 'yajl-ruby', :require => 'yajl/json_gem'

platforms :ruby_19 do
gem 'psych'
end

platforms :ruby_18 do
gem 'system_timer'
group :test do
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -107,6 +107,7 @@ GEM
rails (~> 3.0.0)
pg (0.11.0)
polyglot (0.3.2)
psych (1.2.0)
rack (1.2.3)
rack-maintenance (0.3.0)
rack (>= 1.0)
Expand Down Expand Up @@ -188,6 +189,7 @@ DEPENDENCIES
nokogiri
paul_revere
pg
psych
rack
rack-maintenance
rack-test
Expand Down
Binary file added vendor/cache/psych-1.2.0.gem
Binary file not shown.

0 comments on commit a5047e0

Please sign in to comment.