Skip to content

Commit 002c99e

Browse files
committed
version 2.8.3
1 parent 6310eb5 commit 002c99e

File tree

3 files changed

+44
-40
lines changed

3 files changed

+44
-40
lines changed

Gemfile.lock

+42-38
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
PATH
22
remote: .
33
specs:
4-
rails-settings-cached (2.8.2)
4+
rails-settings-cached (2.8.3)
55
activerecord (>= 5.0.0)
66
railties (>= 5.0.0)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actionpack (7.0.2.2)
12-
actionview (= 7.0.2.2)
13-
activesupport (= 7.0.2.2)
11+
actionpack (7.0.4)
12+
actionview (= 7.0.4)
13+
activesupport (= 7.0.4)
1414
rack (~> 2.0, >= 2.2.0)
1515
rack-test (>= 0.6.3)
1616
rails-dom-testing (~> 2.0)
1717
rails-html-sanitizer (~> 1.0, >= 1.2.0)
18-
actionview (7.0.2.2)
19-
activesupport (= 7.0.2.2)
18+
actionview (7.0.4)
19+
activesupport (= 7.0.4)
2020
builder (~> 3.1)
2121
erubi (~> 1.4)
2222
rails-dom-testing (~> 2.0)
2323
rails-html-sanitizer (~> 1.1, >= 1.2.0)
24-
activemodel (7.0.2.2)
25-
activesupport (= 7.0.2.2)
26-
activerecord (7.0.2.2)
27-
activemodel (= 7.0.2.2)
28-
activesupport (= 7.0.2.2)
29-
activesupport (7.0.2.2)
24+
activemodel (7.0.4)
25+
activesupport (= 7.0.4)
26+
activerecord (7.0.4)
27+
activemodel (= 7.0.4)
28+
activesupport (= 7.0.4)
29+
activesupport (7.0.4)
3030
concurrent-ruby (~> 1.0, >= 1.0.2)
3131
i18n (>= 1.6, < 2)
3232
minitest (>= 5.1)
@@ -35,62 +35,66 @@ GEM
3535
builder (3.2.4)
3636
concurrent-ruby (1.1.10)
3737
crass (1.0.6)
38-
erubi (1.10.0)
39-
i18n (1.10.0)
38+
erubi (1.11.0)
39+
i18n (1.12.0)
4040
concurrent-ruby (~> 1.0)
41-
loofah (2.18.0)
41+
json (2.6.3)
42+
loofah (2.19.1)
4243
crass (~> 1.0.2)
4344
nokogiri (>= 1.5.9)
4445
method_source (1.0.0)
4546
mini_portile2 (2.8.0)
46-
minitest (5.15.0)
47-
nokogiri (1.13.6)
47+
minitest (5.16.3)
48+
nokogiri (1.13.10)
4849
mini_portile2 (~> 2.8.0)
4950
racc (~> 1.4)
50-
nokogiri (1.13.6-x86_64-darwin)
51+
nokogiri (1.13.10-x86_64-darwin)
5152
racc (~> 1.4)
5253
parallel (1.22.1)
53-
parser (3.1.2.0)
54+
parser (3.1.3.0)
5455
ast (~> 2.4.1)
55-
pg (1.3.5)
56-
racc (1.6.0)
57-
rack (2.2.3.1)
58-
rack-test (1.1.0)
59-
rack (>= 1.0, < 3)
56+
pg (1.4.5)
57+
racc (1.6.1)
58+
rack (2.2.4)
59+
rack-test (2.0.2)
60+
rack (>= 1.3)
6061
rails-dom-testing (2.0.3)
6162
activesupport (>= 4.2.0)
6263
nokogiri (>= 1.6)
63-
rails-html-sanitizer (1.4.3)
64-
loofah (~> 2.3)
65-
railties (7.0.3)
66-
actionpack (= 7.0.3)
67-
activesupport (= 7.0.3)
64+
rails-html-sanitizer (1.4.4)
65+
loofah (~> 2.19, >= 2.19.1)
66+
railties (7.0.4)
67+
actionpack (= 7.0.4)
68+
activesupport (= 7.0.4)
6869
method_source
6970
rake (>= 12.2)
7071
thor (~> 1.0)
7172
zeitwerk (~> 2.5)
7273
rainbow (3.1.1)
7374
rake (13.0.6)
74-
regexp_parser (2.5.0)
75+
regexp_parser (2.6.1)
7576
rexml (3.2.5)
76-
rubocop (1.30.1)
77+
rubocop (1.40.0)
78+
json (~> 2.3)
7779
parallel (~> 1.10)
78-
parser (>= 3.1.0.0)
80+
parser (>= 3.1.2.1)
7981
rainbow (>= 2.2.2, < 4.0)
8082
regexp_parser (>= 1.8, < 3.0)
8183
rexml (>= 3.2.5, < 4.0)
82-
rubocop-ast (>= 1.18.0, < 2.0)
84+
rubocop-ast (>= 1.23.0, < 2.0)
8385
ruby-progressbar (~> 1.7)
8486
unicode-display_width (>= 1.4.0, < 3.0)
85-
rubocop-ast (1.18.0)
87+
rubocop-ast (1.24.0)
8688
parser (>= 3.1.1.0)
8789
ruby-progressbar (1.11.0)
88-
sqlite3 (1.4.2)
90+
sqlite3 (1.5.4)
91+
mini_portile2 (~> 2.8.0)
92+
sqlite3 (1.5.4-x86_64-darwin)
8993
thor (1.2.1)
90-
tzinfo (2.0.4)
94+
tzinfo (2.0.5)
9195
concurrent-ruby (~> 1.0)
92-
unicode-display_width (2.1.0)
93-
zeitwerk (2.5.4)
96+
unicode-display_width (2.3.0)
97+
zeitwerk (2.6.6)
9498

9599
PLATFORMS
96100
ruby

docs/backward-compatible-to-scoped-settings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Backward compatible to support 0.x scoped settings
1+
# Backward compatible to support 0.x scoped settings
22

33
The old `Scoped Settings` implement:
44

lib/rails-settings/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module RailsSettings
44
class << self
55
def version
6-
"2.8.2"
6+
"2.8.3"
77
end
88
end
99
end

0 commit comments

Comments
 (0)