1 Star 4 Fork 1

Jim / intro

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Gemfile 683 Bytes
一键复制 编辑 原始数据 按行查看 历史
jimcheung 提交于 2019-09-04 20:47 . tour content supports languages
source 'https://rubygems.org'
# Declare your gem's dependencies in intro.gemspec.
# Bundler will treat runtime dependencies like base dependencies, and
# development dependencies will be added by default to the :development group.
gemspec
# Declare any dependencies that are still in development here instead of in
# your gemspec. These might include edge Rails or gems from your path or
# Git. Remember to move these dependencies to your gemspec before releasing
# your gem to rubygems.org.
# To use a debugger
# gem 'byebug', group: [:development, :test]
# Fix 'cannot load such file -- sass' for sass-rails 6.0 (https://github.com/sass/sassc-rails/issues/114)
gem 'sass-rails'
Ruby
1
https://gitee.com/jimcheung/intro.git
git@gitee.com:jimcheung/intro.git
jimcheung
intro
intro
master

搜索帮助