Skip to content

Commit

Permalink
Merge pull request #294 from code0-tech/renovate/rspec-rails-7.x
Browse files Browse the repository at this point in the history
Update dependency rspec-rails to v7
  • Loading branch information
Taucher2003 authored Sep 21, 2024
2 parents 1c2cc06 + 1f2a383 commit b12f008
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem 'debug', platforms: %i[mri windows]

gem 'rspec-rails', '~> 6.0'
gem 'rspec-rails', '~> 7.0'

gem 'factory_bot_rails', '~> 6.2'
gem 'test-prof', '~> 1.0'
Expand Down
40 changes: 20 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -243,18 +243,18 @@ GEM
rexml (3.3.4)
strscan
rotp (6.3.0)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.3)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.4)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.1)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.7)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (~> 3.13.0)
rspec-parameterized (1.0.2)
rspec-parameterized-core (< 2)
rspec-parameterized-table_syntax (< 2)
Expand All @@ -266,15 +266,15 @@ GEM
rspec-parameterized-table_syntax (1.0.1)
binding_of_caller
rspec-parameterized-core (< 2)
rspec-rails (6.1.1)
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.2)
rspec-rails (7.0.1)
actionpack (>= 7.0)
activesupport (>= 7.0)
railties (>= 7.0)
rspec-core (~> 3.13)
rspec-expectations (~> 3.13)
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.64.1)
Expand Down Expand Up @@ -363,7 +363,7 @@ DEPENDENCIES
rails (~> 7.2.0)
rotp
rspec-parameterized (~> 1.0)
rspec-rails (~> 6.0)
rspec-rails (~> 7.0)
rspec_junit_formatter (~> 0.6.0)
rubocop-factory_bot (~> 2.23)
rubocop-graphql (~> 1.3)
Expand Down

0 comments on commit b12f008

Please sign in to comment.