File tree Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -49,5 +49,3 @@ eval_gemfile "gemfiles/modular/style.gemfile"
49
49
eval_gemfile "gemfiles/modular/documentation.gemfile"
50
50
51
51
gem "appraisal" , github : "pboling/appraisal" , branch : "galtzo"
52
-
53
- gem "gem_checksums" , github : "pboling/gem_checksums" , branch : "feat/docs"
Original file line number Diff line number Diff line change 8
8
rake (>= 10 )
9
9
thor (>= 0.14.0 )
10
10
11
- GIT
12
- remote: https://github.com/pboling/gem_checksums
13
- revision: 5ae91cf8cbf741c76254272c8dac09b2afac22c7
14
- branch: feat/docs
15
- specs:
16
- gem_checksums (1.0.0 )
17
- version_gem (>= 1.1.5 , < 3 )
18
-
19
11
PATH
20
12
remote: .
21
13
specs:
214
206
standard-custom (>= 1.0.2 , < 2 )
215
207
standard-performance (>= 1.3.1 , < 2 )
216
208
version_gem (>= 1.1.4 , < 3 )
209
+ stone_checksums (1.0.0 )
210
+ version_gem (>= 1.1.5 , < 3 )
217
211
stringio (3.1.5 )
218
212
terminal-table (4.0.0 )
219
213
unicode-display_width (>= 1.1.1 , < 4 )
@@ -241,7 +235,6 @@ DEPENDENCIES
241
235
benchmark (~> 0.4 )
242
236
bundler-audit (~> 0.9.2 )
243
237
debug (>= 1.0.0 )
244
- gem_checksums !
245
238
github-markup (~> 5.0 , >= 5.0.1 )
246
239
kettle-soup-cover (~> 1.0 , >= 1.0.4 )
247
240
pry (~> 0.14 )
@@ -255,6 +248,7 @@ DEPENDENCIES
255
248
rubocop-packaging (~> 0.5 , >= 0.5.2 )
256
249
rubocop-rspec (~> 3.2 )
257
250
standard (>= 1.35.1 , != 1.42.0 , != 1.41.1 )
251
+ stone_checksums (~> 1.0 )
258
252
version_gem !
259
253
yard (~> 0.9 , >= 0.9.37 )
260
254
yard-junk (~> 0.0 , >= 0.0.10 )
Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ Gem::Specification.new do |spec|
72
72
spec . add_development_dependency ( "rspec-block_is_expected" , "~> 1.0" ) # ruby >= 1.8.7
73
73
74
74
# Development Tasks
75
- spec . add_development_dependency ( "gem_checksums" , "~> 1.0" ) # ruby >= 2.2
76
75
spec . add_development_dependency ( "rake" , "~> 13.0" ) # ruby >= 2.2
76
+ spec . add_development_dependency ( "stone_checksums" , "~> 1.0" ) # ruby >= 2.2
77
77
78
78
# Linting - rubocop-lts v8 is a rubocop wrapper for Ruby >= 2.2,
79
79
# and should only be bumped when dropping old Ruby support
You can’t perform that action at this time.
0 commit comments