Skip to content

Commit 291106e

Browse files
dependabot-preview[bot]ykzts
authored andcommitted
Bump rspec-rails from 3.8.2 to 3.9.0 (mastodon#12241)
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 3.8.2 to 3.9.0. - [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.8.2...v3.9.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 52c9044 commit 291106e

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ group :development, :test do
106106
gem 'i18n-tasks', '~> 0.9', require: false
107107
gem 'pry-byebug', '~> 3.7'
108108
gem 'pry-rails', '~> 0.3'
109-
gem 'rspec-rails', '~> 3.8'
109+
gem 'rspec-rails', '~> 3.9'
110110
end
111111

112112
group :production, :test do

Gemfile.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ GEM
235235
multi_json
236236
encryptor (3.0.0)
237237
equatable (0.6.1)
238-
erubi (1.8.0)
238+
erubi (1.9.0)
239239
et-orbi (1.1.6)
240240
tzinfo
241241
excon (0.62.0)
@@ -488,8 +488,8 @@ GEM
488488
rails-dom-testing (2.0.3)
489489
activesupport (>= 4.2.0)
490490
nokogiri (>= 1.6)
491-
rails-html-sanitizer (1.2.0)
492-
loofah (~> 2.2, >= 2.2.2)
491+
rails-html-sanitizer (1.3.0)
492+
loofah (~> 2.3)
493493
rails-i18n (5.1.3)
494494
i18n (>= 0.7, < 2)
495495
railties (>= 5.0, < 6)
@@ -537,26 +537,26 @@ GEM
537537
rpam2 (4.0.2)
538538
rqrcode (0.10.1)
539539
chunky_png (~> 1.0)
540-
rspec-core (3.8.0)
541-
rspec-support (~> 3.8.0)
542-
rspec-expectations (3.8.2)
540+
rspec-core (3.9.0)
541+
rspec-support (~> 3.9.0)
542+
rspec-expectations (3.9.0)
543543
diff-lcs (>= 1.2.0, < 2.0)
544-
rspec-support (~> 3.8.0)
545-
rspec-mocks (3.8.0)
544+
rspec-support (~> 3.9.0)
545+
rspec-mocks (3.9.0)
546546
diff-lcs (>= 1.2.0, < 2.0)
547-
rspec-support (~> 3.8.0)
548-
rspec-rails (3.8.2)
547+
rspec-support (~> 3.9.0)
548+
rspec-rails (3.9.0)
549549
actionpack (>= 3.0)
550550
activesupport (>= 3.0)
551551
railties (>= 3.0)
552-
rspec-core (~> 3.8.0)
553-
rspec-expectations (~> 3.8.0)
554-
rspec-mocks (~> 3.8.0)
555-
rspec-support (~> 3.8.0)
552+
rspec-core (~> 3.9.0)
553+
rspec-expectations (~> 3.9.0)
554+
rspec-mocks (~> 3.9.0)
555+
rspec-support (~> 3.9.0)
556556
rspec-sidekiq (3.0.3)
557557
rspec-core (~> 3.0, >= 3.0.0)
558558
sidekiq (>= 2.4.0)
559-
rspec-support (3.8.0)
559+
rspec-support (3.9.0)
560560
rubocop (0.75.1)
561561
jaro_winkler (~> 1.5.1)
562562
parallel (~> 1.10)
@@ -775,7 +775,7 @@ DEPENDENCIES
775775
redis-namespace (~> 1.5)
776776
redis-rails (~> 5.0)
777777
rqrcode (~> 0.10)
778-
rspec-rails (~> 3.8)
778+
rspec-rails (~> 3.9)
779779
rspec-sidekiq (~> 3.0)
780780
rubocop (~> 0.75)
781781
rubocop-rails (~> 2.3)

0 commit comments

Comments
 (0)