Skip to content

Commit

Permalink
increased om version requirement to 10.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingzumwalt committed Jun 23, 2010
1 parent d1ce51d commit f2e73ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ begin
gem.add_dependency('mime-types', '>= 1.16')
gem.add_dependency('multipart-post')
gem.add_dependency('nokogiri')
gem.add_dependency('om', '>= 0.1.4')
gem.add_dependency('om', '>= 0.1.5')
# gem.add_dependency('yaml')

gem.add_development_dependency "rspec", ">= 1.2.9"
Expand Down

0 comments on commit f2e73ed

Please sign in to comment.