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