Gemfile in meshtastic-0.0.78 vs Gemfile in meshtastic-0.0.79

- old
+ new

@@ -9,19 +9,19 @@ # *** FYI: # In some circumstances custom flags are passed to gems in order # to build appropriately. Defer to ./reinstall_pwn_gemset.sh # to review these custom flags (e.g. pg, serialport, etc). -gem 'bundler', '>=2.5.23' +gem 'bundler', '>=2.6.2' gem 'bundle-audit', '0.1.0' -gem 'geocoder', '1.8.4' +gem 'geocoder', '1.8.5' gem 'google-protobuf', '3.21.12' gem 'mqtt', '0.6.0' gem 'rake', '13.2.1' -gem 'rdoc', '6.8.1' +gem 'rdoc', '6.10.0' gem 'rspec', '3.13.0' -gem 'rubocop', '>=1.69.1' +gem 'rubocop', '>=1.69.2' gem 'rubocop-rake', '>=0.6.0' -gem 'rubocop-rspec', '>=3.2.0' +gem 'rubocop-rspec', '>=3.3.0' gem 'rvm', '1.11.3.9' gem 'tty-prompt', '0.23.1' gem 'yard', '0.9.37'