Skip to content

Commit

Permalink
chore(deps-dev): update rspec-rails requirement from ~> 6.0 to ~> 7.0 (
Browse files Browse the repository at this point in the history
…#3)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent b37f1f6 commit 0c6ae72
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -192,21 +192,21 @@ GEM
rdoc (6.7.0)
psych (>= 4.0.0)
regexp_parser (2.9.2)
reline (0.5.9)
reline (0.5.10)
io-console (~> 0.5)
rexml (3.3.7)
rspec-core (3.13.0)
rspec-core (3.13.1)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.1)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (6.1.4)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
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)
Expand Down Expand Up @@ -247,7 +247,7 @@ GEM
activesupport (>= 6.1)
sprockets (>= 3.0.0)
stringio (3.1.1)
thor (1.3.1)
thor (1.3.2)
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand All @@ -258,7 +258,7 @@ GEM
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
yard (0.9.36)
zeitwerk (2.6.17)
zeitwerk (2.6.18)

PLATFORMS
aarch64-linux
Expand All @@ -274,7 +274,7 @@ DEPENDENCIES
jsonapi-resources-anchor!
pg (~> 1.5)
puma (>= 5.0)
rspec-rails (~> 6.0)
rspec-rails (~> 7.0)
rubocop (~> 1.62)
rubocop-ast
rubocop-performance
Expand Down
2 changes: 1 addition & 1 deletion jsonapi-resources-anchor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 3.1"
s.add_dependency("jsonapi-resources", "~> 0.1")
s.add_dependency("rails", ">= 7.0")
s.add_development_dependency("rspec-rails", "~> 6.0")
s.add_development_dependency("rspec-rails", "~> 7.0")
s.add_development_dependency("yard")
end

0 comments on commit 0c6ae72

Please sign in to comment.