rails new plugin, see readme for command
This commit is contained in:
10
Gemfile
Normal file
10
Gemfile
Normal file
@ -0,0 +1,10 @@
|
||||
source "https://rubygems.org"
|
||||
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||
|
||||
# Specify your gem's dependencies in merged.gemspec.
|
||||
gemspec
|
||||
|
||||
gem "sprockets-rails"
|
||||
|
||||
# Start debugger with binding.b [https://github.com/ruby/debug]
|
||||
# gem "debug", ">= 1.0.0"
|
Reference in New Issue
Block a user