File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed
Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 4646 concurrent-ruby (1.3.5 )
4747 connection_pool (2.5.3 )
4848 dalli (3.2.8 )
49+ date (3.5.1 )
4950 drb (2.2.3 )
51+ erb (6.0.2 )
5052 i18n (1.14.7 )
5153 concurrent-ruby (~> 1.0 )
5254 json (2.13.1 )
5557 memcached_store (2.3.4 )
5658 activesupport (>= 6 )
5759 memcached (~> 1.8 )
58- minitest (5.25.5 )
60+ minitest (5.27.0 )
5961 mocha (2.7.1 )
6062 ruby2_keywords (>= 0.0.5 )
6163 mysql2 (0.5.6 )
6567 racc
6668 pg (1.5.9 )
6769 prism (1.4.0 )
70+ psych (5.3.1 )
71+ date
72+ stringio
6873 racc (1.8.1 )
6974 rainbow (3.1.1 )
7075 rake (13.3.0 )
76+ rdoc (7.2.0 )
77+ erb
78+ psych (>= 4.0.0 )
79+ tsort
7180 regexp_parser (2.10.0 )
7281 rexml (3.4.2 )
7382 rubocop (1.61.0 )
91100 securerandom (0.4.1 )
92101 spy (1.0.5 )
93102 stackprof (0.2.27 )
103+ stringio (3.2.0 )
94104 timeout (0.4.3 )
105+ tsort (0.2.0 )
95106 tzinfo (2.0.6 )
96107 concurrent-ruby (~> 1.0 )
97108 unicode-display_width (2.6.0 )
98109 uri (1.0.4 )
99110
100111PLATFORMS
101- arm64-darwin-22
102- arm64-darwin-23
103- arm64-darwin-24
112+ arm64-darwin
104113 x86_64-linux
105114
106115DEPENDENCIES
@@ -115,6 +124,7 @@ DEPENDENCIES
115124 mysql2 (~> 0.5.3 )
116125 pg (>= 0.18 , < 2.0 )
117126 rake (~> 13.0 )
127+ rdoc
118128 rubocop (~> 1.61.0 )
119129 rubocop-shopify (~> 2.9.0 )
120130 spy (~> 1.0 )
Original file line number Diff line number Diff line change @@ -42,4 +42,5 @@ Gem::Specification.new do |gem|
4242 gem . add_development_dependency ( "mocha" , "~> 2.0" )
4343 gem . add_development_dependency ( "rake" , "~> 13.0" )
4444 gem . add_development_dependency ( "spy" , "~> 1.0" )
45+ gem . add_development_dependency ( "rdoc" )
4546end
You can’t perform that action at this time.
0 commit comments