scripts/test.sh in waylon-wordle-0.1.1 vs scripts/test.sh in waylon-wordle-0.1.2
- old
+ new
@@ -1,5 +1,7 @@
#!/bin/sh
+apt-get update && apt-get install -y libsodium-dev
+
gem install bundler -v '~> 2.2'
bundle install
bundle exec rake
- old
+ new