We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb8cca commit 70b38f4Copy full SHA for 70b38f4
2 files changed
.gitignore
@@ -16,7 +16,7 @@
16
Gemfile.lock
17
/Gemfile.lock
18
.covered.msgpack
19
-
+*.log
20
21
# Used by dotenv library to load environment variables.
22
# .env
Gemfile
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
3
group :test do
4
gem 'rake'
5
gem 'rspec'
6
- gem 'coveralls'
+ gem 'coveralls_reborn', '~> 0.27.0', require: false
7
end
8
9
# Specify your gem's dependencies in mygem.gemspec
0 commit comments