Skip to content

Commit d845508

Browse files
authored
depend on railties & activesupport, rather then all of rails (#2)
1 parent e34267c commit d845508

File tree

2 files changed

+7
-90
lines changed

2 files changed

+7
-90
lines changed

Gemfile.lock

Lines changed: 5 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -2,72 +2,26 @@ PATH
22
remote: .
33
specs:
44
bigrails-redis (0.7.0)
5-
rails (>= 6)
5+
activesupport (>= 6)
6+
railties (>= 6)
67
redis (>= 4)
78

89
GEM
910
remote: https://rubygems.org/
1011
specs:
11-
actioncable (7.0.2.3)
12-
actionpack (= 7.0.2.3)
13-
activesupport (= 7.0.2.3)
14-
nio4r (~> 2.0)
15-
websocket-driver (>= 0.6.1)
16-
actionmailbox (7.0.2.3)
17-
actionpack (= 7.0.2.3)
18-
activejob (= 7.0.2.3)
19-
activerecord (= 7.0.2.3)
20-
activestorage (= 7.0.2.3)
21-
activesupport (= 7.0.2.3)
22-
mail (>= 2.7.1)
23-
net-imap
24-
net-pop
25-
net-smtp
26-
actionmailer (7.0.2.3)
27-
actionpack (= 7.0.2.3)
28-
actionview (= 7.0.2.3)
29-
activejob (= 7.0.2.3)
30-
activesupport (= 7.0.2.3)
31-
mail (~> 2.5, >= 2.5.4)
32-
net-imap
33-
net-pop
34-
net-smtp
35-
rails-dom-testing (~> 2.0)
3612
actionpack (7.0.2.3)
3713
actionview (= 7.0.2.3)
3814
activesupport (= 7.0.2.3)
3915
rack (~> 2.0, >= 2.2.0)
4016
rack-test (>= 0.6.3)
4117
rails-dom-testing (~> 2.0)
4218
rails-html-sanitizer (~> 1.0, >= 1.2.0)
43-
actiontext (7.0.2.3)
44-
actionpack (= 7.0.2.3)
45-
activerecord (= 7.0.2.3)
46-
activestorage (= 7.0.2.3)
47-
activesupport (= 7.0.2.3)
48-
globalid (>= 0.6.0)
49-
nokogiri (>= 1.8.5)
5019
actionview (7.0.2.3)
5120
activesupport (= 7.0.2.3)
5221
builder (~> 3.1)
5322
erubi (~> 1.4)
5423
rails-dom-testing (~> 2.0)
5524
rails-html-sanitizer (~> 1.1, >= 1.2.0)
56-
activejob (7.0.2.3)
57-
activesupport (= 7.0.2.3)
58-
globalid (>= 0.3.6)
59-
activemodel (7.0.2.3)
60-
activesupport (= 7.0.2.3)
61-
activerecord (7.0.2.3)
62-
activemodel (= 7.0.2.3)
63-
activesupport (= 7.0.2.3)
64-
activestorage (7.0.2.3)
65-
actionpack (= 7.0.2.3)
66-
activejob (= 7.0.2.3)
67-
activerecord (= 7.0.2.3)
68-
activesupport (= 7.0.2.3)
69-
marcel (~> 1.0)
70-
mini_mime (>= 1.1.0)
7125
activesupport (7.0.2.3)
7226
concurrent-ruby (~> 1.0, >= 1.0.2)
7327
i18n (>= 1.6, < 2)
@@ -79,40 +33,20 @@ GEM
7933
connection_pool (2.2.5)
8034
crass (1.0.6)
8135
diff-lcs (1.5.0)
82-
digest (3.1.0)
8336
erubi (1.10.0)
8437
fakeredis (0.8.0)
8538
redis (~> 4.1)
86-
globalid (1.0.0)
87-
activesupport (>= 5.0)
8839
i18n (1.10.0)
8940
concurrent-ruby (~> 1.0)
9041
loofah (2.16.0)
9142
crass (~> 1.0.2)
9243
nokogiri (>= 1.5.9)
93-
mail (2.7.1)
94-
mini_mime (>= 0.1.1)
95-
marcel (1.0.2)
9644
method_source (1.0.0)
97-
mini_mime (1.1.2)
9845
minitest (5.15.0)
99-
net-imap (0.2.3)
100-
digest
101-
net-protocol
102-
strscan
103-
net-pop (0.1.1)
104-
digest
105-
net-protocol
106-
timeout
107-
net-protocol (0.1.3)
108-
timeout
109-
net-smtp (0.3.1)
110-
digest
111-
net-protocol
112-
timeout
113-
nio4r (2.5.8)
11446
nokogiri (1.13.4-arm64-darwin)
11547
racc (~> 1.4)
48+
nokogiri (1.13.4-x86_64-darwin)
49+
racc (~> 1.4)
11650
nokogiri (1.13.4-x86_64-linux)
11751
racc (~> 1.4)
11852
parallel (1.22.1)
@@ -122,20 +56,6 @@ GEM
12256
rack (2.2.3)
12357
rack-test (1.1.0)
12458
rack (>= 1.0, < 3)
125-
rails (7.0.2.3)
126-
actioncable (= 7.0.2.3)
127-
actionmailbox (= 7.0.2.3)
128-
actionmailer (= 7.0.2.3)
129-
actionpack (= 7.0.2.3)
130-
actiontext (= 7.0.2.3)
131-
actionview (= 7.0.2.3)
132-
activejob (= 7.0.2.3)
133-
activemodel (= 7.0.2.3)
134-
activerecord (= 7.0.2.3)
135-
activestorage (= 7.0.2.3)
136-
activesupport (= 7.0.2.3)
137-
bundler (>= 1.15.0)
138-
railties (= 7.0.2.3)
13959
rails-dom-testing (2.0.3)
14060
activesupport (>= 4.2.0)
14161
nokogiri (>= 1.6)
@@ -184,19 +104,15 @@ GEM
184104
standard (1.10.0)
185105
rubocop (= 1.27.0)
186106
rubocop-performance (= 1.13.3)
187-
strscan (3.0.1)
188107
thor (1.2.1)
189-
timeout (0.2.0)
190108
tzinfo (2.0.4)
191109
concurrent-ruby (~> 1.0)
192110
unicode-display_width (2.1.0)
193-
websocket-driver (0.7.5)
194-
websocket-extensions (>= 0.1.0)
195-
websocket-extensions (0.1.5)
196111
zeitwerk (2.5.4)
197112

198113
PLATFORMS
199114
arm64-darwin-21
115+
x86_64-darwin-21
200116
x86_64-linux
201117

202118
DEPENDENCIES

bigrails-redis.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Gem::Specification.new do |spec|
2121
spec.bindir = "exe"
2222
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
2323

24-
spec.add_dependency "rails", ">= 6"
24+
spec.add_dependency "railties", ">= 6"
25+
spec.add_dependency "activesupport", ">= 6"
2526
spec.add_dependency "redis", ">= 4"
2627
end

0 commit comments

Comments
 (0)