Skip to content

Commit ef9c823

Browse files
committed
Upgrade RSpec to 3.1 to fix DEPRECATION WARNING
1 parent 193d9e0 commit ef9c823

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ gem 'rack-utf8_sanitizer'
101101
group :development, :test do
102102
gem 'capistrano', '2.9.0', require: false
103103
gem 'rvm-capistrano', require: false
104-
gem 'rspec-rails', '~> 3.0.1'
104+
gem 'rspec-rails', '~> 3.1'
105105
gem 'factory_girl_rails', '1.4.0'
106106
gem 'database_cleaner'
107107
gem 'capybara', '~> 2.3.0'

Gemfile.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ GEM
303303
sprockets-rails (~> 3.0.0.beta1)
304304
rails-deprecated_sanitizer (1.0.3)
305305
activesupport (>= 4.2.0.alpha)
306-
rails-dom-testing (1.0.3)
307-
activesupport
306+
rails-dom-testing (1.0.4)
307+
activesupport (>= 4.2.0.beta, < 5.0)
308308
nokogiri (~> 1.6.0)
309309
rails-deprecated_sanitizer (>= 1.0.1)
310310
rails-html-sanitizer (1.0.1)
@@ -333,22 +333,22 @@ GEM
333333
mime-types (>= 1.16, < 3.0)
334334
netrc (~> 0.7)
335335
rouge (1.3.4)
336-
rspec-core (3.0.4)
337-
rspec-support (~> 3.0.0)
338-
rspec-expectations (3.0.4)
336+
rspec-core (3.1.7)
337+
rspec-support (~> 3.1.0)
338+
rspec-expectations (3.1.2)
339339
diff-lcs (>= 1.2.0, < 2.0)
340-
rspec-support (~> 3.0.0)
341-
rspec-mocks (3.0.4)
342-
rspec-support (~> 3.0.0)
343-
rspec-rails (3.0.2)
340+
rspec-support (~> 3.1.0)
341+
rspec-mocks (3.1.3)
342+
rspec-support (~> 3.1.0)
343+
rspec-rails (3.1.0)
344344
actionpack (>= 3.0)
345345
activesupport (>= 3.0)
346346
railties (>= 3.0)
347-
rspec-core (~> 3.0.0)
348-
rspec-expectations (~> 3.0.0)
349-
rspec-mocks (~> 3.0.0)
350-
rspec-support (~> 3.0.0)
351-
rspec-support (3.0.4)
347+
rspec-core (~> 3.1.0)
348+
rspec-expectations (~> 3.1.0)
349+
rspec-mocks (~> 3.1.0)
350+
rspec-support (~> 3.1.0)
351+
rspec-support (3.1.2)
352352
rvm-capistrano (1.4.1)
353353
capistrano (>= 2.0.0)
354354
sass (3.4.5)
@@ -467,7 +467,7 @@ DEPENDENCIES
467467
redis-namespace (~> 1.3.1)
468468
redis-objects (= 0.9.1)
469469
rouge (~> 1.3.4)
470-
rspec-rails (~> 3.0.1)
470+
rspec-rails (~> 3.1)
471471
rvm-capistrano
472472
sass-rails (~> 5.0.0.beta1)
473473
settingslogic (~> 2.0.9)

0 commit comments

Comments
 (0)