Skip to content

Commit

Permalink
Bump the all-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group with 3 updates: [rake](https://github.com/ruby/rake), [rspec](https://github.com/rspec/rspec-metagem) and [signet](https://github.com/googleapis/signet).


Updates `rake` from 13.0.6 to 13.2.1
- [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.2.1)

Updates `rspec` from 3.12.0 to 3.13.0
- [Commits](rspec/rspec-metagem@v3.12.0...v3.13.0)

Updates `signet` from 0.17.0 to 0.18.0
- [Release notes](https://github.com/googleapis/signet/releases)
- [Changelog](https://github.com/googleapis/signet/blob/main/CHANGELOG.md)
- [Commits](googleapis/signet@signet/v0.17.0...signet/v0.18.0)

---
updated-dependencies:
- dependency-name: rake
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: rspec
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: signet
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent d3765c7 commit 33dbf25
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 22 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ source "https://rubygems.org"
# Specify your gem's dependencies in gaargh.gemspec
gemspec

gem "rake", "~> 13.0"
gem "rake", "~> 13.2"

gem "rspec", "~> 3.0"
gem "rspec", "~> 3.13"

gem "rubocop", "~> 1.21"
44 changes: 24 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ PATH
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.4)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.2.0)
declarative (0.0.20)
diff-lcs (1.5.0)
faraday (2.7.10)
diff-lcs (1.5.1)
faraday (2.8.1)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
Expand All @@ -37,7 +39,8 @@ GEM
signet (>= 0.16, < 2.a)
httpclient (2.8.3)
json (2.6.3)
jwt (2.7.1)
jwt (2.8.1)
base64
language_server-protocol (3.17.0.3)
memoist (0.16.2)
mini_mime (1.1.2)
Expand All @@ -47,30 +50,30 @@ GEM
parser (3.2.2.3)
ast (~> 2.4.1)
racc
public_suffix (5.0.3)
public_suffix (5.0.5)
racc (1.7.1)
rainbow (3.1.1)
rake (13.0.6)
rake (13.2.1)
regexp_parser (2.8.1)
representable (3.2.0)
declarative (< 0.1.0)
trailblazer-option (>= 0.1.1, < 0.2.0)
uber (< 0.2.0)
retriable (3.1.2)
rexml (3.2.5)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.6)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.54.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand All @@ -86,7 +89,7 @@ GEM
parser (>= 3.2.1.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
signet (0.17.0)
signet (0.18.0)
addressable (~> 2.8)
faraday (>= 0.17.5, < 3.a)
jwt (>= 1.5, < 3.0)
Expand All @@ -98,11 +101,12 @@ GEM

PLATFORMS
x86_64-darwin-22
x86_64-linux

DEPENDENCIES
gaargh!
rake (~> 13.0)
rspec (~> 3.0)
rake (~> 13.2)
rspec (~> 3.13)
rubocop (~> 1.21)

BUNDLED WITH
Expand Down

0 comments on commit 33dbf25

Please sign in to comment.