Bump rspec-instafail
This commit is contained in:
parent
87644862de
commit
04f2f0741a
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -256,7 +256,7 @@ group :test do
|
||||||
|
|
||||||
gem "fixture_builder", "0.4.1"
|
gem "fixture_builder", "0.4.1"
|
||||||
gem "fuubar", "2.0.0"
|
gem "fuubar", "2.0.0"
|
||||||
gem "rspec-instafail", "0.4.0", require: false
|
gem "rspec-instafail", "0.5.0", require: false
|
||||||
gem "test_after_commit", "0.4.2"
|
gem "test_after_commit", "0.4.2"
|
||||||
|
|
||||||
# Cucumber (integration tests)
|
# Cucumber (integration tests)
|
||||||
|
|
|
||||||
|
|
@ -656,12 +656,12 @@ GEM
|
||||||
rspec-core (~> 3.4.0)
|
rspec-core (~> 3.4.0)
|
||||||
rspec-expectations (~> 3.4.0)
|
rspec-expectations (~> 3.4.0)
|
||||||
rspec-mocks (~> 3.4.0)
|
rspec-mocks (~> 3.4.0)
|
||||||
rspec-core (3.4.2)
|
rspec-core (3.4.4)
|
||||||
rspec-support (~> 3.4.0)
|
rspec-support (~> 3.4.0)
|
||||||
rspec-expectations (3.4.0)
|
rspec-expectations (3.4.0)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.4.0)
|
rspec-support (~> 3.4.0)
|
||||||
rspec-instafail (0.4.0)
|
rspec-instafail (0.5.0)
|
||||||
rspec
|
rspec
|
||||||
rspec-mocks (3.4.1)
|
rspec-mocks (3.4.1)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
|
|
@ -900,7 +900,7 @@ DEPENDENCIES
|
||||||
remotipart (= 1.2.1)
|
remotipart (= 1.2.1)
|
||||||
responders (= 2.2.0)
|
responders (= 2.2.0)
|
||||||
roxml (= 3.1.6)
|
roxml (= 3.1.6)
|
||||||
rspec-instafail (= 0.4.0)
|
rspec-instafail (= 0.5.0)
|
||||||
rspec-rails (= 3.4.2)
|
rspec-rails (= 3.4.2)
|
||||||
rubocop (= 0.35.1)
|
rubocop (= 0.35.1)
|
||||||
ruby-oembed (= 0.9.0)
|
ruby-oembed (= 0.9.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue