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 ruby-dependencies group across 1 directory with 4 updates #62

Merged
merged 6 commits into from
Jul 23, 2024
Merged
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
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ source "https://rubygems.org"
gem "logger", "~> 1.6"

group :development do
gem "irb", "~> 1.13"
gem "irb", "~> 1.14"
gem "rspec", "~> 3.13"
gem "rubocop", "~> 1.63"
gem "rubocop", "~> 1.65"
gem "rubocop-github", "~> 0.20"
gem "rubocop-performance", "~> 1.21"
gem "rubocop-rspec", "~> 2.29"
gem "rubocop-rspec", "~> 3.0"
gem "simplecov", "~> 0.22"
gem "simplecov-erb", "~> 1.0"
end
49 changes: 20 additions & 29 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.3.3)
activesupport (7.1.3.4)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand All @@ -14,35 +14,35 @@ GEM
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.8)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
diff-lcs (1.5.1)
docile (1.4.0)
drb (2.2.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
irb (1.13.1)
irb (1.14.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.2)
language_server-protocol (3.17.0.3)
logger (1.6.0)
minitest (5.23.0)
minitest (5.24.1)
mutex_m (0.2.0)
parallel (1.24.0)
parser (3.3.1.0)
parallel (1.25.1)
parser (3.3.4.0)
ast (~> 2.4.1)
racc
psych (5.1.2)
stringio
racc (1.8.0)
rack (3.0.11)
rack (3.1.7)
rainbow (3.1.1)
rdoc (6.6.3.1)
rdoc (6.7.0)
psych (>= 4.0.0)
regexp_parser (2.9.2)
reline (0.5.7)
reline (0.5.9)
io-console (~> 0.5)
rexml (3.3.2)
strscan
Expand All @@ -52,49 +52,40 @@ GEM
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
rspec-expectations (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.63.5)
rubocop (1.65.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-github (0.20.0)
rubocop (>= 1.37)
rubocop-performance (>= 1.15)
rubocop-rails (>= 2.17)
rubocop-performance (1.21.0)
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.25.0)
rubocop-rails (2.25.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (2.29.2)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-rspec_rails (~> 2.28)
rubocop-rspec_rails (2.28.3)
rubocop (~> 1.40)
rubocop-rspec (3.0.3)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
simplecov (0.22.0)
docile (~> 1.1)
Expand All @@ -104,7 +95,7 @@ GEM
simplecov (< 1.0)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
stringio (3.1.0)
stringio (3.1.1)
strscan (3.1.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand All @@ -118,13 +109,13 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
irb (~> 1.13)
irb (~> 1.14)
logger (~> 1.6)
rspec (~> 3.13)
rubocop (~> 1.63)
rubocop (~> 1.65)
rubocop-github (~> 0.20)
rubocop-performance (~> 1.21)
rubocop-rspec (~> 2.29)
rubocop-rspec (~> 3.0)
simplecov (~> 0.22)
simplecov-erb (~> 1.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/redacting_logger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ def add(severity, message = nil, progname = nil)
end
end

super(severity, message, progname)
super
end
end
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module RedactingLogger
module Version
VERSION = "1.3.1"
VERSION = "1.3.2"
end
end
Binary file removed vendor/cache/activesupport-7.1.3.3.gem
Binary file not shown.
Binary file added vendor/cache/activesupport-7.1.3.4.gem
Binary file not shown.
Binary file removed vendor/cache/concurrent-ruby-1.2.3.gem
Binary file not shown.
Binary file added vendor/cache/concurrent-ruby-1.3.3.gem
Binary file not shown.
Binary file removed vendor/cache/irb-1.13.1.gem
Binary file not shown.
Binary file added vendor/cache/irb-1.14.0.gem
Binary file not shown.
Binary file removed vendor/cache/minitest-5.23.0.gem
Binary file not shown.
Binary file added vendor/cache/minitest-5.24.1.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.4.0.gem
Binary file not shown.
Binary file removed vendor/cache/rack-3.0.11.gem
Binary file not shown.
Binary file added vendor/cache/rack-3.1.7.gem
Binary file not shown.
Binary file removed vendor/cache/rdoc-6.6.3.1.gem
Binary file not shown.
Binary file added vendor/cache/rdoc-6.7.0.gem
Binary file not shown.
Binary file removed vendor/cache/reline-0.5.7.gem
Binary file not shown.
Binary file added vendor/cache/reline-0.5.9.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-expectations-3.13.0.gem
Binary file not shown.
Binary file added vendor/cache/rspec-expectations-3.13.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.63.5.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.65.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-capybara-2.20.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-factory_bot-2.25.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-performance-1.21.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-performance-1.21.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-rails-2.25.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-rails-2.25.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-rspec-2.29.2.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-rspec-3.0.3.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-rspec_rails-2.28.3.gem
Binary file not shown.
Binary file removed vendor/cache/stringio-3.1.0.gem
Binary file not shown.
Binary file added vendor/cache/stringio-3.1.1.gem
Binary file not shown.