From 42fd517f1a124f6913352a47b30d9e527d1bd41f Mon Sep 17 00:00:00 2001 From: Joe Ferris Date: Mon, 1 Feb 2016 14:21:39 -0500 Subject: [PATCH] Bump version to 4.6.0 --- Gemfile.lock | 5 ++++- factory_girl_rails.gemspec | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ea91c2b..586416b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - factory_girl_rails (4.5.0) + factory_girl_rails (4.6.0) factory_girl (~> 4.5.0) railties (>= 3.0.0) @@ -139,3 +139,6 @@ DEPENDENCIES test-unit therubyrhino uglifier + +BUNDLED WITH + 1.10.6 diff --git a/factory_girl_rails.gemspec b/factory_girl_rails.gemspec index 4227af0..21f51b2 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.5.0' + s.version = '4.6.0' s.authors = ["Joe Ferris"] s.email = %q{jferris@thoughtbot.com} s.homepage = "http://github.com/thoughtbot/factory_girl_rails"