Skip to content

Commit 03d1845

Browse files
Bump the bundler group with 7 updates (#19)
* Bump the bundler group with 7 updates Bumps the bundler group with 7 updates: | Package | From | To | | --- | --- | --- | | [rake](https://github.com/ruby/rake) | `13.2.1` | `13.4.2` | | [rspec](https://github.com/rspec/rspec) | `3.13.0` | `3.13.2` | | [standard](https://github.com/standardrb/standard) | `1.36.0` | `1.55.0` | | [connection_pool](https://github.com/mperham/connection_pool) | `2.4.1` | `3.0.2` | | [activesupport](https://github.com/rails/rails) | `7.1.3.3` | `8.1.3` | | [ostruct](https://github.com/ruby/ostruct) | `0.6.0` | `0.6.3` | | [railties](https://github.com/rails/rails) | `7.1.3.3` | `8.1.3` | Updates `rake` from 13.2.1 to 13.4.2 - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](ruby/rake@v13.2.1...v13.4.2) Updates `rspec` from 3.13.0 to 3.13.2 - [Commits](rspec/rspec@rspec-metagem-v3.13.0...rspec-v3.13.2) Updates `standard` from 1.36.0 to 1.55.0 - [Release notes](https://github.com/standardrb/standard/releases) - [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md) - [Commits](standardrb/standard@v1.36.0...v1.55.0) Updates `connection_pool` from 2.4.1 to 3.0.2 - [Changelog](https://github.com/mperham/connection_pool/blob/main/Changes.md) - [Commits](mperham/connection_pool@v2.4.1...v3.0.2) Updates `activesupport` from 7.1.3.3 to 8.1.3 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.3/activesupport/CHANGELOG.md) - [Commits](rails/rails@v7.1.3.3...v8.1.3) Updates `ostruct` from 0.6.0 to 0.6.3 - [Release notes](https://github.com/ruby/ostruct/releases) - [Commits](ruby/ostruct@v0.6.0...v0.6.3) Updates `railties` from 7.1.3.3 to 8.1.3 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.3/railties/CHANGELOG.md) - [Commits](rails/rails@v7.1.3.3...v8.1.3) --- updated-dependencies: - dependency-name: rake dependency-version: 13.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler - dependency-name: rspec dependency-version: 3.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: bundler - dependency-name: standard dependency-version: 1.55.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler - dependency-name: connection_pool dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: bundler - dependency-name: activesupport dependency-version: 8.1.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: bundler - dependency-name: ostruct dependency-version: 0.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: bundler - dependency-name: railties dependency-version: 8.1.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: bundler ... Signed-off-by: dependabot[bot] <support@github.com> * Fix CI: adapt to connection_pool 3.x keyword-argument API --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Douglas Eichelberger <doug.eichelberger@gusto.com>
1 parent 2971f9c commit 03d1845

2 files changed

Lines changed: 71 additions & 59 deletions

File tree

Gemfile.lock

Lines changed: 70 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -10,59 +10,64 @@ PATH
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actionpack (7.1.3.3)
14-
actionview (= 7.1.3.3)
15-
activesupport (= 7.1.3.3)
13+
actionpack (8.1.3)
14+
actionview (= 8.1.3)
15+
activesupport (= 8.1.3)
1616
nokogiri (>= 1.8.5)
17-
racc
1817
rack (>= 2.2.4)
1918
rack-session (>= 1.0.1)
2019
rack-test (>= 0.6.3)
2120
rails-dom-testing (~> 2.2)
2221
rails-html-sanitizer (~> 1.6)
23-
actionview (7.1.3.3)
24-
activesupport (= 7.1.3.3)
22+
useragent (~> 0.16)
23+
actionview (8.1.3)
24+
activesupport (= 8.1.3)
2525
builder (~> 3.1)
2626
erubi (~> 1.11)
2727
rails-dom-testing (~> 2.2)
2828
rails-html-sanitizer (~> 1.6)
29-
activesupport (7.1.3.3)
29+
activesupport (8.1.3)
3030
base64
3131
bigdecimal
32-
concurrent-ruby (~> 1.0, >= 1.0.2)
32+
concurrent-ruby (~> 1.0, >= 1.3.1)
3333
connection_pool (>= 2.2.5)
3434
drb
3535
i18n (>= 1.6, < 2)
36+
json
37+
logger (>= 1.4.2)
3638
minitest (>= 5.1)
37-
mutex_m
38-
tzinfo (~> 2.0)
39-
ast (2.4.2)
40-
base64 (0.2.0)
41-
bigdecimal (3.1.8)
39+
securerandom (>= 0.3)
40+
tzinfo (~> 2.0, >= 2.0.5)
41+
uri (>= 0.13.1)
42+
ast (2.4.3)
43+
base64 (0.3.0)
44+
bigdecimal (4.1.2)
4245
builder (3.2.4)
43-
concurrent-ruby (1.2.3)
44-
connection_pool (2.4.1)
46+
concurrent-ruby (1.3.7)
47+
connection_pool (3.0.2)
4548
crass (1.0.6)
46-
diff-lcs (1.5.1)
47-
drb (2.2.1)
49+
diff-lcs (1.6.2)
50+
drb (2.2.3)
4851
erubi (1.12.0)
4952
fakeredis (0.9.2)
5053
redis (~> 4.8)
51-
i18n (1.14.5)
54+
i18n (1.15.2)
5255
concurrent-ruby (~> 1.0)
5356
io-console (0.7.2)
5457
irb (1.13.1)
5558
rdoc (>= 4.0.0)
5659
reline (>= 0.4.2)
57-
json (2.7.2)
58-
language_server-protocol (3.17.0.3)
60+
json (2.20.0)
61+
language_server-protocol (3.17.0.5)
5962
lint_roller (1.1.0)
63+
logger (1.7.0)
6064
loofah (2.22.0)
6165
crass (~> 1.0.2)
6266
nokogiri (>= 1.12.0)
6367
mini_portile2 (2.8.9)
64-
minitest (5.23.1)
65-
mutex_m (0.2.0)
68+
minitest (6.0.6)
69+
drb (~> 2.0)
70+
prism (~> 1.5)
6671
nokogiri (1.16.5)
6772
mini_portile2 (~> 2.8.2)
6873
racc (~> 1.4)
@@ -74,14 +79,15 @@ GEM
7479
racc (~> 1.4)
7580
nokogiri (1.16.5-x86_64-linux)
7681
racc (~> 1.4)
77-
ostruct (0.6.0)
78-
parallel (1.24.0)
79-
parser (3.3.1.0)
82+
ostruct (0.6.3)
83+
parallel (2.1.0)
84+
parser (3.3.11.1)
8085
ast (~> 2.4.1)
8186
racc
87+
prism (1.9.0)
8288
psych (5.1.2)
8389
stringio
84-
racc (1.8.0)
90+
racc (1.8.1)
8591
rack (3.0.11)
8692
rack-session (2.0.0)
8793
rack (>= 3.0.0)
@@ -97,72 +103,78 @@ GEM
97103
rails-html-sanitizer (1.6.0)
98104
loofah (~> 2.21)
99105
nokogiri (~> 1.14)
100-
railties (7.1.3.3)
101-
actionpack (= 7.1.3.3)
102-
activesupport (= 7.1.3.3)
103-
irb
106+
railties (8.1.3)
107+
actionpack (= 8.1.3)
108+
activesupport (= 8.1.3)
109+
irb (~> 1.13)
104110
rackup (>= 1.0.0)
105111
rake (>= 12.2)
106112
thor (~> 1.0, >= 1.2.2)
113+
tsort (>= 0.2)
107114
zeitwerk (~> 2.6)
108115
rainbow (3.1.1)
109-
rake (13.2.1)
116+
rake (13.4.2)
110117
rdoc (6.6.3.1)
111118
psych (>= 4.0.0)
112119
redis (4.8.1)
113-
regexp_parser (2.9.2)
120+
regexp_parser (2.12.0)
114121
reline (0.5.7)
115122
io-console (~> 0.5)
116-
rexml (3.2.8)
117-
strscan (>= 3.0.9)
118-
rspec (3.13.0)
123+
rspec (3.13.2)
119124
rspec-core (~> 3.13.0)
120125
rspec-expectations (~> 3.13.0)
121126
rspec-mocks (~> 3.13.0)
122-
rspec-core (3.13.0)
127+
rspec-core (3.13.6)
123128
rspec-support (~> 3.13.0)
124-
rspec-expectations (3.13.0)
129+
rspec-expectations (3.13.5)
125130
diff-lcs (>= 1.2.0, < 2.0)
126131
rspec-support (~> 3.13.0)
127-
rspec-mocks (3.13.1)
132+
rspec-mocks (3.13.8)
128133
diff-lcs (>= 1.2.0, < 2.0)
129134
rspec-support (~> 3.13.0)
130-
rspec-support (3.13.1)
131-
rubocop (1.63.5)
135+
rspec-support (3.13.7)
136+
rubocop (1.87.0)
132137
json (~> 2.3)
133-
language_server-protocol (>= 3.17.0)
134-
parallel (~> 1.10)
138+
language_server-protocol (~> 3.17.0.2)
139+
lint_roller (~> 1.1.0)
140+
parallel (>= 1.10)
135141
parser (>= 3.3.0.2)
136142
rainbow (>= 2.2.2, < 4.0)
137-
regexp_parser (>= 1.8, < 3.0)
138-
rexml (>= 3.2.5, < 4.0)
139-
rubocop-ast (>= 1.31.1, < 2.0)
143+
regexp_parser (>= 2.9.3, < 3.0)
144+
rubocop-ast (>= 1.49.0, < 2.0)
140145
ruby-progressbar (~> 1.7)
141-
unicode-display_width (>= 2.4.0, < 3.0)
142-
rubocop-ast (1.31.3)
143-
parser (>= 3.3.1.0)
144-
rubocop-performance (1.21.0)
145-
rubocop (>= 1.48.1, < 2.0)
146-
rubocop-ast (>= 1.31.1, < 2.0)
146+
unicode-display_width (>= 2.4.0, < 4.0)
147+
rubocop-ast (1.49.1)
148+
parser (>= 3.3.7.2)
149+
prism (~> 1.7)
150+
rubocop-performance (1.26.1)
151+
lint_roller (~> 1.1)
152+
rubocop (>= 1.75.0, < 2.0)
153+
rubocop-ast (>= 1.47.1, < 2.0)
147154
ruby-progressbar (1.13.0)
148-
standard (1.36.0)
155+
securerandom (0.4.1)
156+
standard (1.55.0)
149157
language_server-protocol (~> 3.17.0.2)
150158
lint_roller (~> 1.0)
151-
rubocop (~> 1.63.0)
159+
rubocop (~> 1.87.0)
152160
standard-custom (~> 1.0.0)
153-
standard-performance (~> 1.4)
161+
standard-performance (~> 1.8)
154162
standard-custom (1.0.2)
155163
lint_roller (~> 1.0)
156164
rubocop (~> 1.50)
157-
standard-performance (1.4.0)
165+
standard-performance (1.9.0)
158166
lint_roller (~> 1.1)
159-
rubocop-performance (~> 1.21.0)
167+
rubocop-performance (~> 1.26.0)
160168
stringio (3.1.0)
161-
strscan (3.1.0)
162169
thor (1.3.1)
170+
tsort (0.2.0)
163171
tzinfo (2.0.6)
164172
concurrent-ruby (~> 1.0)
165-
unicode-display_width (2.5.0)
173+
unicode-display_width (3.2.0)
174+
unicode-emoji (~> 4.1)
175+
unicode-emoji (4.2.0)
176+
uri (1.1.1)
177+
useragent (0.16.11)
166178
webrick (1.8.1)
167179
zeitwerk (2.6.14)
168180

lib/big_rails/redis/builder.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def call(options)
1313
if config.pool_options.any?
1414
ensure_connection_pool_added!
1515

16-
::ConnectionPool.new(config.pool_options) { build(config) }
16+
::ConnectionPool.new(**config.pool_options) { build(config) }
1717
else
1818
build(config)
1919
end

0 commit comments

Comments
 (0)