Skip to content

Commit

Permalink
SRCH-357 - upgrade gem rspec-rails to support Rails 5 (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
peggles2 authored Feb 11, 2019
1 parent b7aae08 commit 2b6b6dc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ group :development do
end

group :development, :test do
gem 'rspec-rails', '~> 3.7.2'
gem 'rspec-rails', '~> 3.8.2'
gem 'rspec-json_expectations', '~> 2.1.0'
gem 'rspec-its', '~> 1.2.0'
gem 'email_spec', '~> 2.1.1'
Expand Down
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -574,27 +574,27 @@ GEM
activemodel (>= 3.0)
activesupport (>= 3.0)
rspec-mocks (>= 2.99, < 4.0)
rspec-core (3.7.1)
rspec-support (~> 3.7.0)
rspec-expectations (3.7.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-support (~> 3.8.0)
rspec-its (1.2.0)
rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0)
rspec-json_expectations (2.1.0)
rspec-mocks (3.7.0)
rspec-mocks (3.8.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-rails (3.7.2)
rspec-support (~> 3.8.0)
rspec-rails (3.8.2)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.1)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
rspec_junit_formatter (0.3.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (0.60.0)
Expand Down Expand Up @@ -841,7 +841,7 @@ DEPENDENCIES
rspec-activemodel-mocks (~> 1.0.3)
rspec-its (~> 1.2.0)
rspec-json_expectations (~> 2.1.0)
rspec-rails (~> 3.7.2)
rspec-rails (~> 3.8.2)
rspec_junit_formatter (~> 0.3.0)
rubocop (= 0.60.0)
sanitize (~> 4.6.4)
Expand Down

0 comments on commit 2b6b6dc

Please sign in to comment.