瀏覽代碼

Fix ruby version in Gemfile

Frans Bergman 6 年之前
父節點
當前提交
6fd9528339
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Gemfile

+ 1 - 1
Gemfile

@@ -1,6 +1,6 @@
 source "https://rubygems.org"
 
-ruby "2.5.3"
+ruby ">=2.5.3"
 
 gem "discordrb"
 gem "icunicode"