Skip to content

Commit 3c6a1e9

Browse files
committed
Typo fixed
1 parent 89181ae commit 3c6a1e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
group :development do
3+
group :development, :test do
44
gem 'dotenv'
5-
gem 'rspec'
5+
gem 'rspec', require: false
66
end

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ end
2222
desc "Unlink from Alfred Sync folder on Dropbox"
2323
task :unlink_dropbox => [:configure] do
2424
rm File.join(dbx_workflow_path, BUNDLE_ID)
25-
end
25+
end

0 commit comments

Comments
 (0)