bump rspec
This commit is contained in:
parent
aa09f0cbb1
commit
9870069c56
2 changed files with 18 additions and 18 deletions
2
Gemfile
2
Gemfile
|
|
@ -213,7 +213,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', '3.0.2'
|
gem 'rspec-rails', '3.1.0'
|
||||||
|
|
||||||
# Cucumber (integration tests)
|
# Cucumber (integration tests)
|
||||||
gem 'cucumber-rails', '1.4.1', :require => false
|
gem 'cucumber-rails', '1.4.1', :require => false
|
||||||
|
|
|
||||||
34
Gemfile.lock
34
Gemfile.lock
|
|
@ -390,28 +390,28 @@ 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 (3.0.0)
|
rspec (3.1.0)
|
||||||
rspec-core (~> 3.0.0)
|
rspec-core (~> 3.1.0)
|
||||||
rspec-expectations (~> 3.0.0)
|
rspec-expectations (~> 3.1.0)
|
||||||
rspec-mocks (~> 3.0.0)
|
rspec-mocks (~> 3.1.0)
|
||||||
rspec-core (3.0.4)
|
rspec-core (3.1.1)
|
||||||
rspec-support (~> 3.0.0)
|
rspec-support (~> 3.1.0)
|
||||||
rspec-expectations (3.0.4)
|
rspec-expectations (3.1.0)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.0.0)
|
rspec-support (~> 3.1.0)
|
||||||
rspec-instafail (0.2.5)
|
rspec-instafail (0.2.5)
|
||||||
rspec
|
rspec
|
||||||
rspec-mocks (3.0.4)
|
rspec-mocks (3.1.0)
|
||||||
rspec-support (~> 3.0.0)
|
rspec-support (~> 3.1.0)
|
||||||
rspec-rails (3.0.2)
|
rspec-rails (3.1.0)
|
||||||
actionpack (>= 3.0)
|
actionpack (>= 3.0)
|
||||||
activesupport (>= 3.0)
|
activesupport (>= 3.0)
|
||||||
railties (>= 3.0)
|
railties (>= 3.0)
|
||||||
rspec-core (~> 3.0.0)
|
rspec-core (~> 3.1.0)
|
||||||
rspec-expectations (~> 3.0.0)
|
rspec-expectations (~> 3.1.0)
|
||||||
rspec-mocks (~> 3.0.0)
|
rspec-mocks (~> 3.1.0)
|
||||||
rspec-support (~> 3.0.0)
|
rspec-support (~> 3.1.0)
|
||||||
rspec-support (3.0.4)
|
rspec-support (3.1.0)
|
||||||
ruby-oembed (0.8.10)
|
ruby-oembed (0.8.10)
|
||||||
ruby-progressbar (1.5.1)
|
ruby-progressbar (1.5.1)
|
||||||
rubyzip (1.1.6)
|
rubyzip (1.1.6)
|
||||||
|
|
@ -571,7 +571,7 @@ DEPENDENCIES
|
||||||
remotipart (= 1.2.1)
|
remotipart (= 1.2.1)
|
||||||
roxml (= 3.1.6)
|
roxml (= 3.1.6)
|
||||||
rspec-instafail (= 0.2.5)
|
rspec-instafail (= 0.2.5)
|
||||||
rspec-rails (= 3.0.2)
|
rspec-rails (= 3.1.0)
|
||||||
ruby-oembed (= 0.8.10)
|
ruby-oembed (= 0.8.10)
|
||||||
sass-rails (= 4.0.3)
|
sass-rails (= 4.0.3)
|
||||||
selenium-webdriver (= 2.42.0)
|
selenium-webdriver (= 2.42.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue