diff --git a/gems-update.sh b/gems-update.sh
new file mode 100755
index 0000000000000000000000000000000000000000..7bd71a88ff07e447a126659b32781c36d26099d7
--- /dev/null
+++ b/gems-update.sh
@@ -0,0 +1,5 @@
+# for this to work you need to set GEMNASIUM_TOKEN env var first
+export GEMNASIUM_TESTSUITE="true"
+export GEMNASIUM_PROJECT_SLUG="artemv/ruby-starter-kit"
+gemnasium autoupdate run && gemnasium autoupdate apply && bundle exec rspec spec && git commit -m "chore(dependencies): gemnasium autoupdate" Gemfile.lock && git push
+