• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修订版bef3f6803c7702ab5052ffff3da08cbf2b3abb08 (tree)
时间2020-08-31 02:10:56
作者HMML <hmml3939@gmai...>
CommiterHMML

Log Message

Fix gem fetching from github.

更改概述

差异

--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,11 @@
11 #ruby '~> 2.6.0'
22 source "https://rubygems.org"
33
4+git_source(:github) do |repo_name|
5+ repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
6+ "https://github.com/#{repo_name}.git"
7+end
8+
49 # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
510 gem "rails", "~> 5.2"
611 # Use sqlite3 as the database for Active Record