Skip to content

Commit

Permalink
build(deps-dev): 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:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 28, 2024
1 parent 6544c9c commit df6156e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ group :development, :test do
gem 'byebug', '~> 11.1.3', platforms: %i[mri mingw x64_mingw]
gem 'dotenv-rails', '~> 2.8.1', '>= 2.8.1'
gem 'i18n-tasks', '~> 1.0.13'
gem 'rspec-rails', '~> 6.1.0'
gem 'rspec-rails', '~> 6.1.1'
gem 'rubocop', '~> 1.59.0'
gem 'rubocop-performance', '~> 1.20.2'
gem 'rubocop-rails', '~> 2.23.1'
Expand Down
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ GEM
erubi (~> 1.4)
parser (>= 2.4)
smart_properties
bigdecimal (3.1.5)
bigdecimal (3.1.6)
bindex (0.8.1)
bootsnap (1.17.1)
msgpack (~> 1.2)
Expand All @@ -129,7 +129,7 @@ GEM
byebug (11.1.3)
ccs-frontend_helpers (0.1.2)
rails (>= 6.0)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
crass (1.0.6)
date (3.3.4)
Expand Down Expand Up @@ -169,10 +169,10 @@ GEM
rails-i18n
rainbow (>= 2.2.2, < 4.0)
terminal-table (>= 1.5.1)
io-console (0.6.0)
irb (1.9.1)
io-console (0.7.2)
irb (1.11.1)
rdoc
reline (>= 0.3.8)
reline (>= 0.4.2)
jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
Expand All @@ -197,7 +197,7 @@ GEM
mime-types-data (3.2020.0512)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.20.0)
minitest (5.21.2)
msgpack (1.7.2)
mutex_m (0.2.0)
net-imap (0.4.5)
Expand All @@ -211,15 +211,15 @@ GEM
net-protocol
netrc (0.11.0)
nio4r (2.7.0)
nokogiri (1.15.5)
nokogiri (1.16.0)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.3)
ast (~> 2.4.1)
racc
pg (1.5.4)
psych (5.1.1.1)
psych (5.1.2)
stringio
puma (6.4.2)
nio4r (~> 2.0)
Expand Down Expand Up @@ -278,10 +278,10 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rdoc (6.6.0)
rdoc (6.6.2)
psych (>= 4.0.0)
regexp_parser (2.9.0)
reline (0.4.0)
reline (0.4.2)
io-console (~> 0.5)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
Expand All @@ -305,7 +305,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 @@ -358,7 +358,7 @@ GEM
spring-watcher-listen (2.1.0)
listen (>= 2.7, < 4.0)
spring (>= 4)
stringio (3.0.9)
stringio (3.1.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
thor (1.3.0)
Expand Down Expand Up @@ -412,7 +412,7 @@ DEPENDENCIES
rest-client (~> 2.1)
rollbar (~> 3.5.1)
roo (~> 2.10.0)
rspec-rails (~> 6.1.0)
rspec-rails (~> 6.1.1)
rubocop (~> 1.59.0)
rubocop-performance (~> 1.20.2)
rubocop-rails (~> 2.23.1)
Expand Down

0 comments on commit df6156e

Please sign in to comment.