Skip to content

Commit

Permalink
Merge pull request #401 from betadots/dependabot/bundler/ruby-0d48bf012f
Browse files Browse the repository at this point in the history
Bump the ruby group across 1 directory with 2 updates
  • Loading branch information
rwaffen authored Jun 18, 2024
2 parents 314a71d + e808739 commit edbcae4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ end
group :linter do
gem 'rubocop', '~> 1.64.1'
gem 'rubocop-capybara', '~> 2.21.0'
gem 'rubocop-performance', '~> 1.21.0'
gem 'rubocop-performance', '~> 1.21.1'
gem 'rubocop-rails', '~> 2.25.0'
gem 'rubocop-rake', '~> 0.6.0'
end
Expand Down
30 changes: 20 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (2.3.6)
CFPropertyList (3.0.7)
base64
nkf
rexml
actioncable (7.1.3.4)
actionpack (= 7.1.3.4)
activesupport (= 7.1.3.4)
Expand Down Expand Up @@ -149,7 +152,7 @@ GEM
drb (2.2.1)
erubi (1.12.0)
execjs (2.9.1)
facter (4.7.0)
facter (4.7.1)
hocon (~> 1.3)
thor (>= 1.0.1, < 1.3)
factory_bot (6.4.5)
Expand All @@ -167,10 +170,12 @@ GEM
net-http
faraday-retry (2.2.1)
faraday (~> 2.0)
fast_gettext (2.3.0)
fast_gettext (2.4.0)
prime
ffi (1.16.3)
fiber-annotation (0.2.0)
fiber-local (1.0.0)
forwardable (1.3.3)
friendly_id (5.5.1)
activerecord (>= 4.0.0)
git (2.1.1)
Expand Down Expand Up @@ -255,6 +260,7 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.3)
nkf (0.2.0)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand All @@ -269,10 +275,13 @@ GEM
sawyer (~> 0.9)
optimist (3.1.0)
parallel (1.25.1)
parser (3.3.2.0)
parser (3.3.3.0)
ast (~> 2.4.1)
racc
popper_js (2.11.8)
prime (0.1.2)
forwardable
singleton
process_executer (1.1.0)
protocol-hpack (1.4.2)
protocol-http (0.25.0)
Expand All @@ -286,7 +295,7 @@ GEM
public_suffix (5.0.5)
puma (6.4.2)
nio4r (~> 2.0)
puppet (8.6.0)
puppet (8.7.0)
concurrent-ruby (~> 1.0)
deep_merge (~> 1.0)
facter (>= 4.3.0, < 5)
Expand All @@ -296,8 +305,8 @@ GEM
puppet-resource_api (~> 1.5)
scanf (~> 1.0)
semantic_puppet (~> 1.0)
puppet (8.6.0-universal-darwin)
CFPropertyList (~> 2.2)
puppet (8.7.0-universal-darwin)
CFPropertyList (>= 3.0.6, < 4)
concurrent-ruby (~> 1.0)
deep_merge (~> 1.0)
facter (>= 4.3.0, < 5)
Expand Down Expand Up @@ -360,7 +369,7 @@ GEM
regexp_parser (2.9.2)
reline (0.5.7)
io-console (~> 0.5)
rexml (3.2.9)
rexml (3.3.0)
strscan
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
Expand All @@ -384,7 +393,7 @@ GEM
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
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)
Expand Down Expand Up @@ -426,6 +435,7 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
singleton (0.2.0)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
Expand Down Expand Up @@ -506,7 +516,7 @@ DEPENDENCIES
rspec-openapi
rubocop (~> 1.64.1)
rubocop-capybara (~> 2.21.0)
rubocop-performance (~> 1.21.0)
rubocop-performance (~> 1.21.1)
rubocop-rails (~> 2.25.0)
rubocop-rake (~> 0.6.0)
ruby-saml
Expand Down

0 comments on commit edbcae4

Please sign in to comment.