Просмотр исходного кода

Require Ruby 2.0.0 or higher

Closes #944
Akinori MUSHA 9 лет назад
Родитель
Сommit
cd962f767e
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      Gemfile

+ 3 - 0
Gemfile

@@ -1,5 +1,8 @@
 source 'https://rubygems.org'
 source 'https://rubygems.org'
 
 
+# Ruby 2.0 is the minimum requirement
+ruby ['2.0.0', RUBY_VERSION].max
+
 # Optional libraries.  To conserve RAM, comment out any that you don't need,
 # Optional libraries.  To conserve RAM, comment out any that you don't need,
 # then run `bundle` and commit the updated Gemfile and Gemfile.lock.
 # then run `bundle` and commit the updated Gemfile and Gemfile.lock.
 gem 'twilio-ruby', '~> 3.11.5'    # TwilioAgent
 gem 'twilio-ruby', '~> 3.11.5'    # TwilioAgent