Skip to content

Commit b9ecda1

Browse files
committed
Update RSpec gem: 5.1.2 -> 6.1.1
1 parent 2a57604 commit b9ecda1

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ group :development, :test do
9494

9595
gem 'capybara'
9696
gem 'factory_bot_rails'
97-
gem 'rspec-rails', '~> 5.1.2'
97+
gem 'rspec-rails', '~> 6.1.1'
9898
gem 'selenium-webdriver'
9999

100100
gem 'dotenv-rails'

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -435,14 +435,14 @@ GEM
435435
rspec-mocks (3.13.4)
436436
diff-lcs (>= 1.2.0, < 2.0)
437437
rspec-support (~> 3.13.0)
438-
rspec-rails (5.1.2)
439-
actionpack (>= 5.2)
440-
activesupport (>= 5.2)
441-
railties (>= 5.2)
442-
rspec-core (~> 3.10)
443-
rspec-expectations (~> 3.10)
444-
rspec-mocks (~> 3.10)
445-
rspec-support (~> 3.10)
438+
rspec-rails (6.1.5)
439+
actionpack (>= 6.1)
440+
activesupport (>= 6.1)
441+
railties (>= 6.1)
442+
rspec-core (~> 3.13)
443+
rspec-expectations (~> 3.13)
444+
rspec-mocks (~> 3.13)
445+
rspec-support (~> 3.13)
446446
rspec-retry (0.6.2)
447447
rspec-core (> 3.3)
448448
rspec-support (3.13.3)
@@ -600,7 +600,7 @@ DEPENDENCIES
600600
rake
601601
rambulance!
602602
rinku
603-
rspec-rails (~> 5.1.2)
603+
rspec-rails (~> 6.1.1)
604604
rspec-retry
605605
rss
606606
ruby-mp3info

0 commit comments

Comments
 (0)