mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
Bump Cucumber and Aruba
This commit is contained in:
parent
7d7828888c
commit
b59a4c51b0
4 changed files with 32 additions and 53 deletions
|
@ -21,6 +21,6 @@ Gem::Specification.new do |s|
|
|||
s.add_development_dependency('appraisal', '~> 0.5.0')
|
||||
s.add_development_dependency('rake')
|
||||
s.add_development_dependency('rspec', '~> 2.11.0')
|
||||
s.add_development_dependency('cucumber', '~> 1.0.0')
|
||||
s.add_development_dependency('aruba')
|
||||
s.add_development_dependency('cucumber', '~> 1.2.1')
|
||||
s.add_development_dependency('aruba', '~> 0.5.1')
|
||||
end
|
||||
|
|
|
@ -39,30 +39,25 @@ GEM
|
|||
bundler
|
||||
rake
|
||||
arel (2.0.10)
|
||||
aruba (0.4.6)
|
||||
bcat (>= 0.6.1)
|
||||
childprocess (>= 0.2.0)
|
||||
cucumber (>= 1.0.2)
|
||||
rdiscount (>= 1.6.8)
|
||||
rspec (>= 2.6.0)
|
||||
bcat (0.6.2)
|
||||
rack (~> 1.0)
|
||||
aruba (0.5.1)
|
||||
childprocess (~> 0.3.6)
|
||||
cucumber (>= 1.1.1)
|
||||
rspec-expectations (>= 2.7.0)
|
||||
builder (2.1.2)
|
||||
childprocess (0.3.6)
|
||||
ffi (~> 1.0, >= 1.0.6)
|
||||
cucumber (1.0.6)
|
||||
cucumber (1.2.1)
|
||||
builder (>= 2.1.2)
|
||||
diff-lcs (>= 1.1.2)
|
||||
gherkin (~> 2.4.18)
|
||||
diff-lcs (>= 1.1.3)
|
||||
gherkin (~> 2.11.0)
|
||||
json (>= 1.4.6)
|
||||
term-ansicolor (>= 1.0.6)
|
||||
diff-lcs (1.1.3)
|
||||
erubis (2.6.6)
|
||||
abstract (>= 1.0.0)
|
||||
factory_girl (4.1.0)
|
||||
activesupport (>= 3.0.0)
|
||||
ffi (1.2.0)
|
||||
gherkin (2.4.21)
|
||||
gherkin (2.11.5)
|
||||
json (>= 1.4.6)
|
||||
i18n (0.5.0)
|
||||
json (1.7.5)
|
||||
|
@ -93,7 +88,6 @@ GEM
|
|||
rdoc (~> 3.4)
|
||||
thor (~> 0.14.4)
|
||||
rake (10.0.2)
|
||||
rdiscount (1.6.8)
|
||||
rdoc (3.12)
|
||||
json (~> 1.4)
|
||||
rspec (2.11.0)
|
||||
|
@ -104,7 +98,6 @@ GEM
|
|||
rspec-expectations (2.11.3)
|
||||
diff-lcs (~> 1.1.3)
|
||||
rspec-mocks (2.11.3)
|
||||
term-ansicolor (1.0.7)
|
||||
thor (0.14.6)
|
||||
treetop (1.4.12)
|
||||
polyglot
|
||||
|
@ -116,8 +109,8 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
appraisal (~> 0.5.0)
|
||||
aruba
|
||||
cucumber (~> 1.0.0)
|
||||
aruba (~> 0.5.1)
|
||||
cucumber (~> 1.2.1)
|
||||
factory_girl_rails!
|
||||
rails (~> 3.0.17)
|
||||
rake
|
||||
|
|
|
@ -40,29 +40,24 @@ GEM
|
|||
bundler
|
||||
rake
|
||||
arel (2.2.3)
|
||||
aruba (0.4.6)
|
||||
bcat (>= 0.6.1)
|
||||
childprocess (>= 0.2.0)
|
||||
cucumber (>= 1.0.2)
|
||||
rdiscount (>= 1.6.8)
|
||||
rspec (>= 2.6.0)
|
||||
bcat (0.6.2)
|
||||
rack (~> 1.0)
|
||||
aruba (0.5.1)
|
||||
childprocess (~> 0.3.6)
|
||||
cucumber (>= 1.1.1)
|
||||
rspec-expectations (>= 2.7.0)
|
||||
builder (3.0.4)
|
||||
childprocess (0.3.6)
|
||||
ffi (~> 1.0, >= 1.0.6)
|
||||
cucumber (1.0.6)
|
||||
cucumber (1.2.1)
|
||||
builder (>= 2.1.2)
|
||||
diff-lcs (>= 1.1.2)
|
||||
gherkin (~> 2.4.18)
|
||||
diff-lcs (>= 1.1.3)
|
||||
gherkin (~> 2.11.0)
|
||||
json (>= 1.4.6)
|
||||
term-ansicolor (>= 1.0.6)
|
||||
diff-lcs (1.1.3)
|
||||
erubis (2.7.0)
|
||||
factory_girl (4.1.0)
|
||||
activesupport (>= 3.0.0)
|
||||
ffi (1.2.0)
|
||||
gherkin (2.4.21)
|
||||
gherkin (2.11.5)
|
||||
json (>= 1.4.6)
|
||||
hike (1.2.1)
|
||||
i18n (0.6.1)
|
||||
|
@ -99,7 +94,6 @@ GEM
|
|||
rdoc (~> 3.4)
|
||||
thor (~> 0.14.6)
|
||||
rake (10.0.2)
|
||||
rdiscount (1.6.8)
|
||||
rdoc (3.12)
|
||||
json (~> 1.4)
|
||||
rspec (2.11.0)
|
||||
|
@ -115,7 +109,6 @@ GEM
|
|||
rack (~> 1.0)
|
||||
tilt (~> 1.1, != 1.3.0)
|
||||
sqlite3 (1.3.6)
|
||||
term-ansicolor (1.0.7)
|
||||
thor (0.14.6)
|
||||
tilt (1.3.3)
|
||||
treetop (1.4.12)
|
||||
|
@ -128,8 +121,8 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
appraisal (~> 0.5.0)
|
||||
aruba
|
||||
cucumber (~> 1.0.0)
|
||||
aruba (~> 0.5.1)
|
||||
cucumber (~> 1.2.1)
|
||||
factory_girl_rails!
|
||||
rails (~> 3.1.8)
|
||||
rake
|
||||
|
|
|
@ -39,29 +39,24 @@ GEM
|
|||
bundler
|
||||
rake
|
||||
arel (3.0.2)
|
||||
aruba (0.4.6)
|
||||
bcat (>= 0.6.1)
|
||||
childprocess (>= 0.2.0)
|
||||
cucumber (>= 1.0.2)
|
||||
rdiscount (>= 1.6.8)
|
||||
rspec (>= 2.6.0)
|
||||
bcat (0.6.2)
|
||||
rack (~> 1.0)
|
||||
aruba (0.5.1)
|
||||
childprocess (~> 0.3.6)
|
||||
cucumber (>= 1.1.1)
|
||||
rspec-expectations (>= 2.7.0)
|
||||
builder (3.0.4)
|
||||
childprocess (0.3.6)
|
||||
ffi (~> 1.0, >= 1.0.6)
|
||||
cucumber (1.0.6)
|
||||
cucumber (1.2.1)
|
||||
builder (>= 2.1.2)
|
||||
diff-lcs (>= 1.1.2)
|
||||
gherkin (~> 2.4.18)
|
||||
diff-lcs (>= 1.1.3)
|
||||
gherkin (~> 2.11.0)
|
||||
json (>= 1.4.6)
|
||||
term-ansicolor (>= 1.0.6)
|
||||
diff-lcs (1.1.3)
|
||||
erubis (2.7.0)
|
||||
factory_girl (4.1.0)
|
||||
activesupport (>= 3.0.0)
|
||||
ffi (1.2.0)
|
||||
gherkin (2.4.21)
|
||||
gherkin (2.11.5)
|
||||
json (>= 1.4.6)
|
||||
hike (1.2.1)
|
||||
i18n (0.6.1)
|
||||
|
@ -97,7 +92,6 @@ GEM
|
|||
rdoc (~> 3.4)
|
||||
thor (>= 0.14.6, < 2.0)
|
||||
rake (10.0.2)
|
||||
rdiscount (1.6.8)
|
||||
rdoc (3.12)
|
||||
json (~> 1.4)
|
||||
rspec (2.11.0)
|
||||
|
@ -114,7 +108,6 @@ GEM
|
|||
rack (~> 1.0)
|
||||
tilt (~> 1.1, != 1.3.0)
|
||||
sqlite3 (1.3.6)
|
||||
term-ansicolor (1.0.7)
|
||||
thor (0.16.0)
|
||||
tilt (1.3.3)
|
||||
treetop (1.4.12)
|
||||
|
@ -127,8 +120,8 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
appraisal (~> 0.5.0)
|
||||
aruba
|
||||
cucumber (~> 1.0.0)
|
||||
aruba (~> 0.5.1)
|
||||
cucumber (~> 1.2.1)
|
||||
factory_girl_rails!
|
||||
rails (~> 3.2.8)
|
||||
rake
|
||||
|
|
Loading…
Reference in a new issue