diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-30 13:29:47 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-30 13:29:47 -0400 |
commit | c1b0443ba2aebdbd39291ddab0c189f3f4831320 (patch) | |
tree | fce040fe9c0290d70e983fe5edec1417aa306d65 | |
parent | e28f6b73ab7f2e59605ebd800e921a6146fc49ae (diff) | |
download | pokeviewer-master.tar.gz pokeviewer-master.tar.bz2 pokeviewer-master.zip |
-rw-r--r-- | Gemfile.lock | 249 | ||||
-rw-r--r-- | pokeviewer.gemspec | 2 |
2 files changed, 142 insertions, 109 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 56562fb..4c3e7a7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock | |||
@@ -8,7 +8,7 @@ PATH | |||
8 | haml | 8 | haml |
9 | jquery-rails | 9 | jquery-rails |
10 | normalize-rails | 10 | normalize-rails |
11 | rails (~> 7.0.3) | 11 | rails (~> 7.1.0) |
12 | sassc-rails | 12 | sassc-rails |
13 | sequenced | 13 | sequenced |
14 | victor | 14 | victor |
@@ -16,72 +16,82 @@ PATH | |||
16 | GEM | 16 | GEM |
17 | remote: https://rubygems.org/ | 17 | remote: https://rubygems.org/ |
18 | specs: | 18 | specs: |
19 | actioncable (7.0.4) | 19 | actioncable (7.1.1) |
20 | actionpack (= 7.0.4) | 20 | actionpack (= 7.1.1) |
21 | activesupport (= 7.0.4) | 21 | activesupport (= 7.1.1) |
22 | nio4r (~> 2.0) | 22 | nio4r (~> 2.0) |
23 | websocket-driver (>= 0.6.1) | 23 | websocket-driver (>= 0.6.1) |
24 | actionmailbox (7.0.4) | 24 | zeitwerk (~> 2.6) |
25 | actionpack (= 7.0.4) | 25 | actionmailbox (7.1.1) |
26 | activejob (= 7.0.4) | 26 | actionpack (= 7.1.1) |
27 | activerecord (= 7.0.4) | 27 | activejob (= 7.1.1) |
28 | activestorage (= 7.0.4) | 28 | activerecord (= 7.1.1) |
29 | activesupport (= 7.0.4) | 29 | activestorage (= 7.1.1) |
30 | activesupport (= 7.1.1) | ||
30 | mail (>= 2.7.1) | 31 | mail (>= 2.7.1) |
31 | net-imap | 32 | net-imap |
32 | net-pop | 33 | net-pop |
33 | net-smtp | 34 | net-smtp |
34 | actionmailer (7.0.4) | 35 | actionmailer (7.1.1) |
35 | actionpack (= 7.0.4) | 36 | actionpack (= 7.1.1) |
36 | actionview (= 7.0.4) | 37 | actionview (= 7.1.1) |
37 | activejob (= 7.0.4) | 38 | activejob (= 7.1.1) |
38 | activesupport (= 7.0.4) | 39 | activesupport (= 7.1.1) |
39 | mail (~> 2.5, >= 2.5.4) | 40 | mail (~> 2.5, >= 2.5.4) |
40 | net-imap | 41 | net-imap |
41 | net-pop | 42 | net-pop |
42 | net-smtp | 43 | net-smtp |
43 | rails-dom-testing (~> 2.0) | 44 | rails-dom-testing (~> 2.2) |
44 | actionpack (7.0.4) | 45 | actionpack (7.1.1) |
45 | actionview (= 7.0.4) | 46 | actionview (= 7.1.1) |
46 | activesupport (= 7.0.4) | 47 | activesupport (= 7.1.1) |
47 | rack (~> 2.0, >= 2.2.0) | 48 | nokogiri (>= 1.8.5) |
49 | rack (>= 2.2.4) | ||
50 | rack-session (>= 1.0.1) | ||
48 | rack-test (>= 0.6.3) | 51 | rack-test (>= 0.6.3) |
49 | rails-dom-testing (~> 2.0) | 52 | rails-dom-testing (~> 2.2) |
50 | rails-html-sanitizer (~> 1.0, >= 1.2.0) | 53 | rails-html-sanitizer (~> 1.6) |
51 | actiontext (7.0.4) | 54 | actiontext (7.1.1) |
52 | actionpack (= 7.0.4) | 55 | actionpack (= 7.1.1) |
53 | activerecord (= 7.0.4) | 56 | activerecord (= 7.1.1) |
54 | activestorage (= 7.0.4) | 57 | activestorage (= 7.1.1) |
55 | activesupport (= 7.0.4) | 58 | activesupport (= 7.1.1) |
56 | globalid (>= 0.6.0) | 59 | globalid (>= 0.6.0) |
57 | nokogiri (>= 1.8.5) | 60 | nokogiri (>= 1.8.5) |
58 | actionview (7.0.4) | 61 | actionview (7.1.1) |
59 | activesupport (= 7.0.4) | 62 | activesupport (= 7.1.1) |
60 | builder (~> 3.1) | 63 | builder (~> 3.1) |
61 | erubi (~> 1.4) | 64 | erubi (~> 1.11) |
62 | rails-dom-testing (~> 2.0) | 65 | rails-dom-testing (~> 2.2) |
63 | rails-html-sanitizer (~> 1.1, >= 1.2.0) | 66 | rails-html-sanitizer (~> 1.6) |
64 | activejob (7.0.4) | 67 | activejob (7.1.1) |
65 | activesupport (= 7.0.4) | 68 | activesupport (= 7.1.1) |
66 | globalid (>= 0.3.6) | 69 | globalid (>= 0.3.6) |
67 | activemodel (7.0.4) | 70 | activemodel (7.1.1) |
68 | activesupport (= 7.0.4) | 71 | activesupport (= 7.1.1) |
69 | activerecord (7.0.4) | 72 | activerecord (7.1.1) |
70 | activemodel (= 7.0.4) | 73 | activemodel (= 7.1.1) |
71 | activesupport (= 7.0.4) | 74 | activesupport (= 7.1.1) |
75 | timeout (>= 0.4.0) | ||
72 | activerecord-diff (2.0.0) | 76 | activerecord-diff (2.0.0) |
73 | activestorage (7.0.4) | 77 | activestorage (7.1.1) |
74 | actionpack (= 7.0.4) | 78 | actionpack (= 7.1.1) |
75 | activejob (= 7.0.4) | 79 | activejob (= 7.1.1) |
76 | activerecord (= 7.0.4) | 80 | activerecord (= 7.1.1) |
77 | activesupport (= 7.0.4) | 81 | activesupport (= 7.1.1) |
78 | marcel (~> 1.0) | 82 | marcel (~> 1.0) |
79 | mini_mime (>= 1.1.0) | 83 | activesupport (7.1.1) |
80 | activesupport (7.0.4) | 84 | base64 |
85 | bigdecimal | ||
81 | concurrent-ruby (~> 1.0, >= 1.0.2) | 86 | concurrent-ruby (~> 1.0, >= 1.0.2) |
87 | connection_pool (>= 2.2.5) | ||
88 | drb | ||
82 | i18n (>= 1.6, < 2) | 89 | i18n (>= 1.6, < 2) |
83 | minitest (>= 5.1) | 90 | minitest (>= 5.1) |
91 | mutex_m | ||
84 | tzinfo (~> 2.0) | 92 | tzinfo (~> 2.0) |
93 | base64 (0.1.1) | ||
94 | bigdecimal (3.1.4) | ||
85 | builder (3.2.4) | 95 | builder (3.2.4) |
86 | coffee-rails (4.2.2) | 96 | coffee-rails (4.2.2) |
87 | coffee-script (>= 2.2.0) | 97 | coffee-script (>= 2.2.0) |
@@ -90,84 +100,106 @@ GEM | |||
90 | coffee-script-source | 100 | coffee-script-source |
91 | execjs | 101 | execjs |
92 | coffee-script-source (1.12.2) | 102 | coffee-script-source (1.12.2) |
93 | concurrent-ruby (1.1.10) | 103 | concurrent-ruby (1.2.2) |
104 | connection_pool (2.4.1) | ||
94 | crass (1.0.6) | 105 | crass (1.0.6) |
95 | date (3.3.1) | 106 | date (3.3.3) |
96 | enumerize (2.5.0) | 107 | drb (2.1.1) |
108 | ruby2_keywords | ||
109 | enumerize (2.7.0) | ||
97 | activesupport (>= 3.2) | 110 | activesupport (>= 3.2) |
98 | erubi (1.11.0) | 111 | erubi (1.12.0) |
99 | execjs (2.8.1) | 112 | execjs (2.9.1) |
100 | ffi (1.15.5) | 113 | ffi (1.16.3) |
101 | globalid (1.0.0) | 114 | globalid (1.2.1) |
102 | activesupport (>= 5.0) | 115 | activesupport (>= 6.1) |
103 | haml (6.1.1) | 116 | haml (6.2.3) |
104 | temple (>= 0.8.2) | 117 | temple (>= 0.8.2) |
105 | thor | 118 | thor |
106 | tilt | 119 | tilt |
107 | i18n (1.12.0) | 120 | i18n (1.14.1) |
108 | concurrent-ruby (~> 1.0) | 121 | concurrent-ruby (~> 1.0) |
109 | jquery-rails (4.5.1) | 122 | io-console (0.6.0) |
123 | irb (1.8.3) | ||
124 | rdoc | ||
125 | reline (>= 0.3.8) | ||
126 | jquery-rails (4.6.0) | ||
110 | rails-dom-testing (>= 1, < 3) | 127 | rails-dom-testing (>= 1, < 3) |
111 | railties (>= 4.2.0) | 128 | railties (>= 4.2.0) |
112 | thor (>= 0.14, < 2.0) | 129 | thor (>= 0.14, < 2.0) |
113 | loofah (2.19.0) | 130 | loofah (2.21.4) |
114 | crass (~> 1.0.2) | 131 | crass (~> 1.0.2) |
115 | nokogiri (>= 1.5.9) | 132 | nokogiri (>= 1.12.0) |
116 | mail (2.8.0) | 133 | mail (2.8.1) |
117 | mini_mime (>= 0.1.1) | 134 | mini_mime (>= 0.1.1) |
118 | net-imap | 135 | net-imap |
119 | net-pop | 136 | net-pop |
120 | net-smtp | 137 | net-smtp |
121 | marcel (1.0.2) | 138 | marcel (1.0.2) |
122 | method_source (1.0.0) | 139 | mini_mime (1.1.5) |
123 | mini_mime (1.1.2) | 140 | mini_portile2 (2.8.5) |
124 | mini_portile2 (2.8.0) | 141 | minitest (5.20.0) |
125 | minitest (5.16.3) | 142 | mutex_m (0.1.2) |
126 | net-imap (0.3.2) | 143 | net-imap (0.4.3) |
127 | date | 144 | date |
128 | net-protocol | 145 | net-protocol |
129 | net-pop (0.1.2) | 146 | net-pop (0.1.2) |
130 | net-protocol | 147 | net-protocol |
131 | net-protocol (0.2.1) | 148 | net-protocol (0.2.1) |
132 | timeout | 149 | timeout |
133 | net-smtp (0.3.3) | 150 | net-smtp (0.4.0) |
134 | net-protocol | 151 | net-protocol |
135 | nio4r (2.5.8) | 152 | nio4r (2.5.9) |
136 | nokogiri (1.13.10) | 153 | nokogiri (1.15.4) |
137 | mini_portile2 (~> 2.8.0) | 154 | mini_portile2 (~> 2.8.2) |
138 | racc (~> 1.4) | 155 | racc (~> 1.4) |
139 | normalize-rails (8.0.1) | 156 | normalize-rails (8.0.1) |
140 | racc (1.6.1) | 157 | psych (5.1.1.1) |
141 | rack (2.2.4) | 158 | stringio |
142 | rack-test (2.0.2) | 159 | racc (1.7.1) |
160 | rack (3.0.8) | ||
161 | rack-session (2.0.0) | ||
162 | rack (>= 3.0.0) | ||
163 | rack-test (2.1.0) | ||
143 | rack (>= 1.3) | 164 | rack (>= 1.3) |
144 | rails (7.0.4) | 165 | rackup (2.1.0) |
145 | actioncable (= 7.0.4) | 166 | rack (>= 3) |
146 | actionmailbox (= 7.0.4) | 167 | webrick (~> 1.8) |
147 | actionmailer (= 7.0.4) | 168 | rails (7.1.1) |
148 | actionpack (= 7.0.4) | 169 | actioncable (= 7.1.1) |
149 | actiontext (= 7.0.4) | 170 | actionmailbox (= 7.1.1) |
150 | actionview (= 7.0.4) | 171 | actionmailer (= 7.1.1) |
151 | activejob (= 7.0.4) | 172 | actionpack (= 7.1.1) |
152 | activemodel (= 7.0.4) | 173 | actiontext (= 7.1.1) |
153 | activerecord (= 7.0.4) | 174 | actionview (= 7.1.1) |
154 | activestorage (= 7.0.4) | 175 | activejob (= 7.1.1) |
155 | activesupport (= 7.0.4) | 176 | activemodel (= 7.1.1) |
177 | activerecord (= 7.1.1) | ||
178 | activestorage (= 7.1.1) | ||
179 | activesupport (= 7.1.1) | ||
156 | bundler (>= 1.15.0) | 180 | bundler (>= 1.15.0) |
157 | railties (= 7.0.4) | 181 | railties (= 7.1.1) |
158 | rails-dom-testing (2.0.3) | 182 | rails-dom-testing (2.2.0) |
159 | activesupport (>= 4.2.0) | 183 | activesupport (>= 5.0.0) |
184 | minitest | ||
160 | nokogiri (>= 1.6) | 185 | nokogiri (>= 1.6) |
161 | rails-html-sanitizer (1.4.3) | 186 | rails-html-sanitizer (1.6.0) |
162 | loofah (~> 2.3) | 187 | loofah (~> 2.21) |
163 | railties (7.0.4) | 188 | nokogiri (~> 1.14) |
164 | actionpack (= 7.0.4) | 189 | railties (7.1.1) |
165 | activesupport (= 7.0.4) | 190 | actionpack (= 7.1.1) |
166 | method_source | 191 | activesupport (= 7.1.1) |
192 | irb | ||
193 | rackup (>= 1.0.0) | ||
167 | rake (>= 12.2) | 194 | rake (>= 12.2) |
168 | thor (~> 1.0) | 195 | thor (~> 1.0, >= 1.2.2) |
169 | zeitwerk (~> 2.5) | 196 | zeitwerk (~> 2.6) |
170 | rake (13.0.6) | 197 | rake (13.1.0) |
198 | rdoc (6.5.0) | ||
199 | psych (>= 4.0.0) | ||
200 | reline (0.3.9) | ||
201 | io-console (~> 0.5) | ||
202 | ruby2_keywords (0.0.5) | ||
171 | sassc (2.4.0) | 203 | sassc (2.4.0) |
172 | ffi (~> 1.9) | 204 | ffi (~> 1.9) |
173 | sassc-rails (2.1.2) | 205 | sassc-rails (2.1.2) |
@@ -179,27 +211,28 @@ GEM | |||
179 | sequenced (4.0.0) | 211 | sequenced (4.0.0) |
180 | activerecord (>= 3.0) | 212 | activerecord (>= 3.0) |
181 | activesupport (>= 3.0) | 213 | activesupport (>= 3.0) |
182 | sprockets (4.1.1) | 214 | sprockets (4.2.1) |
183 | concurrent-ruby (~> 1.0) | 215 | concurrent-ruby (~> 1.0) |
184 | rack (> 1, < 3) | 216 | rack (>= 2.2.4, < 4) |
185 | sprockets-rails (3.4.2) | 217 | sprockets-rails (3.4.2) |
186 | actionpack (>= 5.2) | 218 | actionpack (>= 5.2) |
187 | activesupport (>= 5.2) | 219 | activesupport (>= 5.2) |
188 | sprockets (>= 3.0.0) | 220 | sprockets (>= 3.0.0) |
189 | sqlite3 (1.5.4) | 221 | sqlite3 (1.6.7) |
190 | mini_portile2 (~> 2.8.0) | 222 | mini_portile2 (~> 2.8.0) |
191 | temple (0.9.1) | 223 | stringio (3.0.8) |
192 | thor (1.2.1) | 224 | temple (0.10.3) |
193 | tilt (2.0.11) | 225 | thor (1.3.0) |
194 | timeout (0.3.1) | 226 | tilt (2.3.0) |
195 | tzinfo (2.0.5) | 227 | timeout (0.4.0) |
228 | tzinfo (2.0.6) | ||
196 | concurrent-ruby (~> 1.0) | 229 | concurrent-ruby (~> 1.0) |
197 | victor (0.3.4) | 230 | victor (0.3.4) |
198 | webrick (1.7.0) | 231 | webrick (1.8.1) |
199 | websocket-driver (0.7.5) | 232 | websocket-driver (0.7.6) |
200 | websocket-extensions (>= 0.1.0) | 233 | websocket-extensions (>= 0.1.0) |
201 | websocket-extensions (0.1.5) | 234 | websocket-extensions (0.1.5) |
202 | zeitwerk (2.6.6) | 235 | zeitwerk (2.6.12) |
203 | 236 | ||
204 | PLATFORMS | 237 | PLATFORMS |
205 | ruby | 238 | ruby |
@@ -210,4 +243,4 @@ DEPENDENCIES | |||
210 | webrick (~> 1.7) | 243 | webrick (~> 1.7) |
211 | 244 | ||
212 | BUNDLED WITH | 245 | BUNDLED WITH |
213 | 1.16.2 | 246 | 2.4.10 |
diff --git a/pokeviewer.gemspec b/pokeviewer.gemspec index 64f0a20..bfbdda7 100644 --- a/pokeviewer.gemspec +++ b/pokeviewer.gemspec | |||
@@ -16,7 +16,7 @@ Gem::Specification.new do |s| | |||
16 | 16 | ||
17 | s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"] | 17 | s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"] |
18 | 18 | ||
19 | s.add_dependency "rails", "~> 7.0.3" | 19 | s.add_dependency "rails", "~> 7.1.0" |
20 | s.add_dependency "enumerize" | 20 | s.add_dependency "enumerize" |
21 | s.add_dependency "sequenced" | 21 | s.add_dependency "sequenced" |
22 | s.add_dependency "activerecord-diff" | 22 | s.add_dependency "activerecord-diff" |