Gemfile in msip-2.2a2 vs Gemfile in msip-2.2.0.alfa2

- old
+ new

@@ -1,7 +1,10 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } +# No usamos gemspec porque la aplicacón de prueba de un motor rails +# no lo soporta. + ruby ">= 3.1.2" gem 'babel-transpiler' gem 'bootsnap', '>= 1.4.4', require: false