bump factory_girl_rails
This commit is contained in:
parent
f42d519e51
commit
0bd6ecd666
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -220,7 +220,7 @@ group :test do
|
||||||
|
|
||||||
# General helpers
|
# General helpers
|
||||||
|
|
||||||
gem 'factory_girl_rails', '4.4.1'
|
gem 'factory_girl_rails', '4.5.0'
|
||||||
gem 'timecop', '0.7.1'
|
gem 'timecop', '0.7.1'
|
||||||
gem 'webmock', '1.19.0', :require => false
|
gem 'webmock', '1.19.0', :require => false
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -144,10 +144,10 @@ GEM
|
||||||
ffi (>= 1.3.0)
|
ffi (>= 1.3.0)
|
||||||
excon (0.40.0)
|
excon (0.40.0)
|
||||||
execjs (2.2.1)
|
execjs (2.2.1)
|
||||||
factory_girl (4.4.0)
|
factory_girl (4.5.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
factory_girl_rails (4.4.1)
|
factory_girl_rails (4.5.0)
|
||||||
factory_girl (~> 4.4.0)
|
factory_girl (~> 4.5.0)
|
||||||
railties (>= 3.0.0)
|
railties (>= 3.0.0)
|
||||||
faraday (0.9.0)
|
faraday (0.9.0)
|
||||||
multipart-post (>= 1.2, < 3)
|
multipart-post (>= 1.2, < 3)
|
||||||
|
|
@ -555,7 +555,7 @@ DEPENDENCIES
|
||||||
devise (= 3.4.1)
|
devise (= 3.4.1)
|
||||||
devise_lastseenable (= 0.0.4)
|
devise_lastseenable (= 0.0.4)
|
||||||
entypo-rails (= 2.2.2)
|
entypo-rails (= 2.2.2)
|
||||||
factory_girl_rails (= 4.4.1)
|
factory_girl_rails (= 4.5.0)
|
||||||
faraday (= 0.9.0)
|
faraday (= 0.9.0)
|
||||||
faraday_middleware (= 0.9.1)
|
faraday_middleware (= 0.9.1)
|
||||||
fixture_builder (= 0.3.6)
|
fixture_builder (= 0.3.6)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue