bump rspec-rails
This commit is contained in:
parent
d8770731fc
commit
283b26cc30
2 changed files with 15 additions and 15 deletions
2
Gemfile
2
Gemfile
|
|
@ -177,7 +177,7 @@ group :test do
|
||||||
gem 'fixture_builder', '0.3.5'
|
gem 'fixture_builder', '0.3.5'
|
||||||
gem 'fuubar', '1.1.0'
|
gem 'fuubar', '1.1.0'
|
||||||
gem 'rspec-instafail', '0.2.4', :require => false
|
gem 'rspec-instafail', '0.2.4', :require => false
|
||||||
gem 'rspec-rails', '2.12.2'
|
gem "rspec-rails", '2.13.0'
|
||||||
|
|
||||||
# Cucumber (integration tests)
|
# Cucumber (integration tests)
|
||||||
|
|
||||||
|
|
|
||||||
28
Gemfile.lock
28
Gemfile.lock
|
|
@ -97,7 +97,7 @@ GEM
|
||||||
orm_adapter (~> 0.1)
|
orm_adapter (~> 0.1)
|
||||||
railties (~> 3.1)
|
railties (~> 3.1)
|
||||||
warden (~> 1.2.1)
|
warden (~> 1.2.1)
|
||||||
diff-lcs (1.1.3)
|
diff-lcs (1.2.1)
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
excon (0.20.1)
|
excon (0.20.1)
|
||||||
execjs (1.4.0)
|
execjs (1.4.0)
|
||||||
|
|
@ -331,22 +331,22 @@ GEM
|
||||||
roxml (3.1.6)
|
roxml (3.1.6)
|
||||||
activesupport (>= 2.3.0)
|
activesupport (>= 2.3.0)
|
||||||
nokogiri (>= 1.3.3)
|
nokogiri (>= 1.3.3)
|
||||||
rspec (2.12.0)
|
rspec (2.13.0)
|
||||||
rspec-core (~> 2.12.0)
|
rspec-core (~> 2.13.0)
|
||||||
rspec-expectations (~> 2.12.0)
|
rspec-expectations (~> 2.13.0)
|
||||||
rspec-mocks (~> 2.12.0)
|
rspec-mocks (~> 2.13.0)
|
||||||
rspec-core (2.12.2)
|
rspec-core (2.13.1)
|
||||||
rspec-expectations (2.12.1)
|
rspec-expectations (2.13.0)
|
||||||
diff-lcs (~> 1.1.3)
|
diff-lcs (>= 1.1.3, < 2.0)
|
||||||
rspec-instafail (0.2.4)
|
rspec-instafail (0.2.4)
|
||||||
rspec-mocks (2.12.2)
|
rspec-mocks (2.13.0)
|
||||||
rspec-rails (2.12.2)
|
rspec-rails (2.13.0)
|
||||||
actionpack (>= 3.0)
|
actionpack (>= 3.0)
|
||||||
activesupport (>= 3.0)
|
activesupport (>= 3.0)
|
||||||
railties (>= 3.0)
|
railties (>= 3.0)
|
||||||
rspec-core (~> 2.12.0)
|
rspec-core (~> 2.13.0)
|
||||||
rspec-expectations (~> 2.12.0)
|
rspec-expectations (~> 2.13.0)
|
||||||
rspec-mocks (~> 2.12.0)
|
rspec-mocks (~> 2.13.0)
|
||||||
ruby-hmac (0.4.0)
|
ruby-hmac (0.4.0)
|
||||||
ruby-oembed (0.8.8)
|
ruby-oembed (0.8.8)
|
||||||
ruby-progressbar (1.0.2)
|
ruby-progressbar (1.0.2)
|
||||||
|
|
@ -477,7 +477,7 @@ DEPENDENCIES
|
||||||
rmagick (= 2.13.2)
|
rmagick (= 2.13.2)
|
||||||
roxml (= 3.1.6)
|
roxml (= 3.1.6)
|
||||||
rspec-instafail (= 0.2.4)
|
rspec-instafail (= 0.2.4)
|
||||||
rspec-rails (= 2.12.2)
|
rspec-rails (= 2.13.0)
|
||||||
ruby-oembed (= 0.8.8)
|
ruby-oembed (= 0.8.8)
|
||||||
sass-rails (= 3.2.6)
|
sass-rails (= 3.2.6)
|
||||||
selenium-webdriver (= 2.30.0)
|
selenium-webdriver (= 2.30.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue