diff options
author | raa0121 <raa0121@gmail.com> | 2015-01-06 12:44:48 +0900 |
---|---|---|
committer | raa0121 <raa0121@gmail.com> | 2015-01-06 12:44:48 +0900 |
commit | a267e6eae6452e703c2b90f5844ddadd6976029d (patch) | |
tree | a76abd6b84d36318af322009f8a8a18da29954af | |
parent | e5a9029a352ae215830333082e674f047250619e (diff) | |
download | vim-sonictemplate-a267e6eae6452e703c2b90f5844ddadd6976029d.tar.gz vim-sonictemplate-a267e6eae6452e703c2b90f5844ddadd6976029d.tar.bz2 vim-sonictemplate-a267e6eae6452e703c2b90f5844ddadd6976029d.zip |
add base-gemfile.rb
-rw-r--r-- | template/ruby/base-gemfile.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/ruby/base-gemfile.rb b/template/ruby/base-gemfile.rb new file mode 100644 index 0000000..63e0601 --- /dev/null +++ b/template/ruby/base-gemfile.rb @@ -0,0 +1,3 @@ +source 'https://rubygems.org' + +{{_cursor_}} |