Bump fixture_builder
Use RC1 from rubygems
This commit is contained in:
parent
3cfc8a7748
commit
2b4bc2b48e
2 changed files with 5 additions and 11 deletions
2
Gemfile
2
Gemfile
|
|
@ -49,7 +49,7 @@ group :test do
|
|||
gem "codeclimate-test-reporter", require: false
|
||||
|
||||
# test helpers
|
||||
gem "fixture_builder", git: "https://github.com/rdy/fixture_builder.git", tag: "v0.5.0-rc1"
|
||||
gem "fixture_builder", "0.5.0.pre.RC1"
|
||||
gem "factory_girl_rails", "~> 4.7"
|
||||
gem "rspec-collection_matchers", "~> 1.1.2"
|
||||
gem "webmock", "~> 2.0"
|
||||
|
|
|
|||
14
Gemfile.lock
14
Gemfile.lock
|
|
@ -1,12 +1,3 @@
|
|||
GIT
|
||||
remote: https://github.com/rdy/fixture_builder.git
|
||||
revision: 2ea53a9d8ebd8bc11a3f593aa6436dbf09f7029e
|
||||
tag: v0.5.0-rc1
|
||||
specs:
|
||||
fixture_builder (0.5.0.pre.RC1)
|
||||
activerecord (>= 2)
|
||||
activesupport (>= 2)
|
||||
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
|
|
@ -89,6 +80,9 @@ GEM
|
|||
faraday_middleware (0.10.0)
|
||||
faraday (>= 0.7.4, < 0.10)
|
||||
ffi (1.9.14)
|
||||
fixture_builder (0.5.0.pre.RC1)
|
||||
activerecord (>= 2)
|
||||
activesupport (>= 2)
|
||||
formatador (0.2.5)
|
||||
fuubar (2.2.0)
|
||||
rspec-core (~> 3.0)
|
||||
|
|
@ -300,7 +294,7 @@ DEPENDENCIES
|
|||
diaspora_federation-rails!
|
||||
diaspora_federation-test!
|
||||
factory_girl_rails (~> 4.7)
|
||||
fixture_builder!
|
||||
fixture_builder (= 0.5.0.pre.RC1)
|
||||
fuubar (= 2.2.0)
|
||||
guard-rspec
|
||||
guard-rubocop
|
||||
|
|
|
|||
Loading…
Reference in a new issue