update fixture_builder to 0.5.2
This commit is contained in:
parent
51e7eae2c3
commit
67924fc404
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -276,7 +276,7 @@ end
|
||||||
group :test do
|
group :test do
|
||||||
# RSpec (unit tests, some integration tests)
|
# RSpec (unit tests, some integration tests)
|
||||||
|
|
||||||
gem "fixture_builder", "0.5.2.rc3"
|
gem "fixture_builder", "0.5.2"
|
||||||
gem "fuubar", "2.4.1"
|
gem "fuubar", "2.4.1"
|
||||||
gem "json-schema-rspec", "0.0.4"
|
gem "json-schema-rspec", "0.0.4"
|
||||||
gem "rspec-json_expectations", "~> 2.1"
|
gem "rspec-json_expectations", "~> 2.1"
|
||||||
|
|
|
||||||
|
|
@ -238,7 +238,7 @@ GEM
|
||||||
faraday_middleware (0.13.1)
|
faraday_middleware (0.13.1)
|
||||||
faraday (>= 0.7.4, < 1.0)
|
faraday (>= 0.7.4, < 1.0)
|
||||||
ffi (1.11.1)
|
ffi (1.11.1)
|
||||||
fixture_builder (0.5.2.rc3)
|
fixture_builder (0.5.2)
|
||||||
activerecord (>= 2)
|
activerecord (>= 2)
|
||||||
activesupport (>= 2)
|
activesupport (>= 2)
|
||||||
hashdiff
|
hashdiff
|
||||||
|
|
@ -310,7 +310,7 @@ GEM
|
||||||
execjs (~> 2.0)
|
execjs (~> 2.0)
|
||||||
sprockets (>= 2.0.0)
|
sprockets (>= 2.0.0)
|
||||||
tilt (>= 1.2)
|
tilt (>= 1.2)
|
||||||
hashdiff (0.4.0)
|
hashdiff (1.0.1)
|
||||||
hashie (3.6.0)
|
hashie (3.6.0)
|
||||||
http (3.3.0)
|
http (3.3.0)
|
||||||
addressable (~> 2.3)
|
addressable (~> 2.3)
|
||||||
|
|
@ -818,7 +818,7 @@ DEPENDENCIES
|
||||||
faraday (= 0.15.4)
|
faraday (= 0.15.4)
|
||||||
faraday-cookie_jar (= 0.0.6)
|
faraday-cookie_jar (= 0.0.6)
|
||||||
faraday_middleware (= 0.13.1)
|
faraday_middleware (= 0.13.1)
|
||||||
fixture_builder (= 0.5.2.rc3)
|
fixture_builder (= 0.5.2)
|
||||||
fog-aws (= 3.5.1)
|
fog-aws (= 3.5.1)
|
||||||
fuubar (= 2.4.1)
|
fuubar (= 2.4.1)
|
||||||
gon (= 6.2.1)
|
gon (= 6.2.1)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue