Skip to content

Commit 3da2d01

Browse files
committed
fix typo in gem dependency
1 parent f3600df commit 3da2d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ group :test, :development do
1818
# test for ruby
1919
gem 'rspec', '~>3.11'
2020
# code coverage to monitor rspec tests
21-
gem 'simplecov',
21+
gem 'simplecov'
2222

2323
# platforms :mri do
2424
# gem "byebug"

0 commit comments

Comments
 (0)