You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using rspec-rails 3.1.0 in my project, but since the latest version of sms-spec only allows Rspec versions less than 3.0, I can't upgrade sms-spec from version 0.1.7 to 0.1.10.
Is there a particular reason why sms-spec is not allowing Rspec 3+?
The text was updated successfully, but these errors were encountered:
Bundler could not find compatible versions for gem "rspec-mocks":
In Gemfile:
sms-spec (~> 0.1.10) ruby depends on
rspec (~> 2.11) ruby depends on
rspec-mocks (~> 2.11.0) ruby
rspec-rails (>= 3.0.0) ruby depends on
rspec-mocks (3.1.0)
Hi,
I'm using rspec-rails 3.1.0 in my project, but since the latest version of sms-spec only allows Rspec versions less than 3.0, I can't upgrade sms-spec from version 0.1.7 to 0.1.10.
Is there a particular reason why sms-spec is not allowing Rspec 3+?
The text was updated successfully, but these errors were encountered: