File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
specs:
4
4
support_engine (0.1.4 )
5
5
activesupport (< 7 )
6
+ logger
6
7
zeitwerk
7
8
8
9
GEM
16
17
minitest (>= 5.1 )
17
18
tzinfo (~> 2.0 )
18
19
zeitwerk (~> 2.3 )
19
- concurrent-ruby (1.3.4 )
20
+ concurrent-ruby (1.3.5 )
20
21
date (3.4.1 )
21
22
debug (1.10.0 )
22
23
irb (~> 1.10 )
33
34
irb (1.14.3 )
34
35
rdoc (>= 4.0.0 )
35
36
reline (>= 0.4.2 )
37
+ logger (1.6.5 )
36
38
minitest (5.25.4 )
37
39
psych (5.2.3 )
38
40
date
@@ -84,7 +86,6 @@ PLATFORMS
84
86
x86_64-linux
85
87
86
88
DEPENDENCIES
87
- bundler
88
89
debug
89
90
irb
90
91
reform
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ Gem::Specification.new do |spec|
17
17
spec . license = 'LGPL-3.0'
18
18
19
19
spec . add_dependency 'activesupport' , '< 7'
20
+ spec . add_dependency 'logger'
20
21
spec . add_dependency 'zeitwerk'
21
- spec . add_development_dependency 'bundler'
22
22
23
23
spec . files = `git ls-files -z` . split ( "\x0 " ) . reject { |f | f . match ( %r{^(spec)/} ) }
24
24
spec . require_paths = %w[ lib ]
You can’t perform that action at this time.
0 commit comments