Gemfile in dotenv-0.10.0 vs Gemfile in dotenv-0.11.0
- old
+ new
@@ -1,12 +1,14 @@
source 'https://rubygems.org'
gemspec :name => 'dotenv'
+gem 'dotenv-deployment', :github => 'bkeepers/dotenv-deployment'
+
group :guard do
gem 'guard-rspec'
gem 'guard-bundler'
gem 'rb-fsevent'
end
platforms :rbx do
gem 'rubysl', '~> 2.0' # if using anything in the ruby standard library
-end
\ No newline at end of file
+end