bump rspec-rails
This commit is contained in:
parent
d3953720a8
commit
5859ceb5ea
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -190,7 +190,7 @@ end
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
# RSpec (unit tests, some integration tests)
|
# RSpec (unit tests, some integration tests)
|
||||||
gem "rspec-rails", '2.13.0'
|
gem "rspec-rails", '2.13.2'
|
||||||
|
|
||||||
# Cucumber (integration tests)
|
# Cucumber (integration tests)
|
||||||
gem 'cucumber-rails', '1.3.1', :require => false
|
gem 'cucumber-rails', '1.3.1', :require => false
|
||||||
|
|
|
||||||
|
|
@ -330,7 +330,7 @@ GEM
|
||||||
diff-lcs (>= 1.1.3, < 2.0)
|
diff-lcs (>= 1.1.3, < 2.0)
|
||||||
rspec-instafail (0.2.4)
|
rspec-instafail (0.2.4)
|
||||||
rspec-mocks (2.13.1)
|
rspec-mocks (2.13.1)
|
||||||
rspec-rails (2.13.0)
|
rspec-rails (2.13.2)
|
||||||
actionpack (>= 3.0)
|
actionpack (>= 3.0)
|
||||||
activesupport (>= 3.0)
|
activesupport (>= 3.0)
|
||||||
railties (>= 3.0)
|
railties (>= 3.0)
|
||||||
|
|
@ -472,7 +472,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.13.0)
|
rspec-rails (= 2.13.2)
|
||||||
ruby-oembed (= 0.8.8)
|
ruby-oembed (= 0.8.8)
|
||||||
sass-rails (= 3.2.6)
|
sass-rails (= 3.2.6)
|
||||||
selenium-webdriver (= 2.32.1)
|
selenium-webdriver (= 2.32.1)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue