Skip to content

Commit

Permalink
Bump rspec-rails from 6.1.2 to 6.1.4 (#1188)
Browse files Browse the repository at this point in the history
* Bump rspec-rails from 6.1.2 to 6.1.4

Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 6.1.2 to 6.1.4.
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](rspec/rspec-rails@v6.1.2...v6.1.4)

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

Signed-off-by: dependabot[bot] <[email protected]>

* add space in readme to trigger jenkins check

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: alexchan-va <[email protected]>
Co-authored-by: GcioGregg <[email protected]>
Co-authored-by: nfstern02 <[email protected]>
  • Loading branch information
4 people authored Sep 5, 2024
1 parent 7730e30 commit 5880c64
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ GEM
coderay (1.1.3)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.4)
config (5.4.0)
deep_merge (~> 1.2, >= 1.2.1)
connection_pool (2.4.1)
Expand All @@ -167,7 +167,7 @@ GEM
diff-lcs (1.5.1)
docile (1.4.0)
drb (2.2.1)
erubi (1.12.0)
erubi (1.13.0)
execjs (2.8.1)
factory_bot (6.4.6)
activesupport (>= 5.0.0)
Expand Down Expand Up @@ -236,7 +236,7 @@ GEM
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
io-console (0.7.2)
irb (1.13.1)
irb (1.14.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jquery-rails (4.6.0)
Expand Down Expand Up @@ -273,7 +273,7 @@ GEM
mini_mime (1.1.5)
mini_racer (0.12.0)
libv8-node (~> 21.7.2.0)
minitest (5.24.1)
minitest (5.25.0)
msgpack (1.7.2)
multi_json (1.15.0)
multipart-post (2.4.0)
Expand Down Expand Up @@ -319,7 +319,7 @@ GEM
public_suffix (5.0.4)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.8.0)
racc (1.8.1)
rack (3.0.11)
rack-cors (2.0.2)
rack (>= 2.0.0)
Expand Down Expand Up @@ -391,13 +391,13 @@ GEM
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
rspec-expectations (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (6.1.2)
rspec-rails (6.1.4)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
Expand Down Expand Up @@ -526,7 +526,7 @@ GEM
will_paginate (4.0.0)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.15)
zeitwerk (2.6.17)

PLATFORMS
aarch64-linux
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ You can create additional users by adding them to the `/db/seeds/01_users.rb` fi
User.create(email: 'xxxxxx', password: 'xxxxxx')
```

## Development Instructions
## Development Instructions
1. Run `bundle install` to set up the application.
2. Setup the DS database by running `bundle exec rake db:setup`.
3. Run any pending migrations by running `bundle exec rake db:migrate`.
Expand Down

0 comments on commit 5880c64

Please sign in to comment.