Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dev-ruby-dependencies group with 6 updates #23

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 34 additions & 32 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,18 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.1.1)
bigdecimal (3.1.7)
concurrent-ruby (1.1.9)
connection_pool (2.4.1)
contracts (0.17)
crack (0.4.5)
crack (1.0.0)
bigdecimal
rexml
diff-lcs (1.5.0)
diff-lcs (1.5.1)
docile (1.4.0)
drb (2.2.1)
entitlements-app (0.3.1)
Expand All @@ -41,10 +42,10 @@ GEM
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
hashdiff (1.0.1)
hashdiff (1.1.0)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
json (2.6.3)
json (2.7.1)
language_server-protocol (3.17.0.3)
minitest (5.22.3)
mutex_m (0.2.0)
Expand All @@ -59,26 +60,26 @@ GEM
parser (3.3.0.5)
ast (~> 2.4.1)
racc
public_suffix (5.0.3)
public_suffix (5.0.4)
racc (1.7.3)
rack (3.0.10)
rainbow (3.1.1)
rake (13.0.6)
rake (13.1.0)
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)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.62.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand Down Expand Up @@ -109,39 +110,40 @@ GEM
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
simplecov (0.16.1)
simplecov (0.22.0)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-erb (1.0.1)
simplecov (< 1.0)
simplecov-html (0.10.2)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
uri (0.13.0)
vcr (4.0.0)
webmock (3.4.2)
addressable (>= 2.3.6)
vcr (6.2.0)
webmock (3.23.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff
hashdiff (>= 0.4.0, < 2.0.0)

PLATFORMS
ruby

DEPENDENCIES
entitlements-gitrepo-auditor-plugin!
rake (= 13.0.6)
rspec (= 3.8.0)
rspec-core (= 3.8.0)
rake (= 13.1.0)
rspec (= 3.13.0)
rspec-core (= 3.13.0)
rubocop (= 1.62.1)
rubocop-github (= 0.20.0)
rubocop-performance (= 1.20.2)
rugged (~> 1.7, >= 1.7.2)
simplecov (= 0.16.1)
simplecov (= 0.22.0)
simplecov-erb (= 1.0.1)
vcr (= 4.0.0)
webmock (= 3.4.2)
vcr (= 6.2.0)
webmock (= 3.23.0)

BUNDLED WITH
2.3.19
12 changes: 6 additions & 6 deletions entitlements-gitrepo-auditor-plugin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ Gem::Specification.new do |s|
s.add_dependency "contracts", "~> 0.17"
s.add_dependency "entitlements-app", "~> 0.3"

s.add_development_dependency "rake", "= 13.0.6"
s.add_development_dependency "rspec", "= 3.8.0"
s.add_development_dependency "rspec-core", "= 3.8.0"
s.add_development_dependency "rake", "= 13.1.0"
s.add_development_dependency "rspec", "= 3.13.0"
s.add_development_dependency "rspec-core", "= 3.13.0"
s.add_development_dependency "rubocop", "= 1.62.1"
s.add_development_dependency "rubocop-github", "= 0.20.0"
s.add_development_dependency "rubocop-performance", "= 1.20.2"
s.add_development_dependency "rugged", "~> 1.7", ">= 1.7.2"
s.add_development_dependency "simplecov", "= 0.16.1"
s.add_development_dependency "simplecov", "= 0.22.0"
s.add_development_dependency "simplecov-erb", "= 1.0.1"
s.add_development_dependency "vcr", "= 4.0.0"
s.add_development_dependency "webmock", "3.4.2"
s.add_development_dependency "vcr", "= 6.2.0"
s.add_development_dependency "webmock", "3.23.0"
end
Binary file removed vendor/cache/addressable-2.8.5.gem
Binary file not shown.
Binary file added vendor/cache/addressable-2.8.6.gem
Binary file not shown.
Binary file removed vendor/cache/crack-0.4.5.gem
Binary file not shown.
Binary file added vendor/cache/crack-1.0.0.gem
Binary file not shown.
Binary file removed vendor/cache/diff-lcs-1.5.0.gem
Binary file not shown.
Binary file added vendor/cache/diff-lcs-1.5.1.gem
Binary file not shown.
Binary file removed vendor/cache/hashdiff-1.0.1.gem
Binary file not shown.
Binary file added vendor/cache/hashdiff-1.1.0.gem
Binary file not shown.
Binary file removed vendor/cache/json-2.6.3.gem
Binary file not shown.
Binary file added vendor/cache/json-2.7.1.gem
Binary file not shown.
Binary file removed vendor/cache/public_suffix-5.0.3.gem
Binary file not shown.
Binary file added vendor/cache/public_suffix-5.0.4.gem
Binary file not shown.
Binary file removed vendor/cache/rake-13.0.6.gem
Binary file not shown.
Binary file added vendor/cache/rake-13.1.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.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/simplecov-0.16.1.gem
Binary file not shown.
Binary file added vendor/cache/simplecov-0.22.0.gem
Binary file not shown.
Binary file removed vendor/cache/simplecov-html-0.10.2.gem
Binary file not shown.
Binary file added vendor/cache/simplecov-html-0.12.3.gem
Binary file not shown.
Binary file added vendor/cache/simplecov_json_formatter-0.1.4.gem
Binary file not shown.
Binary file removed vendor/cache/vcr-4.0.0.gem
Binary file not shown.
Binary file added vendor/cache/vcr-6.2.0.gem
Binary file not shown.
Binary file added vendor/cache/webmock-3.23.0.gem
Binary file not shown.
Binary file removed vendor/cache/webmock-3.4.2.gem
Binary file not shown.
Loading