Skip to content

Commit

Permalink
Bump version to 5.1.1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
composerinteralia committed Oct 3, 2019
1 parent b181814 commit c03aeb7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_bot_rails (5.1.0)
factory_bot_rails (5.1.1)
factory_bot (~> 5.1.0)
railties (>= 4.2.0)

Expand Down Expand Up @@ -72,7 +72,7 @@ GEM
diff-lcs (1.3)
erubi (1.8.0)
execjs (2.7.0)
factory_bot (5.1.0)
factory_bot (5.1.1)
activesupport (>= 4.2.0)
ffi (1.10.0)
ffi (1.10.0-java)
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ there might not be any notable changes in new versions of this project.

# NEWS

## 5.1.1 (September 24, 2019)
* Fixed: Ensure definitions do not load before I18n is initialized

## 5.1.0 (September 24, 2019)
* Changed: factory_bot dependency to ~> 5.1.0

Expand Down
2 changes: 1 addition & 1 deletion factory_bot_rails.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "factory_bot_rails"
s.version = "5.1.0"
s.version = "5.1.1"
s.authors = ["Joe Ferris"]
s.email = "[email protected]"
s.homepage = "https://github.com/thoughtbot/factory_bot_rails"
Expand Down

0 comments on commit c03aeb7

Please sign in to comment.