diff options
author | Teddy Wing | 2017-04-29 11:24:01 +0200 |
---|---|---|
committer | Teddy Wing | 2017-04-29 11:31:06 +0200 |
commit | f398c5b80f3b33593ea4e31f9b260017ea0d6657 (patch) | |
tree | c82d0cc8a86434eb98856302cebed23b7d2a9dca /Gemfile | |
download | dbshell-rails-f398c5b80f3b33593ea4e31f9b260017ea0d6657.tar.bz2 |
Generate Ruby Gem contents with Bundler
Created from:
$ bundle gem dbshell-rails
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +source 'https://rubygems.org' + +# Specify your gem's dependencies in dbshell-rails.gemspec +gemspec |