Skip to content

Commit

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

Bump the dev-ruby-dependencies group with 5 updates
  • Loading branch information
GrantBirki committed Apr 3, 2024
2 parents 20d5577 + 22fbabd commit 1624b6e
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 18 deletions.
27 changes: 14 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ GEM
racc (1.7.3)
rack (3.0.10)
rainbow (3.1.1)
rake (13.0.6)
rake (13.2.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.2)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.6)
diff-lcs (>= 1.2.0, < 2.0)
Expand All @@ -101,9 +101,9 @@ GEM
rubocop (>= 1.37)
rubocop-performance (>= 1.15)
rubocop-rails (>= 2.17)
rubocop-performance (1.20.2)
rubocop-performance (1.21.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.24.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
Expand All @@ -114,13 +114,14 @@ 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)
Expand All @@ -137,14 +138,14 @@ PLATFORMS
DEPENDENCIES
entitlements-app (~> 0.3)
entitlements-github-plugin!
rake (~> 13.0.6)
rspec (~> 3.8.0)
rspec-core (~> 3.8.0)
rake (~> 13.2.0)
rspec (= 3.8.0)
rspec-core (= 3.8.0)
rubocop (= 1.62.1)
rubocop-github (= 0.20.0)
rubocop-performance (= 1.20.2)
rubocop-performance (= 1.21.0)
rugged (~> 1.7, >= 1.7.2)
simplecov (= 0.16.1)
simplecov (= 0.22.0)
simplecov-erb (= 1.0.1)
vcr (~> 6.2)
webmock (~> 3.23)
Expand Down
10 changes: 5 additions & 5 deletions entitlements-github-plugin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ Gem::Specification.new do |s|
s.add_dependency "octokit", "~> 4.25"

s.add_development_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.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 "rubocop-github", "= 0.20.0"
s.add_development_dependency "rubocop-performance", "= 1.20.2"
s.add_development_dependency "rubocop-performance", "= 1.21.0"
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", "~> 6.2"
s.add_development_dependency "webmock", "~> 3.23"
Expand Down
Binary file removed vendor/cache/rake-13.0.6.gem
Binary file not shown.
Binary file added vendor/cache/rake-13.2.0.gem
Binary file not shown.
Binary file added vendor/cache/rspec-core-3.8.0.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-core-3.8.2.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-performance-1.20.2.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-performance-1.21.0.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.

0 comments on commit 1624b6e

Please sign in to comment.