Skip to content

Commit

Permalink
Upgrade RSpec to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmccurdy committed Jun 8, 2014
1 parent 2e8d431 commit 27f146d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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", "~> 2.10"
gem "rspec", "~> 3.0.0"
gem "guard"
gem "guard-rspec"
gem "rb-readline", "~> 0.5.0"
Expand Down

0 comments on commit 27f146d

Please sign in to comment.