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"
4949eval_gemfile "gemfiles/modular/documentation.gemfile"
5050
5151gem "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 88 rake (>= 10 )
99 thor (>= 0.14.0 )
1010
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-
1911PATH
2012 remote: .
2113 specs:
214206 standard-custom (>= 1.0.2 , < 2 )
215207 standard-performance (>= 1.3.1 , < 2 )
216208 version_gem (>= 1.1.4 , < 3 )
209+ stone_checksums (1.0.0 )
210+ version_gem (>= 1.1.5 , < 3 )
217211 stringio (3.1.5 )
218212 terminal-table (4.0.0 )
219213 unicode-display_width (>= 1.1.1 , < 4 )
@@ -241,7 +235,6 @@ DEPENDENCIES
241235 benchmark (~> 0.4 )
242236 bundler-audit (~> 0.9.2 )
243237 debug (>= 1.0.0 )
244- gem_checksums !
245238 github-markup (~> 5.0 , >= 5.0.1 )
246239 kettle-soup-cover (~> 1.0 , >= 1.0.4 )
247240 pry (~> 0.14 )
@@ -255,6 +248,7 @@ DEPENDENCIES
255248 rubocop-packaging (~> 0.5 , >= 0.5.2 )
256249 rubocop-rspec (~> 3.2 )
257250 standard (>= 1.35.1 , != 1.42.0 , != 1.41.1 )
251+ stone_checksums (~> 1.0 )
258252 version_gem !
259253 yard (~> 0.9 , >= 0.9.37 )
260254 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|
7272 spec . add_development_dependency ( "rspec-block_is_expected" , "~> 1.0" ) # ruby >= 1.8.7
7373
7474 # Development Tasks
75- spec . add_development_dependency ( "gem_checksums" , "~> 1.0" ) # ruby >= 2.2
7675 spec . add_development_dependency ( "rake" , "~> 13.0" ) # ruby >= 2.2
76+ spec . add_development_dependency ( "stone_checksums" , "~> 1.0" ) # ruby >= 2.2
7777
7878 # Linting - rubocop-lts v8 is a rubocop wrapper for Ruby >= 2.2,
7979 # and should only be bumped when dropping old Ruby support
You can’t perform that action at this time.
0 commit comments