Skip to content

Commit

Permalink
fix failing specs.
Browse files Browse the repository at this point in the history
revert to rspec ~> 3.4.0, and simplecov ~> 0.8.0.
rspec 3.5.0 causes random test failures in the test suite.
simplecov 0.12.0 cannot be installed on ruby 1.9 or earlier.
  • Loading branch information
robert committed Jul 9, 2016
1 parent f5c97ca commit fdccded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -11,11 +11,11 @@ group :development do
end

group :test do
gem 'rspec', '~> 3.0'
gem 'rspec', '~> 3.4.0'
end

group :development, :test do
gem 'simplecov', '~> 0.8'
gem 'simplecov', '~> 0.8.0'
end

platform :rbx do
Expand Down

0 comments on commit fdccded

Please sign in to comment.