Gemfile in meshtastic-0.0.81 vs Gemfile in meshtastic-0.0.82

- old
+ new

@@ -2,23 +2,18 @@ LANG = 'en_US.UTF-8' LC_ALL = 'en_US.UTF-8' source 'https://rubygems.org' -# Specify your gem's dependencies in pwn.gemspec gemspec -# *** 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.6.2' +gem 'bundler', '>=2.6.3' gem 'bundle-audit', '0.1.0' gem 'geocoder', '1.8.5' gem 'google-protobuf', '3.21.12' gem 'mqtt', '0.6.0' gem 'rake', '13.2.1' -gem 'rdoc', '6.10.0' +gem 'rdoc', '6.11.0' gem 'rspec', '3.13.0' gem 'rubocop', '>=1.70.0' gem 'rubocop-rake', '>=0.6.0' gem 'rubocop-rspec', '>=3.3.0' gem 'rvm', '1.11.3.9'