Skip to content

Commit

Permalink
Use rspec 3 final
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurnn committed Jun 2, 2014
1 parent f1105a0 commit a3db23f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "actionpack", "~> 4.0.4"
gem "activemodel", "~> 4.0.4"

group :test do
gem "rspec", "~> 3.0.0.rc1"
gem "rspec", "~> 3.0.0"

if ENV["CI"]
gem "coveralls", require: false
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails41.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "actionpack", "~> 4.1.0"
gem "activemodel", "~> 4.1.0"

group :test do
gem "rspec", "~> 3.0.0.rc1"
gem "rspec", "~> 3.0.0"

if ENV["CI"]
gem "coveralls", require: false
Expand Down

0 comments on commit a3db23f

Please sign in to comment.