Skip to content

Commit

Permalink
core(dev-deps): bump the dev-deps group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the dev-deps group with 4 updates: [rake](https://github.com/ruby/rake), [simplecov-tailwindcss](https://github.com/chiefpansancolt/simplecov-tailwindcss), [standard](https://github.com/standardrb/standard) and [octokit](https://github.com/octokit/octokit.rb).


Updates `rake` from 13.0.6 to 13.1.0
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](ruby/rake@v13.0.6...v13.1.0)

Updates `simplecov-tailwindcss` from 2.1.2 to 2.2.0
- [Release notes](https://github.com/chiefpansancolt/simplecov-tailwindcss/releases)
- [Changelog](https://github.com/chiefpansancolt/simplecov-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](chiefpansancolt/simplecov-tailwindcss@2.1.2...2.2.0)

Updates `standard` from 1.31.2 to 1.32.0
- [Release notes](https://github.com/standardrb/standard/releases)
- [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md)
- [Commits](standardrb/standard@v1.31.2...v1.32.0)

Updates `octokit` from 7.2.0 to 8.0.0
- [Release notes](https://github.com/octokit/octokit.rb/releases)
- [Changelog](https://github.com/octokit/octokit.rb/blob/main/RELEASE.md)
- [Commits](octokit/octokit.rb@v7.2.0...v8.0.0)

---
updated-dependencies:
- dependency-name: rake
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: simplecov-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: standard
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: octokit
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 23, 2023
1 parent b35522d commit 05dc72c
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ GEM
awesome_print (1.9.2)
backports (3.24.1)
base32 (0.3.4)
base64 (0.1.1)
base64 (0.2.0)
bigdecimal (3.1.4)
bigdecimal (3.1.4-java)
break (0.40.0)
Expand Down Expand Up @@ -141,7 +141,7 @@ GEM
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
octokit (7.2.0)
octokit (8.0.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
parallel (1.23.0)
Expand All @@ -158,11 +158,11 @@ GEM
pry-doc (1.4.0)
pry (~> 0.11)
yard (~> 0.9.11)
public_suffix (5.0.3)
racc (1.7.1)
racc (1.7.1-java)
public_suffix (5.0.4)
racc (1.7.3)
racc (1.7.3-java)
rainbow (3.1.1)
rake (13.0.6)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand All @@ -186,19 +186,18 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (1.56.4)
base64 (~> 0.1.1)
rubocop (1.57.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
Expand All @@ -218,15 +217,15 @@ GEM
simplecov (~> 0.19)
simplecov-html (0.12.3)
simplecov-lcov (0.8.0)
simplecov-tailwindcss (2.1.2)
simplecov-tailwindcss (2.2.0)
simplecov (~> 0.16)
simplecov_json_formatter (0.1.4)
spoon (0.0.6)
ffi
standard (1.31.2)
standard (1.32.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.56.4)
rubocop (~> 1.57.2)
standard-custom (~> 1.0.0)
standard-performance (~> 1.2)
standard-custom (1.0.2)
Expand Down

0 comments on commit 05dc72c

Please sign in to comment.