Skip to content

Commit

Permalink
Update rubocop-minitest requirement from ~> 0.33.0 to ~> 0.34.3 (#26)
Browse files Browse the repository at this point in the history
* Update rubocop-minitest requirement from ~> 0.33.0 to ~> 0.34.3

Updates the requirements on [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) to permit the latest version.
- [Release notes](https://github.com/rubocop/rubocop-minitest/releases)
- [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-minitest@v0.33.0...v0.34.3)

---
updated-dependencies:
- dependency-name: rubocop-minitest
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

* Include Gemfile.lock

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tricia Jenkins <[email protected]>
  • Loading branch information
dependabot[bot] and pgwillia authored Jan 9, 2024
1 parent 6b69cbc commit 33adf89
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@
/doc/
/pkg/
/spec/reports/
/tmp/

Gemfile.lock
/tmp/
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ group :development, :test do
gem 'pry-byebug', '~> 3.9'
gem 'rake', '~> 13.0', '>= 13.0.6'
gem 'rubocop', '~> 1.7'
gem 'rubocop-minitest', '~> 0.33.0'
gem 'rubocop-minitest', '~> 0.34.3'
gem 'rubocop-performance', '~> 1.12'
gem 'rubocop-rake', '~> 0.6.0'
gem 'simplecov', '~> 0.22.0'
Expand Down
102 changes: 102 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
PATH
remote: .
specs:
datacite-client (0.1.0)

GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
byebug (11.1.3)
coderay (1.1.3)
concurrent-ruby (1.2.2)
crack (0.4.5)
rexml
docile (1.4.0)
hashdiff (1.0.1)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.6.3)
language_server-protocol (3.17.0.3)
method_source (1.0.0)
minitest (5.19.0)
parallel (1.23.0)
parser (3.2.2.3)
ast (~> 2.4.1)
racc
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
public_suffix (5.0.3)
racc (1.7.1)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.8.1)
rexml (3.2.6)
rubocop (1.55.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-minitest (0.34.4)
rubocop (>= 1.39, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-performance (1.18.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
ruby-progressbar (1.13.0)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
vcr (5.0.0)
webmock (3.18.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)

PLATFORMS
x86_64-linux

DEPENDENCIES
activesupport (~> 7.0, >= 6.1.4.1)
datacite-client!
minitest (~> 5.0)
pry (~> 0.14.1)
pry-byebug (~> 3.9)
rake (~> 13.0, >= 13.0.6)
rubocop (~> 1.7)
rubocop-minitest (~> 0.34.3)
rubocop-performance (~> 1.12)
rubocop-rake (~> 0.6.0)
simplecov (~> 0.22.0)
vcr (= 5.0)
webmock (~> 3.14)

BUNDLED WITH
2.4.9

0 comments on commit 33adf89

Please sign in to comment.