Skip to content

Commit

Permalink
Bump rspec-rails from 6.1.0 to 6.1.1
Browse files Browse the repository at this point in the history
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 6.1.0 to 6.1.1.
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](rspec/rspec-rails@v6.1.0...v6.1.1)

---
updated-dependencies:
- dependency-name: rspec-rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 26, 2024
1 parent 345b6f6 commit 16c9381
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ gem "matrix", "~> 0.4.2"
gem "nokogiri", "~> 1.16"
gem "pry", "~> 0.14.1"
gem "rake", "~> 13.0"
gem "rspec-rails", "~> 6.0"
gem "rspec-rails", "~> 6.1"
gem "sprockets-rails", "~> 3.2"
gem "sqlite3", "~> 1.7"
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ GEM
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.2.0)
bigdecimal (3.1.5)
bigdecimal (3.1.6)
builder (3.2.4)
capybara (3.39.2)
addressable
Expand All @@ -109,7 +109,7 @@ GEM
activesupport (>= 6.1)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-console (0.7.1)
io-console (0.7.2)
irb (1.11.1)
rdoc
reline (>= 0.4.2)
Expand All @@ -125,7 +125,7 @@ GEM
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.1.5)
minitest (5.21.1)
minitest (5.21.2)
mutex_m (0.2.0)
net-imap (0.4.9.1)
date
Expand Down Expand Up @@ -199,7 +199,7 @@ GEM
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-rails (6.1.0)
rspec-rails (6.1.1)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
Expand Down Expand Up @@ -245,7 +245,7 @@ DEPENDENCIES
pry (~> 0.14.1)
rails-footnotes!
rake (~> 13.0)
rspec-rails (~> 6.0)
rspec-rails (~> 6.1)
sprockets-rails (~> 3.2)
sqlite3 (~> 1.7)

Expand Down

0 comments on commit 16c9381

Please sign in to comment.