Skip to content

Commit

Permalink
Upgrade rspec-core to fix compat with Rake 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Mar 10, 2016
1 parent fb82ece commit 9eb92b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ gemspec

group :cucumber do
gem "cucumber"
gem "rspec", "~> 3.0.0"
gem "rspec"
gem "rspec-core", "~> 3.4.4"
end

0 comments on commit 9eb92b4

Please sign in to comment.