Gemfile in attachment_magick-0.2.2 vs Gemfile in attachment_magick-0.2.3

- old
+ new

@@ -1,12 +1,12 @@ source "http://rubygems.org" -gem "rails", "3.0.3" +gem "rails", "3.0.7" gem "capybara", ">= 0.4.0" gem "sqlite3-ruby", :require => "sqlite3" -gem 'mongoid', '>=2.0.0.rc.6' -gem 'bson_ext', '>= 1.2.0' +gem "mongoid", "~> 2.0" +gem "bson_ext", "~> 1.3" gem 'nokogiri' gem 'hpricot' gem 'colorific' gem 'ruby-debug19' gem 'simplecov'