We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89181ae commit 3c6a1e9Copy full SHA for 3c6a1e9
Gemfile
@@ -1,6 +1,6 @@
1
source 'https://rubygems.org'
2
3
-group :development do
+group :development, :test do
4
gem 'dotenv'
5
- gem 'rspec'
+ gem 'rspec', require: false
6
end
Rakefile
@@ -22,4 +22,4 @@ end
22
desc "Unlink from Alfred Sync folder on Dropbox"
23
task :unlink_dropbox => [:configure] do
24
rm File.join(dbx_workflow_path, BUNDLE_ID)
25
-end
+end
0 commit comments