Skip to content

Commit 29ccf82

Browse files
committed
🎨 Template bootstrap by kettle-dev-setup v1.1.20
1 parent f9d08aa commit 29ccf82

File tree

6 files changed

+8
-42
lines changed

6 files changed

+8
-42
lines changed

Gemfile.lock

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ GEM
4141
bundler (>= 1.2.0, < 3)
4242
thor (~> 1.0)
4343
concurrent-ruby (1.3.5)
44-
crack (1.0.0)
45-
bigdecimal
46-
rexml
4744
date (3.4.1)
4845
debug (1.11.0)
4946
irb (~> 1.10)
@@ -93,7 +90,6 @@ GEM
9390
version_gem (~> 1.1, >= 1.1.4)
9491
gitmoji-regex (1.0.3)
9592
version_gem (~> 1.1, >= 1.1.8)
96-
hashdiff (1.2.1)
9793
hashie (5.0.0)
9894
io-console (0.8.1)
9995
irb (1.15.2)
@@ -309,13 +305,7 @@ GEM
309305
unicode-emoji (~> 4.1)
310306
unicode-emoji (4.1.0)
311307
uri (1.0.3)
312-
vcr (6.3.1)
313-
base64
314308
version_gem (1.1.9)
315-
webmock (3.25.1)
316-
addressable (>= 2.8.0)
317-
crack (>= 0.3.2)
318-
hashdiff (>= 0.4.0, < 2.0.0)
319309
yard (0.9.37)
320310
yard-relative_markdown_links (0.5.0)
321311
nokogiri (>= 1.14.3, < 2)
@@ -328,15 +318,14 @@ PLATFORMS
328318
DEPENDENCIES
329319
addressable (~> 2.8, >= 2.8.7)
330320
appraisal2 (~> 3.0)
331-
backports (~> 3.25, >= 3.25.1)
332321
benchmark (~> 0.4, >= 0.4.1)
333322
bundler-audit (~> 0.9.2)
334323
debug (>= 1.1)
335324
erb (~> 5.0)
336325
gem_bench (~> 2.0, >= 2.0.5)
337326
gitmoji-regex (~> 1.0, >= 1.0.3)
338327
irb (~> 1.15, >= 1.15.2)
339-
kettle-dev (~> 1.1, >= 1.1.9)
328+
kettle-dev (~> 1.1)
340329
kettle-soup-cover (~> 1.0, >= 1.0.10)
341330
kettle-test (~> 1.0)
342331
kramdown (~> 2.5, >= 2.5.1)
@@ -359,8 +348,6 @@ DEPENDENCIES
359348
standard (>= 1.50)
360349
stone_checksums (~> 1.0, >= 1.0.2)
361350
stringio (>= 3.0)
362-
vcr (>= 4)
363-
webmock (>= 3)
364351
yard (~> 0.9, >= 0.9.37)
365352
yard-junk (~> 0.0, >= 0.0.10)!
366353
yard-relative_markdown_links (~> 0.5.0)

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
# kettle-dev Rakefile v1.1.9 - 2025-09-07
3+
# kettle-dev Rakefile v1.1.20 - 2025-09-15
44
# Ruby 2.3 (Safe Navigation) or higher required
55
#
66
# MIT License (see License.txt)

gemfiles/modular/injected.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# visibility and discoverability on RubyGems.org.
33
# However, this gem sits underneath all my other gems, and also "depends on" many of them.
44
# So instead of depending on them directly it injects them into the other gem's gemspec on install.
5-
# This gem its injected dev dependencies, will install on Ruby down to 2.3.x.
5+
# This gem, and its injected dev dependencies, will install on Ruby down to 2.3.x.
66
# This gem does not inject runtime dependencies.
77
# Thus, dev dependencies injected into gemspecs must have
88
#

gemfiles/modular/runtime_heads.gemfile

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,7 @@
22

33
# Test against HEAD of runtime dependencies so we can proactively file bugs
44

5-
# Ruby >= 3.0
6-
gem "faraday", github: "lostisland/faraday", branch: "main"
7-
8-
# Ruby >= 0
9-
gem "hashie", github: "hashie/hashie", branch: "master"
10-
11-
# Ruby >= 2.5
12-
gem "jwt", github: "jwt/ruby-jwt", branch: "main"
13-
14-
# Ruby >= 2.5
15-
gem "logger", github: "ruby/logger", branch: "master"
16-
17-
# Ruby >= 3.2
18-
gem "multi_xml", github: "sferik/multi_xml", branch: "master"
19-
20-
# Ruby >= 2.4
21-
gem "rack", github: "rack/rack", branch: "main"
22-
235
# Ruby >= 2.2
246
gem "version_gem", github: "ruby-oauth/version_gem", branch: "main"
257

26-
# Ruby >= 2.2
27-
gem "snaky_hash", github: "ruby-oauth/snaky_hash", branch: "main"
28-
298
eval_gemfile("x_std_libs/vHEAD.gemfile")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
eval_gemfile "../../erb/r2.4/v2.2.gemfile"
1+
eval_gemfile "../../erb/r2.6/v2.2.gemfile"
22
eval_gemfile "../../mutex_m/r2.4/v0.1.gemfile"
33
eval_gemfile "../../stringio/r2.4/v0.0.2.gemfile"

oauth2.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Thanks, @pboling / @galtzo
153153
spec.add_development_dependency("rexml", "~> 3.2", ">= 3.2.5") # ruby >= 0
154154

155155
# Dev, Test, & Release Tasks
156-
spec.add_development_dependency("kettle-dev", "~> 1.1", ">= 1.1.9") # ruby >= 2.3
156+
spec.add_development_dependency("kettle-dev", "~> 1.1") # ruby >= 2.3.0
157157

158158
# Security
159159
spec.add_development_dependency("bundler-audit", "~> 0.9.2") # ruby >= 2.0.0
@@ -197,10 +197,10 @@ Thanks, @pboling / @galtzo
197197
# | # ./spec/spec_helper.rb:8:in `require_relative'
198198
# | # ./spec/spec_helper.rb:8:in `<top (required)>'
199199
# So that's why we need backports.
200-
spec.add_development_dependency("backports", "~> 3.25", ">= 3.25.1") # ruby >= 0
200+
# spec.add_development_dependency("backports", "~> 3.25", ">= 3.25.1") # ruby >= 0
201201
# In Ruby 3.5 (HEAD) the CGI library has been pared down, so we also need to depend on gem "cgi" for ruby@head
202202
# This is done in the "head" appraisal.
203203
# See: https://github.com/vcr/vcr/issues/1057
204-
spec.add_development_dependency("vcr", ">= 4") # 6.0 claims to support ruby >= 2.3, but fails on ruby 2.4
205-
spec.add_development_dependency("webmock", ">= 3") # Last version to support ruby >= 2.3
204+
# spec.add_development_dependency("vcr", ">= 4") # 6.0 claims to support ruby >= 2.3, but fails on ruby 2.4
205+
# spec.add_development_dependency("webmock", ">= 3") # Last version to support ruby >= 2.3
206206
end

0 commit comments

Comments
 (0)