Skip to content

Commit

Permalink
Bump rundoc from 3.0.0 to 4.0.0 in /.rundoc-workspace (#58)
Browse files Browse the repository at this point in the history
Bumps [rundoc](https://github.com/schneems/rundoc) from 3.0.0 to 4.0.0.
- [Changelog](https://github.com/zombocom/rundoc/blob/main/CHANGELOG.md)
- [Commits](zombocom/rundoc@v3.0.0...v4.0.0)

---
updated-dependencies:
- dependency-name: rundoc
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Dec 7, 2024
1 parent 29d9849 commit 8ab26dc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .rundoc-workspace/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
source 'https://rubygems.org'
ruby '~> 3.3'

gem 'rundoc', '~> 3.0'
gem 'rundoc', '~> 4.0'
18 changes: 9 additions & 9 deletions .rundoc-workspace/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ GEM
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
aws-eventstream (1.3.0)
aws-partitions (1.992.0)
aws-sdk-core (3.210.0)
aws-partitions (1.1014.0)
aws-sdk-core (3.214.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.95.0)
aws-sdk-kms (1.96.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.169.0)
aws-sdk-s3 (1.174.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.10.0)
aws-sigv4 (1.10.1)
aws-eventstream (~> 1, >= 1.0.2)
base64 (0.2.0)
capybara (3.40.0)
Expand Down Expand Up @@ -52,18 +52,18 @@ GEM
rack (3.1.8)
rack-test (2.1.0)
rack (>= 1.3)
regexp_parser (2.9.2)
regexp_parser (2.9.3)
rexml (3.3.9)
rubyzip (2.3.2)
rundoc (3.0.0)
rundoc (4.0.0)
aws-sdk-s3 (~> 1)
base64 (~> 0)
capybara (~> 3)
dotenv
parslet (~> 2)
selenium-webdriver (~> 4)
thor
selenium-webdriver (4.25.0)
selenium-webdriver (4.27.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
Expand All @@ -83,7 +83,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
rundoc (~> 3.0)
rundoc (~> 4.0)

RUBY VERSION
ruby 3.3.2p78
Expand Down

0 comments on commit 8ab26dc

Please sign in to comment.