Last active
September 12, 2018 16:30
-
-
Save Juice10/794c95e99bb38db0811545315aeddf49 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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