Skip to content

Commit 2e6730b

Browse files
committed
v1.4.1
1 parent 6318ec0 commit 2e6730b

4 files changed

Lines changed: 245 additions & 225 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning].
55

66
## Unreleased
77

8+
## v1.4.1
9+
810
Fix:
911
- Add an expiry to Rails cache store entries.
1012

Gemfile-rails6.1.lock

Lines changed: 122 additions & 113 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
active_currency (1.4.0)
4+
active_currency (1.4.1)
55
after_commit_everywhere (>= 1.3.0)
66
eu_central_bank (>= 1.3.1)
77
money-rails
@@ -10,230 +10,239 @@ PATH
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actioncable (6.1.7.2)
14-
actionpack (= 6.1.7.2)
15-
activesupport (= 6.1.7.2)
13+
actioncable (6.1.7.6)
14+
actionpack (= 6.1.7.6)
15+
activesupport (= 6.1.7.6)
1616
nio4r (~> 2.0)
1717
websocket-driver (>= 0.6.1)
18-
actionmailbox (6.1.7.2)
19-
actionpack (= 6.1.7.2)
20-
activejob (= 6.1.7.2)
21-
activerecord (= 6.1.7.2)
22-
activestorage (= 6.1.7.2)
23-
activesupport (= 6.1.7.2)
18+
actionmailbox (6.1.7.6)
19+
actionpack (= 6.1.7.6)
20+
activejob (= 6.1.7.6)
21+
activerecord (= 6.1.7.6)
22+
activestorage (= 6.1.7.6)
23+
activesupport (= 6.1.7.6)
2424
mail (>= 2.7.1)
25-
actionmailer (6.1.7.2)
26-
actionpack (= 6.1.7.2)
27-
actionview (= 6.1.7.2)
28-
activejob (= 6.1.7.2)
29-
activesupport (= 6.1.7.2)
25+
actionmailer (6.1.7.6)
26+
actionpack (= 6.1.7.6)
27+
actionview (= 6.1.7.6)
28+
activejob (= 6.1.7.6)
29+
activesupport (= 6.1.7.6)
3030
mail (~> 2.5, >= 2.5.4)
3131
rails-dom-testing (~> 2.0)
32-
actionpack (6.1.7.2)
33-
actionview (= 6.1.7.2)
34-
activesupport (= 6.1.7.2)
32+
actionpack (6.1.7.6)
33+
actionview (= 6.1.7.6)
34+
activesupport (= 6.1.7.6)
3535
rack (~> 2.0, >= 2.0.9)
3636
rack-test (>= 0.6.3)
3737
rails-dom-testing (~> 2.0)
3838
rails-html-sanitizer (~> 1.0, >= 1.2.0)
39-
actiontext (6.1.7.2)
40-
actionpack (= 6.1.7.2)
41-
activerecord (= 6.1.7.2)
42-
activestorage (= 6.1.7.2)
43-
activesupport (= 6.1.7.2)
39+
actiontext (6.1.7.6)
40+
actionpack (= 6.1.7.6)
41+
activerecord (= 6.1.7.6)
42+
activestorage (= 6.1.7.6)
43+
activesupport (= 6.1.7.6)
4444
nokogiri (>= 1.8.5)
45-
actionview (6.1.7.2)
46-
activesupport (= 6.1.7.2)
45+
actionview (6.1.7.6)
46+
activesupport (= 6.1.7.6)
4747
builder (~> 3.1)
4848
erubi (~> 1.4)
4949
rails-dom-testing (~> 2.0)
5050
rails-html-sanitizer (~> 1.1, >= 1.2.0)
51-
activejob (6.1.7.2)
52-
activesupport (= 6.1.7.2)
51+
activejob (6.1.7.6)
52+
activesupport (= 6.1.7.6)
5353
globalid (>= 0.3.6)
54-
activemodel (6.1.7.2)
55-
activesupport (= 6.1.7.2)
56-
activerecord (6.1.7.2)
57-
activemodel (= 6.1.7.2)
58-
activesupport (= 6.1.7.2)
59-
activestorage (6.1.7.2)
60-
actionpack (= 6.1.7.2)
61-
activejob (= 6.1.7.2)
62-
activerecord (= 6.1.7.2)
63-
activesupport (= 6.1.7.2)
54+
activemodel (6.1.7.6)
55+
activesupport (= 6.1.7.6)
56+
activerecord (6.1.7.6)
57+
activemodel (= 6.1.7.6)
58+
activesupport (= 6.1.7.6)
59+
activestorage (6.1.7.6)
60+
actionpack (= 6.1.7.6)
61+
activejob (= 6.1.7.6)
62+
activerecord (= 6.1.7.6)
63+
activesupport (= 6.1.7.6)
6464
marcel (~> 1.0)
6565
mini_mime (>= 1.1.0)
66-
activesupport (6.1.7.2)
66+
activesupport (6.1.7.6)
6767
concurrent-ruby (~> 1.0, >= 1.0.2)
6868
i18n (>= 1.6, < 2)
6969
minitest (>= 5.1)
7070
tzinfo (~> 2.0)
7171
zeitwerk (~> 2.3)
72-
after_commit_everywhere (1.3.0)
72+
after_commit_everywhere (1.3.1)
7373
activerecord (>= 4.2)
7474
activesupport
7575
ast (2.4.2)
7676
builder (3.2.4)
7777
coderay (1.1.3)
7878
concurrent-ruby (1.2.2)
7979
crass (1.0.6)
80-
date (3.3.3)
80+
date (3.3.4)
8181
diff-lcs (1.5.0)
8282
erubi (1.12.0)
8383
eu_central_bank (1.7.0)
8484
money (~> 6.13, >= 6.13.6)
8585
nokogiri (~> 1.9)
86-
globalid (1.1.0)
87-
activesupport (>= 5.0)
88-
i18n (1.12.0)
86+
globalid (1.2.1)
87+
activesupport (>= 6.1)
88+
i18n (1.14.1)
8989
concurrent-ruby (~> 1.0)
90-
json (2.6.3)
91-
loofah (2.19.1)
90+
json (2.7.1)
91+
language_server-protocol (3.17.0.3)
92+
loofah (2.22.0)
9293
crass (~> 1.0.2)
93-
nokogiri (>= 1.5.9)
94+
nokogiri (>= 1.12.0)
9495
mail (2.8.1)
9596
mini_mime (>= 0.1.1)
9697
net-imap
9798
net-pop
9899
net-smtp
99100
marcel (1.0.2)
100101
method_source (1.0.0)
101-
mini_mime (1.1.2)
102-
mini_portile2 (2.8.1)
103-
minitest (5.17.0)
102+
mini_mime (1.1.5)
103+
mini_portile2 (2.8.5)
104+
minitest (5.20.0)
104105
monetize (1.12.0)
105106
money (~> 6.12)
106107
money (6.16.0)
107108
i18n (>= 0.6.4, <= 2)
108-
money-open-exchange-rates (1.4.0)
109+
money-open-exchange-rates (1.4.2)
109110
money (~> 6.12)
110111
money-rails (1.15.0)
111112
activesupport (>= 3.0)
112113
monetize (~> 1.9)
113114
money (~> 6.13)
114115
railties (>= 3.0)
115-
net-imap (0.3.4)
116+
net-imap (0.4.8)
116117
date
117118
net-protocol
118119
net-pop (0.1.2)
119120
net-protocol
120-
net-protocol (0.2.1)
121+
net-protocol (0.2.2)
121122
timeout
122-
net-smtp (0.3.3)
123+
net-smtp (0.4.0)
123124
net-protocol
124-
nio4r (2.5.8)
125-
nokogiri (1.14.2)
126-
mini_portile2 (~> 2.8.0)
125+
nio4r (2.7.0)
126+
nokogiri (1.15.5)
127+
mini_portile2 (~> 2.8.2)
127128
racc (~> 1.4)
128-
nokogiri (1.14.2-x86_64-linux)
129+
nokogiri (1.15.5-x86_64-linux)
129130
racc (~> 1.4)
130-
parallel (1.22.1)
131-
parser (3.2.1.0)
131+
parallel (1.24.0)
132+
parser (3.2.2.4)
132133
ast (~> 2.4.1)
134+
racc
133135
pry (0.14.2)
134136
coderay (~> 1.1)
135137
method_source (~> 1.0)
136-
racc (1.6.2)
137-
rack (2.2.6.2)
138-
rack-test (2.0.2)
138+
racc (1.7.3)
139+
rack (2.2.8)
140+
rack-test (2.1.0)
139141
rack (>= 1.3)
140-
rails (6.1.7.2)
141-
actioncable (= 6.1.7.2)
142-
actionmailbox (= 6.1.7.2)
143-
actionmailer (= 6.1.7.2)
144-
actionpack (= 6.1.7.2)
145-
actiontext (= 6.1.7.2)
146-
actionview (= 6.1.7.2)
147-
activejob (= 6.1.7.2)
148-
activemodel (= 6.1.7.2)
149-
activerecord (= 6.1.7.2)
150-
activestorage (= 6.1.7.2)
151-
activesupport (= 6.1.7.2)
142+
rails (6.1.7.6)
143+
actioncable (= 6.1.7.6)
144+
actionmailbox (= 6.1.7.6)
145+
actionmailer (= 6.1.7.6)
146+
actionpack (= 6.1.7.6)
147+
actiontext (= 6.1.7.6)
148+
actionview (= 6.1.7.6)
149+
activejob (= 6.1.7.6)
150+
activemodel (= 6.1.7.6)
151+
activerecord (= 6.1.7.6)
152+
activestorage (= 6.1.7.6)
153+
activesupport (= 6.1.7.6)
152154
bundler (>= 1.15.0)
153-
railties (= 6.1.7.2)
155+
railties (= 6.1.7.6)
154156
sprockets-rails (>= 2.0.0)
155-
rails-dom-testing (2.0.3)
156-
activesupport (>= 4.2.0)
157+
rails-dom-testing (2.2.0)
158+
activesupport (>= 5.0.0)
159+
minitest
157160
nokogiri (>= 1.6)
158-
rails-html-sanitizer (1.5.0)
159-
loofah (~> 2.19, >= 2.19.1)
160-
railties (6.1.7.2)
161-
actionpack (= 6.1.7.2)
162-
activesupport (= 6.1.7.2)
161+
rails-html-sanitizer (1.6.0)
162+
loofah (~> 2.21)
163+
nokogiri (~> 1.14)
164+
railties (6.1.7.6)
165+
actionpack (= 6.1.7.6)
166+
activesupport (= 6.1.7.6)
163167
method_source
164168
rake (>= 12.2)
165169
thor (~> 1.0)
166170
rainbow (3.1.1)
167-
rake (13.0.6)
168-
regexp_parser (2.7.0)
169-
rexml (3.2.5)
171+
rake (13.1.0)
172+
regexp_parser (2.8.3)
173+
rexml (3.2.6)
170174
rspec (3.12.0)
171175
rspec-core (~> 3.12.0)
172176
rspec-expectations (~> 3.12.0)
173177
rspec-mocks (~> 3.12.0)
174-
rspec-core (3.12.1)
178+
rspec-core (3.12.2)
175179
rspec-support (~> 3.12.0)
176-
rspec-expectations (3.12.2)
180+
rspec-expectations (3.12.3)
177181
diff-lcs (>= 1.2.0, < 2.0)
178182
rspec-support (~> 3.12.0)
179183
rspec-github (2.4.0)
180184
rspec-core (~> 3.0)
181-
rspec-mocks (3.12.3)
185+
rspec-mocks (3.12.6)
182186
diff-lcs (>= 1.2.0, < 2.0)
183187
rspec-support (~> 3.12.0)
184-
rspec-rails (6.0.1)
188+
rspec-rails (6.1.0)
185189
actionpack (>= 6.1)
186190
activesupport (>= 6.1)
187191
railties (>= 6.1)
188-
rspec-core (~> 3.11)
189-
rspec-expectations (~> 3.11)
190-
rspec-mocks (~> 3.11)
191-
rspec-support (~> 3.11)
192-
rspec-support (3.12.0)
192+
rspec-core (~> 3.12)
193+
rspec-expectations (~> 3.12)
194+
rspec-mocks (~> 3.12)
195+
rspec-support (~> 3.12)
196+
rspec-support (3.12.1)
193197
rspec_junit_formatter (0.6.0)
194198
rspec-core (>= 2, < 4, != 2.12.0)
195-
rubocop (1.47.0)
199+
rubocop (1.59.0)
196200
json (~> 2.3)
201+
language_server-protocol (>= 3.17.0)
197202
parallel (~> 1.10)
198-
parser (>= 3.2.0.0)
203+
parser (>= 3.2.2.4)
199204
rainbow (>= 2.2.2, < 4.0)
200205
regexp_parser (>= 1.8, < 3.0)
201206
rexml (>= 3.2.5, < 4.0)
202-
rubocop-ast (>= 1.26.0, < 2.0)
207+
rubocop-ast (>= 1.30.0, < 2.0)
203208
ruby-progressbar (~> 1.7)
204209
unicode-display_width (>= 2.4.0, < 3.0)
205-
rubocop-ast (1.27.0)
210+
rubocop-ast (1.30.0)
206211
parser (>= 3.2.1.0)
207-
rubocop-capybara (2.17.1)
212+
rubocop-capybara (2.19.0)
208213
rubocop (~> 1.41)
209-
rubocop-rails (2.18.0)
214+
rubocop-factory_bot (2.24.0)
215+
rubocop (~> 1.33)
216+
rubocop-rails (2.23.0)
210217
activesupport (>= 4.2.0)
211218
rack (>= 1.1)
212219
rubocop (>= 1.33.0, < 2.0)
213-
rubocop-rspec (2.18.1)
214-
rubocop (~> 1.33)
220+
rubocop-ast (>= 1.30.0, < 2.0)
221+
rubocop-rspec (2.25.0)
222+
rubocop (~> 1.40)
215223
rubocop-capybara (~> 2.17)
216-
ruby-progressbar (1.12.0)
217-
sprockets (4.2.0)
224+
rubocop-factory_bot (~> 2.22)
225+
ruby-progressbar (1.13.0)
226+
sprockets (4.2.1)
218227
concurrent-ruby (~> 1.0)
219228
rack (>= 2.2.4, < 4)
220229
sprockets-rails (3.4.2)
221230
actionpack (>= 5.2)
222231
activesupport (>= 5.2)
223232
sprockets (>= 3.0.0)
224-
sqlite3 (1.6.1)
233+
sqlite3 (1.6.9)
225234
mini_portile2 (~> 2.8.0)
226-
sqlite3 (1.6.1-x86_64-linux)
227-
thor (1.2.1)
228-
timecop (0.9.6)
229-
timeout (0.3.2)
235+
sqlite3 (1.6.9-x86_64-linux)
236+
thor (1.3.0)
237+
timecop (0.9.8)
238+
timeout (0.4.1)
230239
tzinfo (2.0.6)
231240
concurrent-ruby (~> 1.0)
232-
unicode-display_width (2.4.2)
233-
websocket-driver (0.7.5)
241+
unicode-display_width (2.5.0)
242+
websocket-driver (0.7.6)
234243
websocket-extensions (>= 0.1.0)
235244
websocket-extensions (0.1.5)
236-
zeitwerk (2.6.7)
245+
zeitwerk (2.6.12)
237246

238247
PLATFORMS
239248
ruby
@@ -255,4 +264,4 @@ DEPENDENCIES
255264
timecop
256265

257266
BUNDLED WITH
258-
2.4.6
267+
2.4.22

0 commit comments

Comments
 (0)