esse-rails 0.0.2 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 99954456a98fabb1f93e3b1bf49f35304223e195da31c3747faf41b2b27fd917
4
- data.tar.gz: e030db114c19d4d3d9586fdfb7394bf9c26b9be29e399ebb2a8b7cbd15c5e52e
3
+ metadata.gz: 30bb018237c55df0fe5ddb5b4e963105212a8597ab501175abd37545f3cf15b1
4
+ data.tar.gz: 324225734b14a6ae074d68bb9cf3ad7b61b2f3fc027a75c65cc0e5cec8f81622
5
5
  SHA512:
6
- metadata.gz: e747467f1a1cabe4da5f1099a4e5835e144adea24f5e6022c465a0aafc21f4a630fff49fc9e096bdc5bb7bbc340e79ee7572bc79290ca723804eb252eb9edfce
7
- data.tar.gz: 70f326b3f5013a3a197d17104f8ed7b7aed720a9ba1556b621488a4566d9095cde125e64787392cdbbc74a53e96c125030e4b8fda1776768dc7ac97e6e4c68a9
6
+ metadata.gz: 6caea505e72e671b19c325c621ffa8938080053cf7c271f11b70821eafb4a491074617a88bd453981f19c6ed38067b402c2da92076ca8864a23cb01e88afed8b
7
+ data.tar.gz: 455f99e777459a6d69e6903956ad12de3d29e38ae6da42cca2614688c79bc49cc9e0f06fff5f9af0ca56fa46c3a73b721da176d9b7f1fc2043f74d893ad81364
data/Gemfile.lock CHANGED
@@ -2,7 +2,7 @@ PATH
2
2
  remote: .
3
3
  specs:
4
4
  esse-rails (0.0.2)
5
- activesupport (>= 4.2, < 8)
5
+ activesupport (>= 4.2)
6
6
  esse (>= 0.2.2)
7
7
 
8
8
  GEM
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # esse-rails
2
- Ruby on Rails extensions for "esse" elasticsearch/opensearch client
2
+ Ruby on Rails extensions for [esse](https://github.com/marcosgz/esse) elasticsearch/opensearch client
3
3
 
4
4
  ## Installation
5
5
 
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- esse-rails (0.0.2)
5
- activesupport (>= 4.2, < 8)
4
+ esse-rails (0.0.4)
5
+ activesupport (>= 4.2)
6
6
  esse (>= 0.2.2)
7
7
 
8
8
  GEM
@@ -37,7 +37,7 @@ GEM
37
37
  crass (1.0.6)
38
38
  diff-lcs (1.5.0)
39
39
  erubi (1.12.0)
40
- esse (0.2.3)
40
+ esse (0.3.5)
41
41
  multi_json
42
42
  thor (>= 0.19)
43
43
  hashdiff (1.0.1)
@@ -169,4 +169,4 @@ DEPENDENCIES
169
169
  yard (~> 0.9.20)
170
170
 
171
171
  BUNDLED WITH
172
- 2.4.13
172
+ 2.3.26
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- esse-rails (0.0.2)
5
- activesupport (>= 4.2, < 8)
4
+ esse-rails (0.0.4)
5
+ activesupport (>= 4.2)
6
6
  esse (>= 0.2.2)
7
7
 
8
8
  GEM
@@ -38,7 +38,7 @@ GEM
38
38
  crass (1.0.6)
39
39
  diff-lcs (1.5.0)
40
40
  erubi (1.12.0)
41
- esse (0.2.3)
41
+ esse (0.3.5)
42
42
  multi_json
43
43
  thor (>= 0.19)
44
44
  hashdiff (1.0.1)
@@ -170,4 +170,4 @@ DEPENDENCIES
170
170
  yard (~> 0.9.20)
171
171
 
172
172
  BUNDLED WITH
173
- 2.4.13
173
+ 2.3.22
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "railties", "~> 7.2"
6
+
7
+ gemspec path: ".."
@@ -0,0 +1,213 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ esse-rails (0.0.4)
5
+ activesupport (>= 4.2)
6
+ esse (>= 0.2.2)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ actionpack (7.2.2)
12
+ actionview (= 7.2.2)
13
+ activesupport (= 7.2.2)
14
+ nokogiri (>= 1.8.5)
15
+ racc
16
+ rack (>= 2.2.4, < 3.2)
17
+ rack-session (>= 1.0.1)
18
+ rack-test (>= 0.6.3)
19
+ rails-dom-testing (~> 2.2)
20
+ rails-html-sanitizer (~> 1.6)
21
+ useragent (~> 0.16)
22
+ actionview (7.2.2)
23
+ activesupport (= 7.2.2)
24
+ builder (~> 3.1)
25
+ erubi (~> 1.11)
26
+ rails-dom-testing (~> 2.2)
27
+ rails-html-sanitizer (~> 1.6)
28
+ activesupport (7.2.2)
29
+ base64
30
+ benchmark (>= 0.3)
31
+ bigdecimal
32
+ concurrent-ruby (~> 1.0, >= 1.3.1)
33
+ connection_pool (>= 2.2.5)
34
+ drb
35
+ i18n (>= 1.6, < 2)
36
+ logger (>= 1.4.2)
37
+ minitest (>= 5.1)
38
+ securerandom (>= 0.3)
39
+ tzinfo (~> 2.0, >= 2.0.5)
40
+ addressable (2.8.7)
41
+ public_suffix (>= 2.0.2, < 7.0)
42
+ ast (2.4.2)
43
+ base64 (0.2.0)
44
+ benchmark (0.4.0)
45
+ bigdecimal (3.1.8)
46
+ builder (3.3.0)
47
+ coderay (1.1.3)
48
+ concurrent-ruby (1.3.4)
49
+ connection_pool (2.4.1)
50
+ crack (1.0.0)
51
+ bigdecimal
52
+ rexml
53
+ crass (1.0.6)
54
+ diff-lcs (1.5.1)
55
+ drb (2.2.1)
56
+ erubi (1.13.0)
57
+ esse (0.3.5)
58
+ multi_json
59
+ thor (>= 0.19)
60
+ hashdiff (1.1.2)
61
+ i18n (1.14.6)
62
+ concurrent-ruby (~> 1.0)
63
+ io-console (0.7.2)
64
+ irb (1.14.1)
65
+ rdoc (>= 4.0.0)
66
+ reline (>= 0.4.2)
67
+ json (2.8.2)
68
+ language_server-protocol (3.17.0.3)
69
+ lint_roller (1.1.0)
70
+ logger (1.6.1)
71
+ lograge (0.14.0)
72
+ actionpack (>= 4)
73
+ activesupport (>= 4)
74
+ railties (>= 4)
75
+ request_store (~> 1.0)
76
+ loofah (2.23.1)
77
+ crass (~> 1.0.2)
78
+ nokogiri (>= 1.12.0)
79
+ method_source (1.1.0)
80
+ minitest (5.25.2)
81
+ multi_json (1.15.0)
82
+ nokogiri (1.16.7-x86_64-linux)
83
+ racc (~> 1.4)
84
+ parallel (1.26.3)
85
+ parser (3.3.6.0)
86
+ ast (~> 2.4.1)
87
+ racc
88
+ pry (0.15.0)
89
+ coderay (~> 1.1)
90
+ method_source (~> 1.0)
91
+ psych (5.2.0)
92
+ stringio
93
+ public_suffix (6.0.1)
94
+ racc (1.8.1)
95
+ rack (3.1.8)
96
+ rack-session (2.0.0)
97
+ rack (>= 3.0.0)
98
+ rack-test (2.1.0)
99
+ rack (>= 1.3)
100
+ rackup (2.2.1)
101
+ rack (>= 3)
102
+ rails-dom-testing (2.2.0)
103
+ activesupport (>= 5.0.0)
104
+ minitest
105
+ nokogiri (>= 1.6)
106
+ rails-html-sanitizer (1.6.0)
107
+ loofah (~> 2.21)
108
+ nokogiri (~> 1.14)
109
+ railties (7.2.2)
110
+ actionpack (= 7.2.2)
111
+ activesupport (= 7.2.2)
112
+ irb (~> 1.13)
113
+ rackup (>= 1.0.0)
114
+ rake (>= 12.2)
115
+ thor (~> 1.0, >= 1.2.2)
116
+ zeitwerk (~> 2.6)
117
+ rainbow (3.1.1)
118
+ rake (12.3.3)
119
+ rdoc (6.8.1)
120
+ psych (>= 4.0.0)
121
+ regexp_parser (2.9.2)
122
+ reline (0.5.11)
123
+ io-console (~> 0.5)
124
+ request_store (1.7.0)
125
+ rack (>= 1.4)
126
+ rexml (3.3.9)
127
+ rspec (3.13.0)
128
+ rspec-core (~> 3.13.0)
129
+ rspec-expectations (~> 3.13.0)
130
+ rspec-mocks (~> 3.13.0)
131
+ rspec-core (3.13.2)
132
+ rspec-support (~> 3.13.0)
133
+ rspec-expectations (3.13.3)
134
+ diff-lcs (>= 1.2.0, < 2.0)
135
+ rspec-support (~> 3.13.0)
136
+ rspec-mocks (3.13.2)
137
+ diff-lcs (>= 1.2.0, < 2.0)
138
+ rspec-support (~> 3.13.0)
139
+ rspec-support (3.13.1)
140
+ rubocop (1.69.0)
141
+ json (~> 2.3)
142
+ language_server-protocol (>= 3.17.0)
143
+ parallel (~> 1.10)
144
+ parser (>= 3.3.0.2)
145
+ rainbow (>= 2.2.2, < 4.0)
146
+ regexp_parser (>= 2.4, < 3.0)
147
+ rubocop-ast (>= 1.36.1, < 2.0)
148
+ ruby-progressbar (~> 1.7)
149
+ unicode-display_width (>= 2.4.0, < 4.0)
150
+ rubocop-ast (1.36.2)
151
+ parser (>= 3.3.1.0)
152
+ rubocop-capybara (2.21.0)
153
+ rubocop (~> 1.41)
154
+ rubocop-factory_bot (2.26.1)
155
+ rubocop (~> 1.61)
156
+ rubocop-performance (1.22.1)
157
+ rubocop (>= 1.48.1, < 2.0)
158
+ rubocop-ast (>= 1.31.1, < 2.0)
159
+ rubocop-rspec (2.31.0)
160
+ rubocop (~> 1.40)
161
+ rubocop-capybara (~> 2.17)
162
+ rubocop-factory_bot (~> 2.22)
163
+ rubocop-rspec_rails (~> 2.28)
164
+ rubocop-rspec_rails (2.29.1)
165
+ rubocop (~> 1.61)
166
+ ruby-progressbar (1.13.0)
167
+ securerandom (0.3.2)
168
+ standard (1.35.0.1)
169
+ language_server-protocol (~> 3.17.0.2)
170
+ lint_roller (~> 1.0)
171
+ rubocop (~> 1.62)
172
+ standard-custom (~> 1.0.0)
173
+ standard-performance (~> 1.3)
174
+ standard-custom (1.0.2)
175
+ lint_roller (~> 1.0)
176
+ rubocop (~> 1.50)
177
+ standard-performance (1.5.0)
178
+ lint_roller (~> 1.1)
179
+ rubocop-performance (~> 1.22.0)
180
+ stringio (3.1.2)
181
+ thor (1.3.2)
182
+ tzinfo (2.0.6)
183
+ concurrent-ruby (~> 1.0)
184
+ unicode-display_width (3.1.2)
185
+ unicode-emoji (~> 4.0, >= 4.0.4)
186
+ unicode-emoji (4.0.4)
187
+ useragent (0.16.10)
188
+ webmock (3.24.0)
189
+ addressable (>= 2.8.0)
190
+ crack (>= 0.3.2)
191
+ hashdiff (>= 0.4.0, < 2.0.0)
192
+ yard (0.9.37)
193
+ zeitwerk (2.7.1)
194
+
195
+ PLATFORMS
196
+ x86_64-linux
197
+
198
+ DEPENDENCIES
199
+ esse-rails!
200
+ lograge
201
+ pry
202
+ railties (~> 7.2)
203
+ rake (~> 12.3)
204
+ rspec (~> 3.0)
205
+ rubocop (~> 1.20)
206
+ rubocop-performance (~> 1.11, >= 1.11.5)
207
+ rubocop-rspec (~> 2.4)
208
+ standard (~> 1.3)
209
+ webmock (~> 3.14)
210
+ yard (~> 0.9.20)
211
+
212
+ BUNDLED WITH
213
+ 2.4.13
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "railties", "~> 8.0"
6
+
7
+ gemspec path: ".."
@@ -0,0 +1,214 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ esse-rails (0.0.4)
5
+ activesupport (>= 4.2)
6
+ esse (>= 0.2.2)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ actionpack (8.0.0)
12
+ actionview (= 8.0.0)
13
+ activesupport (= 8.0.0)
14
+ nokogiri (>= 1.8.5)
15
+ rack (>= 2.2.4)
16
+ rack-session (>= 1.0.1)
17
+ rack-test (>= 0.6.3)
18
+ rails-dom-testing (~> 2.2)
19
+ rails-html-sanitizer (~> 1.6)
20
+ useragent (~> 0.16)
21
+ actionview (8.0.0)
22
+ activesupport (= 8.0.0)
23
+ builder (~> 3.1)
24
+ erubi (~> 1.11)
25
+ rails-dom-testing (~> 2.2)
26
+ rails-html-sanitizer (~> 1.6)
27
+ activesupport (8.0.0)
28
+ base64
29
+ benchmark (>= 0.3)
30
+ bigdecimal
31
+ concurrent-ruby (~> 1.0, >= 1.3.1)
32
+ connection_pool (>= 2.2.5)
33
+ drb
34
+ i18n (>= 1.6, < 2)
35
+ logger (>= 1.4.2)
36
+ minitest (>= 5.1)
37
+ securerandom (>= 0.3)
38
+ tzinfo (~> 2.0, >= 2.0.5)
39
+ uri (>= 0.13.1)
40
+ addressable (2.8.7)
41
+ public_suffix (>= 2.0.2, < 7.0)
42
+ ast (2.4.2)
43
+ base64 (0.2.0)
44
+ benchmark (0.4.0)
45
+ bigdecimal (3.1.8)
46
+ builder (3.3.0)
47
+ coderay (1.1.3)
48
+ concurrent-ruby (1.3.4)
49
+ connection_pool (2.4.1)
50
+ crack (1.0.0)
51
+ bigdecimal
52
+ rexml
53
+ crass (1.0.6)
54
+ diff-lcs (1.5.1)
55
+ drb (2.2.1)
56
+ erubi (1.13.0)
57
+ esse (0.3.5)
58
+ multi_json
59
+ thor (>= 0.19)
60
+ hashdiff (1.1.2)
61
+ i18n (1.14.6)
62
+ concurrent-ruby (~> 1.0)
63
+ io-console (0.7.2)
64
+ irb (1.14.1)
65
+ rdoc (>= 4.0.0)
66
+ reline (>= 0.4.2)
67
+ json (2.8.2)
68
+ language_server-protocol (3.17.0.3)
69
+ lint_roller (1.1.0)
70
+ logger (1.6.1)
71
+ lograge (0.14.0)
72
+ actionpack (>= 4)
73
+ activesupport (>= 4)
74
+ railties (>= 4)
75
+ request_store (~> 1.0)
76
+ loofah (2.23.1)
77
+ crass (~> 1.0.2)
78
+ nokogiri (>= 1.12.0)
79
+ method_source (1.1.0)
80
+ minitest (5.25.2)
81
+ multi_json (1.15.0)
82
+ nokogiri (1.16.7-x86_64-linux)
83
+ racc (~> 1.4)
84
+ parallel (1.26.3)
85
+ parser (3.3.6.0)
86
+ ast (~> 2.4.1)
87
+ racc
88
+ pry (0.15.0)
89
+ coderay (~> 1.1)
90
+ method_source (~> 1.0)
91
+ psych (5.2.0)
92
+ stringio
93
+ public_suffix (6.0.1)
94
+ racc (1.8.1)
95
+ rack (3.1.8)
96
+ rack-session (2.0.0)
97
+ rack (>= 3.0.0)
98
+ rack-test (2.1.0)
99
+ rack (>= 1.3)
100
+ rackup (2.2.1)
101
+ rack (>= 3)
102
+ rails-dom-testing (2.2.0)
103
+ activesupport (>= 5.0.0)
104
+ minitest
105
+ nokogiri (>= 1.6)
106
+ rails-html-sanitizer (1.6.0)
107
+ loofah (~> 2.21)
108
+ nokogiri (~> 1.14)
109
+ railties (8.0.0)
110
+ actionpack (= 8.0.0)
111
+ activesupport (= 8.0.0)
112
+ irb (~> 1.13)
113
+ rackup (>= 1.0.0)
114
+ rake (>= 12.2)
115
+ thor (~> 1.0, >= 1.2.2)
116
+ zeitwerk (~> 2.6)
117
+ rainbow (3.1.1)
118
+ rake (12.3.3)
119
+ rdoc (6.8.1)
120
+ psych (>= 4.0.0)
121
+ regexp_parser (2.9.2)
122
+ reline (0.5.11)
123
+ io-console (~> 0.5)
124
+ request_store (1.7.0)
125
+ rack (>= 1.4)
126
+ rexml (3.3.9)
127
+ rspec (3.13.0)
128
+ rspec-core (~> 3.13.0)
129
+ rspec-expectations (~> 3.13.0)
130
+ rspec-mocks (~> 3.13.0)
131
+ rspec-core (3.13.2)
132
+ rspec-support (~> 3.13.0)
133
+ rspec-expectations (3.13.3)
134
+ diff-lcs (>= 1.2.0, < 2.0)
135
+ rspec-support (~> 3.13.0)
136
+ rspec-mocks (3.13.2)
137
+ diff-lcs (>= 1.2.0, < 2.0)
138
+ rspec-support (~> 3.13.0)
139
+ rspec-support (3.13.1)
140
+ rubocop (1.69.0)
141
+ json (~> 2.3)
142
+ language_server-protocol (>= 3.17.0)
143
+ parallel (~> 1.10)
144
+ parser (>= 3.3.0.2)
145
+ rainbow (>= 2.2.2, < 4.0)
146
+ regexp_parser (>= 2.4, < 3.0)
147
+ rubocop-ast (>= 1.36.1, < 2.0)
148
+ ruby-progressbar (~> 1.7)
149
+ unicode-display_width (>= 2.4.0, < 4.0)
150
+ rubocop-ast (1.36.2)
151
+ parser (>= 3.3.1.0)
152
+ rubocop-capybara (2.21.0)
153
+ rubocop (~> 1.41)
154
+ rubocop-factory_bot (2.26.1)
155
+ rubocop (~> 1.61)
156
+ rubocop-performance (1.22.1)
157
+ rubocop (>= 1.48.1, < 2.0)
158
+ rubocop-ast (>= 1.31.1, < 2.0)
159
+ rubocop-rspec (2.31.0)
160
+ rubocop (~> 1.40)
161
+ rubocop-capybara (~> 2.17)
162
+ rubocop-factory_bot (~> 2.22)
163
+ rubocop-rspec_rails (~> 2.28)
164
+ rubocop-rspec_rails (2.29.1)
165
+ rubocop (~> 1.61)
166
+ ruby-progressbar (1.13.0)
167
+ securerandom (0.3.2)
168
+ standard (1.35.0.1)
169
+ language_server-protocol (~> 3.17.0.2)
170
+ lint_roller (~> 1.0)
171
+ rubocop (~> 1.62)
172
+ standard-custom (~> 1.0.0)
173
+ standard-performance (~> 1.3)
174
+ standard-custom (1.0.2)
175
+ lint_roller (~> 1.0)
176
+ rubocop (~> 1.50)
177
+ standard-performance (1.5.0)
178
+ lint_roller (~> 1.1)
179
+ rubocop-performance (~> 1.22.0)
180
+ stringio (3.1.2)
181
+ thor (1.3.2)
182
+ tzinfo (2.0.6)
183
+ concurrent-ruby (~> 1.0)
184
+ unicode-display_width (3.1.2)
185
+ unicode-emoji (~> 4.0, >= 4.0.4)
186
+ unicode-emoji (4.0.4)
187
+ uri (1.0.2)
188
+ useragent (0.16.10)
189
+ webmock (3.24.0)
190
+ addressable (>= 2.8.0)
191
+ crack (>= 0.3.2)
192
+ hashdiff (>= 0.4.0, < 2.0.0)
193
+ yard (0.9.37)
194
+ zeitwerk (2.7.1)
195
+
196
+ PLATFORMS
197
+ x86_64-linux
198
+
199
+ DEPENDENCIES
200
+ esse-rails!
201
+ lograge
202
+ pry
203
+ railties (~> 8.0)
204
+ rake (~> 12.3)
205
+ rspec (~> 3.0)
206
+ rubocop (~> 1.20)
207
+ rubocop-performance (~> 1.11, >= 1.11.5)
208
+ rubocop-rspec (~> 2.4)
209
+ standard (~> 1.3)
210
+ webmock (~> 3.14)
211
+ yard (~> 0.9.20)
212
+
213
+ BUNDLED WITH
214
+ 2.4.13
@@ -37,7 +37,7 @@ module Esse
37
37
  def cleanup_view_runtime
38
38
  if logger&.info?
39
39
  search_rt_before_render = Esse::Rails::Instrumentation::RuntimeRegistry.reset
40
- self.esse_runtime = (db_runtime || 0) + search_rt_before_render
40
+ self.esse_runtime = (respond_to?(:db_runtime) && db_runtime || 0) + search_rt_before_render
41
41
  runtime = super
42
42
  search_rt_after_render = Esse::Rails::Instrumentation::RuntimeRegistry.reset
43
43
  self.esse_runtime += search_rt_after_render
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Esse
4
4
  module Rails
5
- VERSION = "0.0.2"
5
+ VERSION = "0.0.4"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: esse-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcos G. Zimmermann
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-11-15 00:00:00.000000000 Z
11
+ date: 2024-11-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: esse
@@ -31,9 +31,6 @@ dependencies:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '4.2'
34
- - - "<"
35
- - !ruby/object:Gem::Version
36
- version: '8'
37
34
  type: :runtime
38
35
  prerelease: false
39
36
  version_requirements: !ruby/object:Gem::Requirement
@@ -41,9 +38,6 @@ dependencies:
41
38
  - - ">="
42
39
  - !ruby/object:Gem::Version
43
40
  version: '4.2'
44
- - - "<"
45
- - !ruby/object:Gem::Version
46
- version: '8'
47
41
  - !ruby/object:Gem::Dependency
48
42
  name: lograge
49
43
  requirement: !ruby/object:Gem::Requirement
@@ -207,6 +201,10 @@ files:
207
201
  - ci/Gemfile.rails-5.2.lock
208
202
  - ci/Gemfile.rails-6.1
209
203
  - ci/Gemfile.rails-6.1.lock
204
+ - ci/Gemfile.rails-7.2
205
+ - ci/Gemfile.rails-7.2.lock
206
+ - ci/Gemfile.rails-8.0
207
+ - ci/Gemfile.rails-8.0.lock
210
208
  - lib/esse-rails.rb
211
209
  - lib/esse/rails.rb
212
210
  - lib/esse/rails/cli/autoloader.rb
@@ -237,7 +235,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
237
235
  - !ruby/object:Gem::Version
238
236
  version: '0'
239
237
  requirements: []
240
- rubygems_version: 3.3.7
238
+ rubygems_version: 3.4.10
241
239
  signing_key:
242
240
  specification_version: 4
243
241
  summary: Esse on Rails