Skip to content

Commit

Permalink
Use rspec-rails 6.0.x from now on
Browse files Browse the repository at this point in the history
  • Loading branch information
etagwerker committed Oct 9, 2023
1 parent b099680 commit 4c16fd0
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem "byebug", platforms: [:mri, :mingw, :x64_mingw]
# Adds support for Capybara system testing and selenium driver
gem "rspec-rails", "~> 4.0.2"
gem "rspec-rails", "~> 6.0.3"
gem "faker"
gem "shoulda-matchers", "~> 3.1"
gem "rails-controller-testing"
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -329,14 +329,14 @@ GEM
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-rails (4.0.2)
actionpack (>= 4.2)
activesupport (>= 4.2)
railties (>= 4.2)
rspec-core (~> 3.10)
rspec-expectations (~> 3.10)
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-rails (6.0.3)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-core (~> 3.12)
rspec-expectations (~> 3.12)
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.1)
rubocop (1.56.4)
base64 (~> 0.1.1)
Expand Down Expand Up @@ -476,7 +476,7 @@ DEPENDENCIES
rails-controller-testing
recursive-open-struct
redcarpet (~> 3.5.1)
rspec-rails (~> 4.0.2)
rspec-rails (~> 6.0.3)
sass-rails (~> 5.0)
shoulda-matchers (~> 3.1)
simplecov
Expand Down
34 changes: 17 additions & 17 deletions Gemfile.next.lock
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ GEM
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
diff-lcs (1.4.4)
diff-lcs (1.5.0)
docile (1.4.0)
dotenv (2.7.6)
dotenv-rails (2.7.6)
Expand Down Expand Up @@ -324,23 +324,23 @@ GEM
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.2.5)
rspec-core (3.10.1)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.1)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.2)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-rails (4.0.2)
actionpack (>= 4.2)
activesupport (>= 4.2)
railties (>= 4.2)
rspec-core (~> 3.10)
rspec-expectations (~> 3.10)
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.10.2)
rspec-support (~> 3.12.0)
rspec-rails (6.0.3)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-core (~> 3.12)
rspec-expectations (~> 3.12)
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.1)
rubocop (1.20.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
Expand Down Expand Up @@ -465,7 +465,7 @@ DEPENDENCIES
rails-controller-testing
recursive-open-struct
redcarpet (~> 3.5.1)
rspec-rails (~> 4.0.2)
rspec-rails (~> 6.0.3)
sass-rails (~> 5.0)
shoulda-matchers (~> 3.1)
simplecov
Expand Down

0 comments on commit 4c16fd0

Please sign in to comment.