From 3163d6839c29ac965e692e69c641cd27caaade93 Mon Sep 17 00:00:00 2001 From: Artem Vasiliev <artem.job@gmail.com> Date: Tue, 21 Jun 2016 19:22:38 +0300 Subject: [PATCH] chore: Gemnasium gems updating script --- gems-update.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 gems-update.sh diff --git a/gems-update.sh b/gems-update.sh new file mode 100755 index 0000000..7bd71a8 --- /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 + -- GitLab