wasmerio / wasmer-ruby

💎🕸 WebAssembly runtime for Ruby
https://wasmer.io
MIT License
465 stars 18 forks source link

bundler min version from 2.1 to 1.17.3 #67

Closed msharran closed 1 year ago

msharran commented 1 year ago

Reducing the minimum version of bundler from 2.1 to 1.17.3. We have a service which requires bundler version lower than 2.1.

Reducing it for wider audience to use this. Build succeeds

msharran commented 1 year ago
 just build && just gem && gem install pkg/wasmer-1.0.0.gem

the above code worked fine

msharran commented 1 year ago

@Hywan Can you review this?

Hywan commented 1 year ago

I no longer work at Wasmer. Please ping @syrusakbary :-).

msharran commented 1 year ago

@syrusakbary Can you review this

syrusakbary commented 1 year ago

Looks good! Merging