diff --git a/Gemfile.lock b/Gemfile.lock index 35352b8..bd82ad0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - factory_girl_rails (4.6.0) + factory_girl_rails (4.7.0) factory_girl (~> 4.7.0) railties (>= 3.0.0) diff --git a/NEWS b/NEWS index 22a5dc7..9722cb8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +4.7.0 (April 1, 2016) + No notable changes + 4.4.1 (February 26, 2014) Support Spring diff --git a/factory_girl_rails.gemspec b/factory_girl_rails.gemspec index 969969f..9600b58 100644 --- a/factory_girl_rails.gemspec +++ b/factory_girl_rails.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = %q{factory_girl_rails} - s.version = '4.6.0' + s.version = '4.7.0' s.authors = ["Joe Ferris"] s.email = %q{jferris@thoughtbot.com} s.homepage = "http://github.com/thoughtbot/factory_girl_rails"