We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ace5ef commit 16bcbd0Copy full SHA for 16bcbd0
Gemfile
@@ -3,4 +3,9 @@ source 'http://rubygems.org'
3
# No gems in here!
4
# http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/
5
6
+group :test do
7
+ gem 'dotenv', '~> 0.10.0'
8
+end
9
+
10
gemspec
11
0 commit comments