Skip to content

Commit

Permalink
Update 1.13.0.rc.2 to 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismo committed Sep 9, 2016
1 parent b7d15f5 commit 37376ca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cases/conservative/update/patch_single_gem.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
fake_gem 'foo', %w(1.4.3 1.4.4 1.4.5 1.5.0 1.5.1 2.0.0)
end

given_bundler_version { '1.13.0.rc.2' }
given_bundler_version { '1.13.0' }

given_gemfile lock: ['foo 1.4.3'] do
<<-G
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
fake_gem 'bar', %w(2.0.3 2.0.4 2.1.0 2.1.1 3.0.0)
end

given_bundler_version { '1.13.0.rc.2' }
given_bundler_version { '1.13.0' }

given_gemfile lock: ['foo 1.4.3', 'bar 2.0.3', 'qux 1.4.3'] do
<<-G
Expand Down
2 changes: 1 addition & 1 deletion cases/conservative/update/patch_two_dependent_gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
fake_gem 'bar', %w(2.0.3 2.0.4 2.1.0 2.1.1 3.0.0)
end

given_bundler_version { '1.13.0.rc.2' }
given_bundler_version { '1.13.0' }

given_gemfile lock: ['foo 1.4.3', 'bar 2.0.3'] do
<<-G
Expand Down
2 changes: 1 addition & 1 deletion cases/conservative/update/patch_two_independent_gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
fake_gem 'bar', %w(1.0.0 1.0.1 1.1.0 2.0.0 2.1.0 2.2.0)
end

given_bundler_version { '1.13.0.rc.2' }
given_bundler_version { '1.13.0' }

lock = ['foo 1.0.0', 'bar 1.0.0']

Expand Down

0 comments on commit 37376ca

Please sign in to comment.