Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
Version 2.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulelliott committed Nov 25, 2019
1 parent 40b276d commit 2fe931c
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 15 deletions.
3 changes: 2 additions & 1 deletion Changelog.markdown
@@ -1,11 +1,12 @@
### master ###
### 2.21.0 ###

* Add support for rails 6
* Add support for sequel 5
* Add support for mongoid 7
* Drop support for rails versions no longer officially supported (4.1 and below)
* Drop support for mongoid versions relying on unsupported active_model versions (3.1 and below)
* Drop support for ruby versions no longer officially supported (2.3 and below)
* Correctly generate fabricators inside rails engine namespaces (#315)

### 2.20.2 ###

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
fabrication (2.20.2)
fabrication (2.21.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/blank_slate.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
fabrication (2.20.2)
fabrication (2.21.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/kitchen_sink.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
fabrication (2.20.2)
fabrication (2.21.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/mongoid_4.0.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
fabrication (2.20.2)
fabrication (2.21.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/mongoid_5.0.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
fabrication (2.20.2)
fabrication (2.21.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/mongoid_6.x.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
fabrication (2.20.2)
fabrication (2.21.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/mongoid_7.x.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
fabrication (2.20.2)
fabrication (2.21.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_4.2.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
fabrication (2.20.2)
fabrication (2.21.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5.0.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
fabrication (2.20.2)
fabrication (2.21.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5.1.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
fabrication (2.20.2)
fabrication (2.21.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.0.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
fabrication (2.20.2)
fabrication (2.21.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/sequel_4.x.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
fabrication (2.20.2)
fabrication (2.21.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/sequel_5.x.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
fabrication (2.20.2)
fabrication (2.21.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/fabrication/version.rb
@@ -1,3 +1,3 @@
module Fabrication
VERSION = '2.20.2'
VERSION = '2.21.0'.freeze
end

0 comments on commit 2fe931c

Please sign in to comment.