-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
136 lines (134 loc) · 3.24 KB
/
Gemfile.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
GEM
remote: https://rubygems.org/
specs:
actionmailer (7.1.3.2)
actionpack (7.1.3.2)
actionview (7.1.3.2)
activejob (7.1.3.2)
activesupport (7.1.3.2)
mail (2.8.1 ~> 2.5, >= 2.5.4)
net-imap (0.4.10 >= 0)
net-pop (0.1.2 >= 0)
net-smtp (0.4.0.1 >= 0)
rails-dom-testing (2.2.0 ~> 2.2)
actionpack (7.1.3.2)
actionview (7.1.3.2)
activesupport = (7.1.3.2)
nokogiri >= 1.8.5)
racc (>= 0)
rack (>= 2.2.4)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activemodel (7.1.3.2)
activesupport (7.1.3.2)
activerecord (7.1.3.2)
activemodel (= 7.1.3.2)
activesupport (= 7.1.3.2)
timeout >= (0.4.0)
activeresource (6.1.0)
activemodel (7.1.3.2)
activemodel-serializers-xml (1.0.2)
activesupport (7.1.3.2)
activesupport (7.1.3.2)
base64 (>= 0)
bigdecimal (>= 0)
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb (>= 0)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m (>= 0)
tzinfo (~> 2.0)
arel (9.0.0)
builder (3.2.4)
coffee-rails (5.0.0)
coffee-script (>= 2.4.1)
railties (~> 7.1.3.2)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.2.3)
erubis (2.7.0)
execjs (2.9.1)
hike (2.1.3)
rake
i18n (1.14.4)
concurrent-ruby (~> 1.2.3)
journey (1.0.4)
jquery-rails (4.6.0)
rails-dom-testing (>= 1, < 3)
railties (>= 7.1.3.2)
thor (>= 0.14, < 2.0)
json (2.7.1)
mail (2.8.1)
mini_mime >= (0.1.1)
net-imap (>= 0)
net-pop (>= 0)
net-smtp (>= 0)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
multi_json (1.15.0)
polyglot (0.3.5)
rack (3.0.10)
rack-cache (1.16.0)
rack (>= 0.4)
rack-ssl (1.4.1)
rack
rack-test (2.1.0)
rack (>= 1.3)
rails (7.1.3.2)
actioncable (= 7.1.3.2)
actionmailbox (= 7.1.3.2)
actionmailer (= 7.1.3.2)
actionpack (= 7.1.3.2)
actiontext (= 7.1.3.2)
actionview (= 7.1.3.2)
activejob (= 7.1.3.2)
activemodel (= 7.1.3.2)
activerecord (= 7.1.3.2)
activestorage (= 7.1.3.2)
activesupport (= 7.1.3.2)
bundler (>= 1.15.0)
railties (= 7.1.3.2)
railties (7.1.3.2)
actionpack (= 7.1.3.2)
activesupport (= 7.1.3.2)
irb (>= 0)
rackup (>= 1.0.0)
rake (>= 12.2)
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rake (13.1.0)
rdoc (6.6.3.1)
psych (>= 4.0.0)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
sqlite3 (1.7.3)
mini_portile2 (~> 2.8.0)
sqlite3 (1.7.3-x64-mingw32)
thor (1.3.1)
tilt (2.3.0)
treetop (1.6.12)
polyglot (~> 0.3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
PLATFORMS
ruby
x64-mingw32
DEPENDENCIES
coffee-rails (~> 5.0.0)
jquery-rails
rails (= 7.1.3.2)
sass-rails (~> 6.0.0)
sqlite3
uglifier (>= 4.2.0)