Skip to content

Commit

Permalink
Merge pull request #396 from betadots/dependabot/bundler/ruby-38da756fb9
Browse files Browse the repository at this point in the history
Bump the ruby group across 1 directory with 6 updates
  • Loading branch information
rwaffen authored Jun 12, 2024
2 parents ee03775 + bb702e7 commit d9ae0ce
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ group :test do
end

group :linter do
gem 'rubocop', '~> 1.63.5'
gem 'rubocop-capybara', '~> 2.20.0'
gem 'rubocop', '~> 1.64.1'
gem 'rubocop-capybara', '~> 2.21.0'
gem 'rubocop-performance', '~> 1.21.0'
gem 'rubocop-rails', '~> 2.25.0'
gem 'rubocop-rake', '~> 0.6.0'
Expand Down
32 changes: 16 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ GEM
rails (>= 7.0)
breadcrumbs_on_rails (4.1.0)
railties (>= 5.0)
builder (3.2.4)
builder (3.3.0)
byebug (11.1.3)
cancancan (3.5.0)
cancancan (3.6.1)
capybara (3.40.0)
addressable
matrix
Expand All @@ -127,7 +127,7 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
concurrent-ruby (1.3.1)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
console (1.23.2)
fiber-annotation
Expand Down Expand Up @@ -157,7 +157,7 @@ GEM
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faker (3.3.1)
faker (3.4.1)
i18n (>= 1.8.11, < 2)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
Expand All @@ -173,7 +173,7 @@ GEM
fiber-local (1.0.0)
friendly_id (5.5.1)
activerecord (>= 4.0.0)
git (2.0.1)
git (2.1.1)
activesupport (>= 5.0)
addressable (~> 2.8)
process_executer (~> 1.1)
Expand Down Expand Up @@ -268,8 +268,8 @@ GEM
faraday (>= 1, < 3)
sawyer (~> 0.9)
optimist (3.1.0)
parallel (1.24.0)
parser (3.3.1.0)
parallel (1.25.1)
parser (3.3.2.0)
ast (~> 2.4.1)
racc
popper_js (2.11.8)
Expand Down Expand Up @@ -360,16 +360,16 @@ GEM
regexp_parser (2.9.2)
reline (0.5.7)
io-console (~> 0.5)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.2.9)
strscan
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-openapi (0.18.3)
actionpack (>= 5.2.0)
rails-dom-testing
rspec-core
rspec-support (3.13.1)
rubocop (1.63.5)
rubocop (1.64.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -382,7 +382,7 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-capybara (2.20.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
rubocop-performance (1.21.0)
rubocop (>= 1.48.1, < 2.0)
Expand Down Expand Up @@ -429,9 +429,9 @@ GEM
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets-rails (3.5.1)
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (1.7.3)
mini_portile2 (~> 2.8.0)
Expand Down Expand Up @@ -504,8 +504,8 @@ DEPENDENCIES
puppetdb-ruby
rails (~> 7.1.3)
rspec-openapi
rubocop (~> 1.63.5)
rubocop-capybara (~> 2.20.0)
rubocop (~> 1.64.1)
rubocop-capybara (~> 2.21.0)
rubocop-performance (~> 1.21.0)
rubocop-rails (~> 2.25.0)
rubocop-rake (~> 0.6.0)
Expand Down
2 changes: 1 addition & 1 deletion app/models/data_file.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class DataFile < HieraModel
delegate :environment, to: :hierarchy

def initialize(attributes = {})
super(attributes)
super
return unless hiera_file

self.exist = hiera_file.exist?
Expand Down

0 comments on commit d9ae0ce

Please sign in to comment.