Browse Source

updated version

Lou 2 years ago
parent
commit
7a810ae4f9
4 changed files with 97 additions and 93 deletions
  1. 8
    0
      .gitattributes
  2. 1
    0
      .ruby-version
  3. 1
    1
      Gemfile
  4. 87
    92
      Gemfile.lock

+ 8
- 0
.gitattributes View File

@@ -0,0 +1,8 @@
1
+# See https://git-scm.com/docs/gitattributes for more about git attribute files.
2
+
3
+# Mark the database schema as having been generated.
4
+db/schema.rb linguist-generated
5
+
6
+
7
+# Mark any vendored files as having been vendored.
8
+vendor/* linguist-vendored

+ 1
- 0
.ruby-version View File

@@ -0,0 +1 @@
1
+3.0.2

+ 1
- 1
Gemfile View File

@@ -1,7 +1,7 @@
1 1
 source 'https://rubygems.org'
2 2
 git_source(:github) { |repo| "https://github.com/#{repo}.git" }
3 3
 
4
-ruby '3.0.1'
4
+ruby '3.0.2'
5 5
 
6 6
 # Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
7 7
 gem 'rails', '~> 6.1.3', '>= 6.1.3.1'

+ 87
- 92
Gemfile.lock View File

@@ -1,135 +1,131 @@
1 1
 GEM
2 2
   remote: https://rubygems.org/
3 3
   specs:
4
-    actioncable (6.1.3.1)
5
-      actionpack (= 6.1.3.1)
6
-      activesupport (= 6.1.3.1)
4
+    actioncable (6.1.4.4)
5
+      actionpack (= 6.1.4.4)
6
+      activesupport (= 6.1.4.4)
7 7
       nio4r (~> 2.0)
8 8
       websocket-driver (>= 0.6.1)
9
-    actionmailbox (6.1.3.1)
10
-      actionpack (= 6.1.3.1)
11
-      activejob (= 6.1.3.1)
12
-      activerecord (= 6.1.3.1)
13
-      activestorage (= 6.1.3.1)
14
-      activesupport (= 6.1.3.1)
9
+    actionmailbox (6.1.4.4)
10
+      actionpack (= 6.1.4.4)
11
+      activejob (= 6.1.4.4)
12
+      activerecord (= 6.1.4.4)
13
+      activestorage (= 6.1.4.4)
14
+      activesupport (= 6.1.4.4)
15 15
       mail (>= 2.7.1)
16
-    actionmailer (6.1.3.1)
17
-      actionpack (= 6.1.3.1)
18
-      actionview (= 6.1.3.1)
19
-      activejob (= 6.1.3.1)
20
-      activesupport (= 6.1.3.1)
16
+    actionmailer (6.1.4.4)
17
+      actionpack (= 6.1.4.4)
18
+      actionview (= 6.1.4.4)
19
+      activejob (= 6.1.4.4)
20
+      activesupport (= 6.1.4.4)
21 21
       mail (~> 2.5, >= 2.5.4)
22 22
       rails-dom-testing (~> 2.0)
23
-    actionpack (6.1.3.1)
24
-      actionview (= 6.1.3.1)
25
-      activesupport (= 6.1.3.1)
23
+    actionpack (6.1.4.4)
24
+      actionview (= 6.1.4.4)
25
+      activesupport (= 6.1.4.4)
26 26
       rack (~> 2.0, >= 2.0.9)
27 27
       rack-test (>= 0.6.3)
28 28
       rails-dom-testing (~> 2.0)
29 29
       rails-html-sanitizer (~> 1.0, >= 1.2.0)
30
-    actiontext (6.1.3.1)
31
-      actionpack (= 6.1.3.1)
32
-      activerecord (= 6.1.3.1)
33
-      activestorage (= 6.1.3.1)
34
-      activesupport (= 6.1.3.1)
30
+    actiontext (6.1.4.4)
31
+      actionpack (= 6.1.4.4)
32
+      activerecord (= 6.1.4.4)
33
+      activestorage (= 6.1.4.4)
34
+      activesupport (= 6.1.4.4)
35 35
       nokogiri (>= 1.8.5)
36
-    actionview (6.1.3.1)
37
-      activesupport (= 6.1.3.1)
36
+    actionview (6.1.4.4)
37
+      activesupport (= 6.1.4.4)
38 38
       builder (~> 3.1)
39 39
       erubi (~> 1.4)
40 40
       rails-dom-testing (~> 2.0)
41 41
       rails-html-sanitizer (~> 1.1, >= 1.2.0)
42
-    activejob (6.1.3.1)
43
-      activesupport (= 6.1.3.1)
42
+    activejob (6.1.4.4)
43
+      activesupport (= 6.1.4.4)
44 44
       globalid (>= 0.3.6)
45
-    activemodel (6.1.3.1)
46
-      activesupport (= 6.1.3.1)
47
-    activerecord (6.1.3.1)
48
-      activemodel (= 6.1.3.1)
49
-      activesupport (= 6.1.3.1)
45
+    activemodel (6.1.4.4)
46
+      activesupport (= 6.1.4.4)
47
+    activerecord (6.1.4.4)
48
+      activemodel (= 6.1.4.4)
49
+      activesupport (= 6.1.4.4)
50 50
     activerecord-reset-pk-sequence (0.2.1)
51
-    activestorage (6.1.3.1)
52
-      actionpack (= 6.1.3.1)
53
-      activejob (= 6.1.3.1)
54
-      activerecord (= 6.1.3.1)
55
-      activesupport (= 6.1.3.1)
51
+    activestorage (6.1.4.4)
52
+      actionpack (= 6.1.4.4)
53
+      activejob (= 6.1.4.4)
54
+      activerecord (= 6.1.4.4)
55
+      activesupport (= 6.1.4.4)
56 56
       marcel (~> 1.0.0)
57
-      mini_mime (~> 1.0.2)
58
-    activesupport (6.1.3.1)
57
+      mini_mime (>= 1.1.0)
58
+    activesupport (6.1.4.4)
59 59
       concurrent-ruby (~> 1.0, >= 1.0.2)
60 60
       i18n (>= 1.6, < 2)
61 61
       minitest (>= 5.1)
62 62
       tzinfo (~> 2.0)
63 63
       zeitwerk (~> 2.3)
64 64
     bcrypt (3.1.16)
65
-    bootsnap (1.7.3)
66
-      msgpack (~> 1.0)
65
+    bootsnap (1.10.2)
66
+      msgpack (~> 1.2)
67 67
     builder (3.2.4)
68 68
     choice (0.2.0)
69 69
     coderay (1.1.3)
70
-    concurrent-ruby (1.1.8)
70
+    concurrent-ruby (1.1.9)
71 71
     crass (1.0.6)
72 72
     dotenv (2.7.6)
73 73
     dotenv-rails (2.7.6)
74 74
       dotenv (= 2.7.6)
75 75
       railties (>= 3.2)
76 76
     erubi (1.10.0)
77
-    faker (2.17.0)
77
+    faker (2.19.0)
78 78
       i18n (>= 1.6, < 2)
79
-    ffi (1.15.0)
80
-    globalid (0.4.2)
81
-      activesupport (>= 4.2.0)
82
-    i18n (1.8.10)
79
+    ffi (1.15.5)
80
+    globalid (1.0.0)
81
+      activesupport (>= 5.0)
82
+    i18n (1.8.11)
83 83
       concurrent-ruby (~> 1.0)
84 84
     jsonapi-serializer (2.2.0)
85 85
       activesupport (>= 4.2)
86
-    jwt (2.2.2)
87
-    listen (3.5.1)
86
+    jwt (2.3.0)
87
+    listen (3.7.1)
88 88
       rb-fsevent (~> 0.10, >= 0.10.3)
89 89
       rb-inotify (~> 0.9, >= 0.9.10)
90
-    loofah (2.9.1)
90
+    loofah (2.13.0)
91 91
       crass (~> 1.0.2)
92 92
       nokogiri (>= 1.5.9)
93 93
     mail (2.7.1)
94 94
       mini_mime (>= 0.1.1)
95
-    marcel (1.0.1)
95
+    marcel (1.0.2)
96 96
     method_source (1.0.0)
97
-    mini_mime (1.0.3)
98
-    mini_portile2 (2.5.3)
99
-    minitest (5.14.4)
100
-    msgpack (1.4.2)
101
-    nio4r (2.5.7)
102
-    nokogiri (1.11.3)
103
-      mini_portile2 (~> 2.5.0)
104
-      racc (~> 1.4)
105
-    nokogiri (1.11.3-x86_64-linux)
97
+    mini_mime (1.1.2)
98
+    minitest (5.15.0)
99
+    msgpack (1.4.4)
100
+    nio4r (2.5.8)
101
+    nokogiri (1.13.1-x86_64-linux)
106 102
       racc (~> 1.4)
107
-    pg (1.2.3)
103
+    pg (1.3.0)
108 104
     pry (0.14.1)
109 105
       coderay (~> 1.1)
110 106
       method_source (~> 1.0)
111
-    puma (5.2.2)
107
+    puma (5.5.2)
112 108
       nio4r (~> 2.0)
113
-    racc (1.5.2)
109
+    racc (1.6.0)
114 110
     rack (2.2.3)
115 111
     rack-cors (1.1.1)
116 112
       rack (>= 2.0.0)
117 113
     rack-test (1.1.0)
118 114
       rack (>= 1.0, < 3)
119
-    rails (6.1.3.1)
120
-      actioncable (= 6.1.3.1)
121
-      actionmailbox (= 6.1.3.1)
122
-      actionmailer (= 6.1.3.1)
123
-      actionpack (= 6.1.3.1)
124
-      actiontext (= 6.1.3.1)
125
-      actionview (= 6.1.3.1)
126
-      activejob (= 6.1.3.1)
127
-      activemodel (= 6.1.3.1)
128
-      activerecord (= 6.1.3.1)
129
-      activestorage (= 6.1.3.1)
130
-      activesupport (= 6.1.3.1)
115
+    rails (6.1.4.4)
116
+      actioncable (= 6.1.4.4)
117
+      actionmailbox (= 6.1.4.4)
118
+      actionmailer (= 6.1.4.4)
119
+      actionpack (= 6.1.4.4)
120
+      actiontext (= 6.1.4.4)
121
+      actionview (= 6.1.4.4)
122
+      activejob (= 6.1.4.4)
123
+      activemodel (= 6.1.4.4)
124
+      activerecord (= 6.1.4.4)
125
+      activestorage (= 6.1.4.4)
126
+      activesupport (= 6.1.4.4)
131 127
       bundler (>= 1.15.0)
132
-      railties (= 6.1.3.1)
128
+      railties (= 6.1.4.4)
133 129
       sprockets-rails (>= 2.0.0)
134 130
     rails-dom-testing (2.0.3)
135 131
       activesupport (>= 4.2.0)
@@ -139,40 +135,39 @@ GEM
139 135
       activesupport (>= 4.2)
140 136
       choice (~> 0.2.0)
141 137
       ruby-graphviz (~> 1.2)
142
-    rails-html-sanitizer (1.3.0)
138
+    rails-html-sanitizer (1.4.2)
143 139
       loofah (~> 2.3)
144
-    railties (6.1.3.1)
145
-      actionpack (= 6.1.3.1)
146
-      activesupport (= 6.1.3.1)
140
+    railties (6.1.4.4)
141
+      actionpack (= 6.1.4.4)
142
+      activesupport (= 6.1.4.4)
147 143
       method_source
148
-      rake (>= 0.8.7)
144
+      rake (>= 0.13)
149 145
       thor (~> 1.0)
150
-    rake (13.0.3)
151
-    rb-fsevent (0.10.4)
146
+    rake (13.0.6)
147
+    rb-fsevent (0.11.0)
152 148
     rb-inotify (0.10.1)
153 149
       ffi (~> 1.0)
154 150
     rexml (3.2.5)
155 151
     ruby-graphviz (1.2.5)
156 152
       rexml
157
-    spring (2.1.1)
153
+    spring (4.0.0)
158 154
     sprockets (4.0.2)
159 155
       concurrent-ruby (~> 1.0)
160 156
       rack (> 1, < 3)
161
-    sprockets-rails (3.2.2)
162
-      actionpack (>= 4.0)
163
-      activesupport (>= 4.0)
157
+    sprockets-rails (3.4.2)
158
+      actionpack (>= 5.2)
159
+      activesupport (>= 5.2)
164 160
       sprockets (>= 3.0.0)
165 161
     table_print (1.5.7)
166
-    thor (1.1.0)
162
+    thor (1.2.1)
167 163
     tzinfo (2.0.4)
168 164
       concurrent-ruby (~> 1.0)
169
-    websocket-driver (0.7.3)
165
+    websocket-driver (0.7.5)
170 166
       websocket-extensions (>= 0.1.0)
171 167
     websocket-extensions (0.1.5)
172
-    zeitwerk (2.4.2)
168
+    zeitwerk (2.5.3)
173 169
 
174 170
 PLATFORMS
175
-  armv7l-linux-eabihf
176 171
   x86_64-linux
177 172
 
178 173
 DEPENDENCIES
@@ -195,7 +190,7 @@ DEPENDENCIES
195 190
   tzinfo-data
196 191
 
197 192
 RUBY VERSION
198
-   ruby 3.0.1p64
193
+   ruby 3.0.2p107
199 194
 
200 195
 BUNDLED WITH
201
-   2.2.15
196
+   2.2.33

Loading…
Cancel
Save