Skip to content

Commit 70e2a40

Browse files
Upgrade RSpec libraries from v4 to v6 (#635)
* Upgrade RSpec-* from 4 to 5 * Update Rspec from 5 to 6 * Bump factory_bot
1 parent 3cda649 commit 70e2a40

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

backend/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ group :development, :test do
7676
gem "pry-byebug"
7777
gem "pry-doc"
7878
gem "pry-rails"
79-
gem "rspec-rails", "~> 4.1.0"
79+
gem "rspec-rails"
8080
gem "standardrb"
8181
end
8282

backend/Gemfile.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ GEM
131131
devise_invitable (2.0.5)
132132
actionmailer (>= 5.0)
133133
devise (>= 4.6)
134-
diff-lcs (1.4.4)
134+
diff-lcs (1.5.0)
135135
docile (1.4.0)
136136
dotenv (2.8.1)
137137
dotenv-rails (2.8.1)
@@ -146,7 +146,7 @@ GEM
146146
rubocop
147147
smart_properties
148148
erubi (1.12.0)
149-
factory_bot (6.2.0)
149+
factory_bot (6.2.1)
150150
activesupport (>= 5.0.0)
151151
factory_bot_rails (6.2.0)
152152
factory_bot (~> 6.2.0)
@@ -360,23 +360,23 @@ GEM
360360
railties (>= 5.0)
361361
rexml (3.2.6)
362362
rouge (4.1.2)
363-
rspec-core (3.10.1)
364-
rspec-support (~> 3.10.0)
365-
rspec-expectations (3.10.1)
363+
rspec-core (3.12.2)
364+
rspec-support (~> 3.12.0)
365+
rspec-expectations (3.12.3)
366366
diff-lcs (>= 1.2.0, < 2.0)
367-
rspec-support (~> 3.10.0)
368-
rspec-mocks (3.10.2)
367+
rspec-support (~> 3.12.0)
368+
rspec-mocks (3.12.6)
369369
diff-lcs (>= 1.2.0, < 2.0)
370-
rspec-support (~> 3.10.0)
371-
rspec-rails (4.1.2)
372-
actionpack (>= 4.2)
373-
activesupport (>= 4.2)
374-
railties (>= 4.2)
375-
rspec-core (~> 3.10)
376-
rspec-expectations (~> 3.10)
377-
rspec-mocks (~> 3.10)
378-
rspec-support (~> 3.10)
379-
rspec-support (3.10.2)
370+
rspec-support (~> 3.12.0)
371+
rspec-rails (6.0.3)
372+
actionpack (>= 6.1)
373+
activesupport (>= 6.1)
374+
railties (>= 6.1)
375+
rspec-core (~> 3.12)
376+
rspec-expectations (~> 3.12)
377+
rspec-mocks (~> 3.12)
378+
rspec-support (~> 3.12)
379+
rspec-support (3.12.1)
380380
rubocop (1.20.0)
381381
parallel (~> 1.10)
382382
parser (>= 3.0.0.0)
@@ -504,7 +504,7 @@ DEPENDENCIES
504504
rails (~> 6.1.7.4)
505505
rails_12factor
506506
rake
507-
rspec-rails (~> 4.1.0)
507+
rspec-rails
508508
rubocop-rails
509509
ruby-progressbar
510510
seedbank

0 commit comments

Comments
 (0)