Skip to content

Commit

Permalink
Rollback targeted Ruby version to Ruby 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gael-ian committed Aug 24, 2024
1 parent 9d89127 commit 86e437e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require:
- rubocop-rspec

AllCops:
TargetRubyVersion: 3.3
TargetRubyVersion: 3.0
NewCops: enable

Naming/FileName:
Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-bindfs/vagrant/actions/mounter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def call(env)
protected

def bind_folders!
info I18n.t('vagrant-bindfs.actions.mounter.start', hook:)
info I18n.t('vagrant-bindfs.actions.mounter.start', hook: hook)
bound_folders(hook).each_value do |folder|
bind_folder!(folder)
end
Expand Down

0 comments on commit 86e437e

Please sign in to comment.