bump factory_girl_rails
This commit is contained in:
parent
85dc46b0de
commit
e8999332bf
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -199,7 +199,7 @@ group :test do
|
||||||
|
|
||||||
# General helpers
|
# General helpers
|
||||||
|
|
||||||
gem 'factory_girl_rails', '4.3.0'
|
gem 'factory_girl_rails', '4.4.1'
|
||||||
gem 'timecop', '0.7.1'
|
gem 'timecop', '0.7.1'
|
||||||
gem 'webmock', '1.16.1', :require => false
|
gem 'webmock', '1.16.1', :require => false
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -130,10 +130,10 @@ GEM
|
||||||
mime-types (~> 1.18)
|
mime-types (~> 1.18)
|
||||||
excon (0.31.0)
|
excon (0.31.0)
|
||||||
execjs (2.1.0)
|
execjs (2.1.0)
|
||||||
factory_girl (4.3.0)
|
factory_girl (4.4.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
factory_girl_rails (4.3.0)
|
factory_girl_rails (4.4.1)
|
||||||
factory_girl (~> 4.3.0)
|
factory_girl (~> 4.4.0)
|
||||||
railties (>= 3.0.0)
|
railties (>= 3.0.0)
|
||||||
faraday (0.8.9)
|
faraday (0.8.9)
|
||||||
multipart-post (~> 1.2.0)
|
multipart-post (~> 1.2.0)
|
||||||
|
|
@ -476,7 +476,7 @@ DEPENDENCIES
|
||||||
devise (= 3.2.4)
|
devise (= 3.2.4)
|
||||||
devise_lastseenable (= 0.0.4)
|
devise_lastseenable (= 0.0.4)
|
||||||
entypo-rails (= 2.2.1)
|
entypo-rails (= 2.2.1)
|
||||||
factory_girl_rails (= 4.3.0)
|
factory_girl_rails (= 4.4.1)
|
||||||
faraday (= 0.8.9)
|
faraday (= 0.8.9)
|
||||||
faraday_middleware (= 0.9.0)
|
faraday_middleware (= 0.9.0)
|
||||||
fixture_builder (= 0.3.6)
|
fixture_builder (= 0.3.6)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue