Skip to content

Commit b0a4d48

Browse files
Bump rspec-rails from 3.5.1 to 3.8.2
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 3.5.1 to 3.8.2. - [Release notes](https://github.com/rspec/rspec-rails/releases) - [Changelog](https://github.com/rspec/rspec-rails/blob/master/Changelog.md) - [Commits](rspec/rspec-rails@v3.5.1...v3.8.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent 2294b5f commit b0a4d48

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ group :development, :test do
6666
gem "dotenv-rails"
6767
gem "factory_girl_rails"
6868
gem "pry-rails"
69-
gem "rspec-rails", "~> 3.0"
69+
gem "rspec-rails", "~> 3.8"
7070
gem "annotate"
7171
gem "letter_opener"
7272
gem "email_spec"

Gemfile.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ GEM
655655
devise_invitable (1.5.5)
656656
actionmailer (>= 3.2.6, < 5)
657657
devise (>= 3.2.0)
658-
diff-lcs (1.2.5)
658+
diff-lcs (1.3)
659659
docile (1.1.5)
660660
dotenv (0.11.1)
661661
dotenv-deployment (~> 0.0.2)
@@ -797,23 +797,23 @@ GEM
797797
responders (2.4.0)
798798
actionpack (>= 4.2.0, < 5.3)
799799
railties (>= 4.2.0, < 5.3)
800-
rspec-core (3.5.1)
801-
rspec-support (~> 3.5.0)
802-
rspec-expectations (3.5.0)
800+
rspec-core (3.8.0)
801+
rspec-support (~> 3.8.0)
802+
rspec-expectations (3.8.2)
803803
diff-lcs (>= 1.2.0, < 2.0)
804-
rspec-support (~> 3.5.0)
805-
rspec-mocks (3.5.0)
804+
rspec-support (~> 3.8.0)
805+
rspec-mocks (3.8.0)
806806
diff-lcs (>= 1.2.0, < 2.0)
807-
rspec-support (~> 3.5.0)
808-
rspec-rails (3.5.1)
807+
rspec-support (~> 3.8.0)
808+
rspec-rails (3.8.2)
809809
actionpack (>= 3.0)
810810
activesupport (>= 3.0)
811811
railties (>= 3.0)
812-
rspec-core (~> 3.5.0)
813-
rspec-expectations (~> 3.5.0)
814-
rspec-mocks (~> 3.5.0)
815-
rspec-support (~> 3.5.0)
816-
rspec-support (3.5.0)
812+
rspec-core (~> 3.8.0)
813+
rspec-expectations (~> 3.8.0)
814+
rspec-mocks (~> 3.8.0)
815+
rspec-support (~> 3.8.0)
816+
rspec-support (3.8.0)
817817
ruby2ruby (2.2.0)
818818
ruby_parser (~> 3.1)
819819
sexp_processor (~> 4.0)
@@ -941,7 +941,7 @@ DEPENDENCIES
941941
rails_12factor
942942
recipient_interceptor
943943
redcarpet
944-
rspec-rails (~> 3.0)
944+
rspec-rails (~> 3.8)
945945
sass-rails (~> 5.0.1)
946946
select2-rails
947947
shoulda-matchers (~> 2.7.0)

0 commit comments

Comments
 (0)