checkoff 0.167.0 → 0.168.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +5 -0
- data/Gemfile.lock +1 -1
- data/lib/checkoff/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8e5be0665e555b02cc42c39b9dccdf385908d8360141d737386349577505dc57
|
4
|
+
data.tar.gz: a79cccb7c1dda4d442af8b8e772463d5d931b0ce35aae7a9e1bd2e79ac0e30c7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76e32011ef014c4589a4fb45be5a505e4fadb26092912089bc4f5d773948d7fcd97af28f9c70d87f34af91c78135f205ed4bfa9d15d21b5e206330da19f548c2
|
7
|
+
data.tar.gz: a7e15d9bdd441aca57352396394104fe2ca76c4d893f5980db31f1156397c8b1e729ff978fe7fb446331ce57156e978a2aa61ced1de1546f1a719067f50bd981
|
data/Gemfile
CHANGED
@@ -9,6 +9,11 @@ gem 'bump'
|
|
9
9
|
gem 'bundler'
|
10
10
|
gem 'fakeweb'
|
11
11
|
gem 'mdl'
|
12
|
+
# not a direct dependency - but updates a lot and confuses
|
13
|
+
# bump+overcommit+bundler when it unexpectedly updates during the
|
14
|
+
# CircleCI publish step
|
15
|
+
#
|
16
|
+
# https://app.circleci.com/pipelines/github/apiology/checkoff/1209/workflows/863fa0ce-097e-4a6b-a49f-f6ed62b29908/jobs/2320
|
12
17
|
gem 'mime-types', ['=3.5.1']
|
13
18
|
gem 'minitest-profile'
|
14
19
|
gem 'minitest-reporters'
|
data/Gemfile.lock
CHANGED
data/lib/checkoff/version.rb
CHANGED