@@ -39,15 +39,15 @@ def refresh_bundle
3939 duration = Time . now - start_at
4040 case result
4141 when :bundle_already_up_to_date
42- :: Guard ::UI . info 'Bundle already up-to-date' , reset : true
42+ Guard :: Compat ::UI . info 'Bundle already up-to-date' , reset : true
4343 when :bundle_installed_using_local_gems
44- :: Guard ::UI . info 'Bundle installed using local gems' , reset : true
44+ Guard :: Compat ::UI . info 'Bundle installed using local gems' , reset : true
4545 Notifier . notify 'bundle_check_install' , nil
4646 when :bundle_installed
47- :: Guard ::UI . info 'Bundle installed' , reset : true
47+ Guard :: Compat ::UI . info 'Bundle installed' , reset : true
4848 Notifier . notify true , duration
4949 else
50- :: Guard ::UI . info "Bundle can't be installed -- Please check manually" , reset : true
50+ Guard :: Compat ::UI . info "Bundle can't be installed -- Please check manually" , reset : true
5151 Notifier . notify false , nil
5252 end
5353 result
@@ -67,7 +67,7 @@ def bundle_check
6767 end
6868
6969 def bundle_install
70- :: Guard ::UI . info 'Bundling...' , reset : true
70+ Guard :: Compat ::UI . info 'Bundling...' , reset : true
7171 ::Bundler . with_clean_env do
7272 system ( "bundle install#{ " #{ options [ :cli ] } " if options [ :cli ] } " )
7373 end
0 commit comments