Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
Version 3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed May 2, 2020
1 parent a1b6ee2 commit d89b692
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Development
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.9.1...master)
### 3.9.2 / 2020-05-02
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.9.1...v3.9.2)

Bug Fixes:

Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/core/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Core
# Version information for RSpec Core.
module Version
# Current version of RSpec Core, in semantic versioning format.
STRING = '3.9.1'
STRING = '3.9.2'
end
end
end
2 changes: 1 addition & 1 deletion rspec-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency "rspec-support", "= #{RSpec::Core::Version::STRING}"
else
# rspec-support must otherwise match our major/minor version
s.add_runtime_dependency "rspec-support", "~> #{RSpec::Core::Version::STRING.split('.')[0..1].concat(['1']).join('.')}"
s.add_runtime_dependency "rspec-support", "~> #{RSpec::Core::Version::STRING.split('.')[0..1].concat(['3']).join('.')}"
end

s.add_development_dependency "cucumber", "~> 1.3"
Expand Down

0 comments on commit d89b692

Please sign in to comment.