Skip to content

Commit

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

Bump the dev-ruby-dependencies group with 4 updates
  • Loading branch information
nobe4 committed Apr 23, 2024
2 parents e1706ad + 39fe1fb commit b111aa9
Show file tree
Hide file tree
Showing 19 changed files with 22 additions and 22 deletions.
34 changes: 17 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ GEM
hashdiff (1.1.0)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
json (2.7.1)
json (2.7.2)
language_server-protocol (3.17.0.3)
minitest (5.22.3)
mutex_m (0.2.0)
Expand All @@ -68,23 +68,23 @@ GEM
racc (1.7.3)
rack (3.0.10)
rainbow (3.1.1)
rake (13.2.0)
rake (13.2.1)
regexp_parser (2.9.0)
rexml (3.2.6)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.6)
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.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.3)
rubocop (1.62.1)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.63.3)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -139,9 +139,9 @@ DEPENDENCIES
entitlements-app (~> 0.3)
entitlements-github-plugin!
rake (~> 13.2.0)
rspec (= 3.8.0)
rspec-core (= 3.8.0)
rubocop (= 1.62.1)
rspec (= 3.13.0)
rspec-core (= 3.13.0)
rubocop (= 1.63.3)
rubocop-github (= 0.20.0)
rubocop-performance (= 1.21.0)
rugged (~> 1.7, >= 1.7.2)
Expand Down
6 changes: 3 additions & 3 deletions entitlements-github-plugin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Gem::Specification.new do |s|

s.add_development_dependency "entitlements-app", "~> 0.3"
s.add_development_dependency "rake", "~> 13.2.0"
s.add_development_dependency "rspec", "= 3.8.0"
s.add_development_dependency "rspec-core", "= 3.8.0"
s.add_development_dependency "rubocop", "= 1.62.1"
s.add_development_dependency "rspec", "= 3.13.0"
s.add_development_dependency "rspec-core", "= 3.13.0"
s.add_development_dependency "rubocop", "= 1.63.3"
s.add_development_dependency "rubocop-github", "= 0.20.0"
s.add_development_dependency "rubocop-performance", "= 1.21.0"
s.add_development_dependency "rugged", "~> 1.7", ">= 1.7.2"
Expand Down
4 changes: 2 additions & 2 deletions spec/unit/entitlements_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@

it "calls Entitlements::Data::Groups::Calculated with appropriate arguments" do
expect(Entitlements::Data::Groups::Calculated).to receive(:register_filter)
.with("filter1", class: Entitlements::Data::Groups::Calculated::Filters::MemberOfGroup, config: { "foo" => "bar" })
.with("filter1", { class: Entitlements::Data::Groups::Calculated::Filters::MemberOfGroup, config: { "foo" => "bar" } })
expect(Entitlements::Data::Groups::Calculated).to receive(:register_filter)
.with("filter2", class: Entitlements::Extras::LDAPGroup::Filters::MemberOfLDAPGroup, config: {})
.with("filter2", { class: Entitlements::Extras::LDAPGroup::Filters::MemberOfLDAPGroup, config: {} })
expect(logger).to receive(:debug).with("Registering filter filter1 (class: Entitlements::Data::Groups::Calculated::Filters::MemberOfGroup)")
expect(logger).to receive(:debug).with("Registering filter filter2 (class: Entitlements::Extras::LDAPGroup::Filters::MemberOfLDAPGroup)")
described_class.register_filters
Expand Down
Binary file removed vendor/cache/json-2.7.1.gem
Binary file not shown.
Binary file added vendor/cache/json-2.7.2.gem
Binary file not shown.
Binary file removed vendor/cache/rake-13.2.0.gem
Binary file not shown.
Binary file added vendor/cache/rake-13.2.1.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.0.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.0.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.62.1.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.63.3.gem
Binary file not shown.

0 comments on commit b111aa9

Please sign in to comment.