diff --git a/Gemfile b/Gemfile index 9ab768c..f20d279 100644 --- a/Gemfile +++ b/Gemfile @@ -76,7 +76,7 @@ end group :development, :test do # Test framework - gem 'rspec-rails', '~> 3.1.0' + gem 'rspec-rails', '~> 3.2.0' # Fixtures made easy gem 'factory_girl_rails', '~> 4.5.0' diff --git a/Gemfile.lock b/Gemfile.lock index 68f5ac6..c558c48 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -173,7 +173,7 @@ GEM multi_json (~> 1.0) websocket-driver (>= 0.2.0) rack (1.5.2) - rack-test (0.6.2) + rack-test (0.6.3) rack (>= 1.0) rails (4.1.8) actionmailer (= 4.1.8) @@ -199,22 +199,23 @@ GEM rest-client (1.7.2) mime-types (>= 1.16, < 3.0) netrc (~> 0.7) - rspec-core (3.1.7) - rspec-support (~> 3.1.0) - rspec-expectations (3.1.2) + rspec-core (3.2.0) + rspec-support (~> 3.2.0) + rspec-expectations (3.2.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.1.0) - rspec-mocks (3.1.3) - rspec-support (~> 3.1.0) - rspec-rails (3.1.0) - actionpack (>= 3.0) - activesupport (>= 3.0) - railties (>= 3.0) - rspec-core (~> 3.1.0) - rspec-expectations (~> 3.1.0) - rspec-mocks (~> 3.1.0) - rspec-support (~> 3.1.0) - rspec-support (3.1.2) + rspec-support (~> 3.2.0) + rspec-mocks (3.2.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.2.0) + rspec-rails (3.2.0) + actionpack (>= 3.0, <= 4.2) + activesupport (>= 3.0, <= 4.2) + railties (>= 3.0, <= 4.2) + rspec-core (~> 3.2.0) + rspec-expectations (~> 3.2.0) + rspec-mocks (~> 3.2.0) + rspec-support (~> 3.2.0) + rspec-support (3.2.1) sass (3.2.19) sass-rails (4.0.5) railties (>= 4.0.0, < 5.0) @@ -300,7 +301,7 @@ DEPENDENCIES pg (~> 0.17.0) poltergeist (~> 1.5.0) rails (= 4.1.8) - rspec-rails (~> 3.1.0) + rspec-rails (~> 3.2.0) sass-rails (~> 4.0.1) sdoc shoulda-matchers (~> 2.7.0) -- libgit2 0.21.2