Skip to content

Commit

Permalink
Bump the rails_70 group in /gemfiles/rails_70 with 3 updates (#575)
Browse files Browse the repository at this point in the history
Bumps the rails_70 group in /gemfiles/rails_70 with 3 updates: [rspec-rails](https://github.com/rspec/rspec-rails), [combustion](https://github.com/pat/combustion) and [capybara](https://github.com/teamcapybara/capybara).


Updates `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)

Updates `combustion` from 1.3.7 to 1.4.0
- [Changelog](https://github.com/pat/combustion/blob/main/HISTORY)
- [Commits](pat/combustion@v1.3.7...v1.4.0)

Updates `capybara` from 3.39.2 to 3.40.0
- [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
- [Commits](teamcapybara/capybara@3.39.2...3.40.0)

---
updated-dependencies:
- dependency-name: rspec-rails
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rails_70
- dependency-name: combustion
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_70
- dependency-name: capybara
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_70
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent 1d982c4 commit facd7ee
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions gemfiles/rails_70/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,28 +73,28 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
builder (3.2.4)
capybara (3.39.2)
capybara (3.40.0)
addressable
matrix
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
nokogiri (~> 1.11)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
coderay (1.1.3)
combustion (1.3.7)
combustion (1.4.0)
activesupport (>= 3.0.0)
railties (>= 3.0.0)
thor (>= 0.14.6)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
crass (1.0.6)
date (3.3.4)
date (3.3.4-java)
diff-lcs (1.5.0)
diff-lcs (1.5.1)
docile (1.4.0)
erubi (1.12.0)
ffi (1.16.3-java)
Expand All @@ -115,7 +115,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.20.0)
minitest (5.21.2)
net-imap (0.4.7)
date
net-protocol
Expand All @@ -127,10 +127,10 @@ GEM
net-protocol
nio4r (2.7.0)
nio4r (2.7.0-java)
nokogiri (1.15.5)
nokogiri (1.16.0)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.5-java)
nokogiri (1.16.0-java)
racc (~> 1.4)
pry (0.14.2)
coderay (~> 1.1)
Expand Down Expand Up @@ -174,7 +174,7 @@ GEM
thor (~> 1.0)
zeitwerk (~> 2.5)
rake (13.1.0)
regexp_parser (2.8.3)
regexp_parser (2.9.0)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
Expand All @@ -188,7 +188,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

0 comments on commit facd7ee

Please sign in to comment.