Update RSpec

This commit is contained in:
Daniel Bayerlein
2016-12-23 11:59:44 +01:00
parent 5692194fa2
commit a6194dfe8b
3 changed files with 5 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ gem "thor", ">= 0.14.0"
# Include everything needed to run rake, tests, features, etc.
group :development do
gem "rake", ">= 0.8.7"
gem "rspec", "~> 3.1.0"
gem "rspec", "~> 3.5.0"
gem "guard"
gem "guard-rspec"
gem "rb-readline", "~> 0.5.0"