Bump version

Otherwise, rspec-mocks' `bundle` complains:

  In Gemfile:
    rspec-expectations

    rspec was resolved to 3.11.0.pre, which depends on
      rspec-expectations (= 3.11.0.pre)
This commit is contained in:
Phil Pirozhkov 2020-11-15 14:40:17 +03:00
parent 58ce1daf08
commit c96ee23b54
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
module RSpec # :nodoc:
module Version # :nodoc:
STRING = '3.11.0.pre'
STRING = '4.0.0.pre'
end
end