Skip to content

Instantly share code, notes, and snippets.

@Juice10
Last active September 12, 2018 16:30
Show Gist options
  • Save Juice10/794c95e99bb38db0811545315aeddf49 to your computer and use it in GitHub Desktop.
Save Juice10/794c95e99bb38db0811545315aeddf49 to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
# make sure you are running the same major ruby version locally as will be used in the OpenWhisk Ruby runtime (currently 2.5.0)
ruby '>= 2.5.0', '< 2.6'
# the gems you need for your action
gem 'betterlorem'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment