Closed chrispader closed 1 year ago
To make the Ruby environment more consistent i added Gemfile.lock files in both the library as well as the example.
Gemfile.lock
Also i updated the ruby version in the example, so it matches the library and updated a few dependencies.
To improve pod installation, i use bundle exec pod install instead of the pod-install npm package
bundle exec pod install
pod-install
To make the Ruby environment more consistent i added
Gemfile.lock
files in both the library as well as the example.Also i updated the ruby version in the example, so it matches the library and updated a few dependencies.
To improve pod installation, i use
bundle exec pod install
instead of thepod-install
npm package