Skip to content

Commit

Permalink
Merge pull request #47 from github/dependabot/bundler/dev-ruby-depend…
Browse files Browse the repository at this point in the history
…encies-805d79b2b9

Bump the dev-ruby-dependencies group across 1 directory with 3 updates
  • Loading branch information
GrantBirki authored Jun 11, 2024
2 parents 43b8bbf + f46b506 commit cd1f608
Show file tree
Hide file tree
Showing 22 changed files with 23 additions and 23 deletions.
42 changes: 21 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ GEM
crack (1.0.0)
bigdecimal
rexml
debug (1.8.0)
irb (>= 1.5.0)
reline (>= 0.3.1)
debug (1.9.2)
irb (~> 1.10)
reline (>= 0.3.8)
diff-lcs (1.5.1)
docile (1.4.0)
drb (2.2.1)
Expand Down Expand Up @@ -61,8 +61,8 @@ GEM
faraday (>= 1, < 3)
sawyer (~> 0.9)
optimist (3.1.0)
parallel (1.24.0)
parser (3.3.1.0)
parallel (1.25.1)
parser (3.3.2.0)
ast (~> 2.4.1)
racc
psych (5.1.2)
Expand All @@ -77,22 +77,22 @@ GEM
regexp_parser (2.9.2)
reline (0.5.8)
io-console (~> 0.5)
rexml (3.2.8)
strscan (>= 3.0.9)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.2)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.6)
rexml (3.3.0)
strscan
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.8.0)
rspec-mocks (3.8.2)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.3)
rubocop (1.64.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.64.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -146,10 +146,10 @@ PLATFORMS
ruby

DEPENDENCIES
debug (<= 1.8.0)
debug (<= 1.10.0)
entitlements-gitrepo-auditor-plugin!
rake (~> 13.2, >= 13.2.1)
rspec (= 3.8.0)
rspec (= 3.13.0)
rubocop (~> 1.64)
rubocop-github (~> 0.20)
rubocop-performance (~> 1.21)
Expand Down
4 changes: 2 additions & 2 deletions entitlements-gitrepo-auditor-plugin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Gem::Specification.new do |s|
s.add_dependency "contracts", "~> 0.17"
s.add_dependency "entitlements-app", "~> 1.0"

s.add_development_dependency "debug", "<= 1.8.0"
s.add_development_dependency "debug", "<= 1.10.0"
s.add_development_dependency "rake", "~> 13.2", ">= 13.2.1"
s.add_development_dependency "rspec", "= 3.8.0"
s.add_development_dependency "rspec", "= 3.13.0"
s.add_development_dependency "rubocop", "~> 1.64"
s.add_development_dependency "rubocop-github", "~> 0.20"
s.add_development_dependency "rubocop-performance", "~> 1.21"
Expand Down
Binary file removed vendor/cache/debug-1.8.0.gem
Binary file not shown.
Binary file added vendor/cache/debug-1.9.2.gem
Binary file not shown.
Binary file removed vendor/cache/parallel-1.24.0.gem
Binary file not shown.
Binary file added vendor/cache/parallel-1.25.1.gem
Binary file not shown.
Binary file removed vendor/cache/parser-3.3.1.0.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.3.2.0.gem
Binary file not shown.
Binary file removed vendor/cache/rexml-3.2.8.gem
Binary file not shown.
Binary file added vendor/cache/rexml-3.3.0.gem
Binary file not shown.
Binary file added vendor/cache/rspec-3.13.0.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-3.8.0.gem
Binary file not shown.
Binary file added vendor/cache/rspec-core-3.13.0.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-core-3.8.2.gem
Binary file not shown.
Binary file added vendor/cache/rspec-expectations-3.13.0.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-expectations-3.8.6.gem
Binary file not shown.
Binary file added vendor/cache/rspec-mocks-3.13.1.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-mocks-3.8.2.gem
Binary file not shown.
Binary file added vendor/cache/rspec-support-3.13.1.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-support-3.8.3.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.64.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.64.1.gem
Binary file not shown.

0 comments on commit cd1f608

Please sign in to comment.