Skip to content

Commit dc1465a

Browse files
committed
bump rspec-rails version to 3.5.2
1 parent b300b02 commit dc1465a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### Development
2-
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.5.1...master)
2+
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.5.1...v3.5.2)
33

44
Bug Fixes:
55

lib/rspec/rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module Rails
33
# Version information for RSpec Rails.
44
module Version
55
# Current version of RSpec Rails, in semantic versioning format.
6-
STRING = '3.5.1'
6+
STRING = '3.5.2'
77
end
88
end
99
end

0 commit comments

Comments
 (0)