add ruby version
Showing
... | ... | @@ -2,6 +2,8 @@ source "https://rubygems.org" |
git_source(:github) { |repo| "https://github.com/#{repo}.git" } | ||
ruby '2.3.0' | ||
gemspec | ||
gem 'faye-websocket' | ||
... | ... |
Please
register
or
sign in
to comment
... | ... | @@ -2,6 +2,8 @@ source "https://rubygems.org" |
git_source(:github) { |repo| "https://github.com/#{repo}.git" } | ||
ruby '2.3.0' | ||
gemspec | ||
gem 'faye-websocket' | ||
... | ... |