bump factory_girl_rails
This commit is contained in:
parent
b5df3eef9d
commit
911b65c47b
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -42,7 +42,7 @@ group :test do
|
|||
|
||||
# test helpers
|
||||
gem "fixture_builder", "~> 0.4.1"
|
||||
gem "factory_girl_rails", "~> 4.5.0"
|
||||
gem "factory_girl_rails", "~> 4.6.0"
|
||||
gem "rspec-collection_matchers", "~> 1.1.2"
|
||||
gem "webmock", "~> 1.22.6"
|
||||
end
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ GEM
|
|||
ffi (>= 1.3.0)
|
||||
factory_girl (4.5.0)
|
||||
activesupport (>= 3.0.0)
|
||||
factory_girl_rails (4.5.0)
|
||||
factory_girl_rails (4.6.0)
|
||||
factory_girl (~> 4.5.0)
|
||||
railties (>= 3.0.0)
|
||||
faraday (0.9.2)
|
||||
|
|
@ -280,7 +280,7 @@ DEPENDENCIES
|
|||
diaspora_federation!
|
||||
diaspora_federation-rails!
|
||||
diaspora_federation-test!
|
||||
factory_girl_rails (~> 4.5.0)
|
||||
factory_girl_rails (~> 4.6.0)
|
||||
fixture_builder (~> 0.4.1)
|
||||
fuubar (= 2.0.0)
|
||||
guard-rspec
|
||||
|
|
|
|||
Loading…
Reference in a new issue