Skip to content

Commit

Permalink
Update Python specs for new Django
Browse files Browse the repository at this point in the history
  • Loading branch information
greysteil committed Jun 3, 2019
1 parent 173d524 commit 024175e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
end
let(:updated_requirement) { ">= 1.1.14, <= 2.1.4" }

it { is_expected.to eq(Gem::Version.new("1.11.20")) }
it { is_expected.to eq(Gem::Version.new("1.11.21")) }
end

context "for a resolution that has caused trouble in the past" do
Expand Down

0 comments on commit 024175e

Please sign in to comment.