Skip to content

Commit 815126f

Browse files
committed
version 2.9.2
1 parent d0a51d9 commit 815126f

File tree

2 files changed

+51
-47
lines changed

2 files changed

+51
-47
lines changed

Gemfile.lock

+50-46
Original file line numberDiff line numberDiff line change
@@ -1,97 +1,101 @@
11
PATH
22
remote: .
33
specs:
4-
rails-settings-cached (2.9.1)
4+
rails-settings-cached (2.9.2)
55
activerecord (>= 5.0.0)
66
railties (>= 5.0.0)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actionpack (7.0.4)
12-
actionview (= 7.0.4)
13-
activesupport (= 7.0.4)
14-
rack (~> 2.0, >= 2.2.0)
11+
actionpack (7.0.5)
12+
actionview (= 7.0.5)
13+
activesupport (= 7.0.5)
14+
rack (~> 2.0, >= 2.2.4)
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.4)
19-
activesupport (= 7.0.4)
18+
actionview (7.0.5)
19+
activesupport (= 7.0.5)
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.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)
24+
activemodel (7.0.5)
25+
activesupport (= 7.0.5)
26+
activerecord (7.0.5)
27+
activemodel (= 7.0.5)
28+
activesupport (= 7.0.5)
29+
activesupport (7.0.5)
3030
concurrent-ruby (~> 1.0, >= 1.0.2)
3131
i18n (>= 1.6, < 2)
3232
minitest (>= 5.1)
3333
tzinfo (~> 2.0)
3434
ast (2.4.2)
3535
builder (3.2.4)
36-
concurrent-ruby (1.1.10)
36+
concurrent-ruby (1.2.2)
3737
crass (1.0.6)
38-
erubi (1.11.0)
39-
i18n (1.12.0)
38+
erubi (1.12.0)
39+
i18n (1.14.0)
4040
concurrent-ruby (~> 1.0)
4141
json (2.6.3)
42-
loofah (2.19.1)
42+
loofah (2.21.3)
4343
crass (~> 1.0.2)
44-
nokogiri (>= 1.5.9)
44+
nokogiri (>= 1.12.0)
4545
method_source (1.0.0)
46-
mini_portile2 (2.8.0)
47-
minitest (5.16.3)
48-
nokogiri (1.13.10)
49-
mini_portile2 (~> 2.8.0)
46+
mini_portile2 (2.8.2)
47+
minitest (5.18.0)
48+
nokogiri (1.15.2)
49+
mini_portile2 (~> 2.8.2)
50+
racc (~> 1.4)
51+
nokogiri (1.15.2-x86_64-darwin)
5052
racc (~> 1.4)
51-
parallel (1.22.1)
52-
parser (3.1.3.0)
53+
parallel (1.23.0)
54+
parser (3.2.2.1)
5355
ast (~> 2.4.1)
54-
pg (1.4.5)
55-
racc (1.6.1)
56-
rack (2.2.4)
57-
rack-test (2.0.2)
56+
pg (1.5.3)
57+
racc (1.6.2)
58+
rack (2.2.7)
59+
rack-test (2.1.0)
5860
rack (>= 1.3)
5961
rails-dom-testing (2.0.3)
6062
activesupport (>= 4.2.0)
6163
nokogiri (>= 1.6)
62-
rails-html-sanitizer (1.4.4)
63-
loofah (~> 2.19, >= 2.19.1)
64-
railties (7.0.4)
65-
actionpack (= 7.0.4)
66-
activesupport (= 7.0.4)
64+
rails-html-sanitizer (1.6.0)
65+
loofah (~> 2.21)
66+
nokogiri (~> 1.14)
67+
railties (7.0.5)
68+
actionpack (= 7.0.5)
69+
activesupport (= 7.0.5)
6770
method_source
6871
rake (>= 12.2)
6972
thor (~> 1.0)
7073
zeitwerk (~> 2.5)
7174
rainbow (3.1.1)
7275
rake (13.0.6)
73-
regexp_parser (2.6.1)
76+
regexp_parser (2.8.0)
7477
rexml (3.2.5)
75-
rubocop (1.40.0)
78+
rubocop (1.51.0)
7679
json (~> 2.3)
7780
parallel (~> 1.10)
78-
parser (>= 3.1.2.1)
81+
parser (>= 3.2.0.0)
7982
rainbow (>= 2.2.2, < 4.0)
8083
regexp_parser (>= 1.8, < 3.0)
8184
rexml (>= 3.2.5, < 4.0)
82-
rubocop-ast (>= 1.23.0, < 2.0)
85+
rubocop-ast (>= 1.28.0, < 2.0)
8386
ruby-progressbar (~> 1.7)
84-
unicode-display_width (>= 1.4.0, < 3.0)
85-
rubocop-ast (1.24.0)
86-
parser (>= 3.1.1.0)
87-
ruby-progressbar (1.11.0)
88-
sqlite3 (1.5.4)
87+
unicode-display_width (>= 2.4.0, < 3.0)
88+
rubocop-ast (1.29.0)
89+
parser (>= 3.2.1.0)
90+
ruby-progressbar (1.13.0)
91+
sqlite3 (1.6.3)
8992
mini_portile2 (~> 2.8.0)
90-
thor (1.2.1)
91-
tzinfo (2.0.5)
93+
sqlite3 (1.6.3-x86_64-darwin)
94+
thor (1.2.2)
95+
tzinfo (2.0.6)
9296
concurrent-ruby (~> 1.0)
93-
unicode-display_width (2.3.0)
94-
zeitwerk (2.6.6)
97+
unicode-display_width (2.4.2)
98+
zeitwerk (2.6.8)
9599

96100
PLATFORMS
97101
ruby

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.9.1"
6+
"2.9.2"
77
end
88
end
99
end

0 commit comments

Comments
 (0)