spec/realworld/edgecases_spec.rb in bundler-1.7.9 vs spec/realworld/edgecases_spec.rb in bundler-1.7.10

- old
+ new

@@ -25,11 +25,11 @@ # this is a hash collision that only manifests on 1.8.7 it "finds the correct child versions", :ruby => "1.8" do install_gemfile <<-G source :rubygems - gem 'i18n', '~> 0.4' + gem 'i18n', '~> 0.6.0' gem 'activesupport', '~> 3.0' gem 'activerecord', '~> 3.0' gem 'builder', '~> 2.1.2' G expect(out).to include("activemodel 3.0.5") @@ -59,10 +59,10 @@ it "installs the latest version of i18n" do install_gemfile <<-G source "https://rubygems.org" - gem "i18n", "~> 0.4" + gem "i18n", "~> 0.6.0" gem "activesupport", "~> 3.0" gem "activerecord", "~> 3.0" gem "builder", "~> 2.1.2" G expect(out).to include("i18n 0.6.11")