Skip to content

Commit 51c8d19

Browse files
build(deps): bump the rails group across 1 directory with 3 updates
Bumps the rails group with 3 updates in the / directory: [activerecord-postgis-adapter](https://github.com/rgeo/activerecord-postgis-adapter), [rails](https://github.com/rails/rails) and [dotenv-rails](https://github.com/bkeepers/dotenv). Updates `activerecord-postgis-adapter` from 9.0.2 to 10.0.1 - [Changelog](https://github.com/rgeo/activerecord-postgis-adapter/blob/master/History.md) - [Commits](rgeo/activerecord-postgis-adapter@v9.0.2...v10.0.1) Updates `rails` from 7.1.5.1 to 7.2.2.1 - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.1.5.1...v7.2.2.1) Updates `dotenv-rails` from 3.1.4 to 3.1.7 - [Release notes](https://github.com/bkeepers/dotenv/releases) - [Changelog](https://github.com/bkeepers/dotenv/blob/main/Changelog.md) - [Commits](bkeepers/dotenv@v3.1.4...v3.1.7) --- updated-dependencies: - dependency-name: activerecord-postgis-adapter dependency-type: direct:production update-type: version-update:semver-major dependency-group: rails - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rails - dependency-name: dotenv-rails dependency-type: direct:development update-type: version-update:semver-patch dependency-group: rails ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 89c7d2c commit 51c8d19

File tree

2 files changed

+76
-82
lines changed

2 files changed

+76
-82
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
66
ruby '3.4.1'
77

88
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
9-
gem 'rails', '~> 7.1.5'
9+
gem 'rails', '~> 7.2.2'
1010
# Use Puma as the app server
1111
gem 'puma', '~> 6.5'
1212

@@ -34,7 +34,7 @@ gem 'bootsnap', '~> 1.18.4', require: false
3434
gem 'arask', '~> 1.2.3'
3535

3636
# for postgresql
37-
gem 'activerecord-postgis-adapter', '~> 9.0.2'
37+
gem 'activerecord-postgis-adapter', '~> 10.0.1'
3838
gem 'pg', '~> 1.5.9'
3939
# remove if not option two taken in project
4040
gem 'jwt', '~> 2.10.1'
@@ -59,7 +59,7 @@ gem 'ccs-frontend_helpers', '~> 2.1.0'
5959
group :development, :test do
6060
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
6161
gem 'byebug', '~> 11.1.3', platforms: %i[mri mingw x64_mingw]
62-
gem 'dotenv-rails', '~> 3.1.4'
62+
gem 'dotenv-rails', '~> 3.1.7'
6363
gem 'i18n-tasks', '~> 1.0.14'
6464
gem 'rspec-rails', '~> 7.1.0'
6565
gem 'rubocop', '~> 1.70.0'

Gemfile.lock

Lines changed: 73 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -8,86 +8,80 @@ GIT
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actioncable (7.1.5.1)
12-
actionpack (= 7.1.5.1)
13-
activesupport (= 7.1.5.1)
11+
actioncable (7.2.2.1)
12+
actionpack (= 7.2.2.1)
13+
activesupport (= 7.2.2.1)
1414
nio4r (~> 2.0)
1515
websocket-driver (>= 0.6.1)
1616
zeitwerk (~> 2.6)
17-
actionmailbox (7.1.5.1)
18-
actionpack (= 7.1.5.1)
19-
activejob (= 7.1.5.1)
20-
activerecord (= 7.1.5.1)
21-
activestorage (= 7.1.5.1)
22-
activesupport (= 7.1.5.1)
23-
mail (>= 2.7.1)
24-
net-imap
25-
net-pop
26-
net-smtp
27-
actionmailer (7.1.5.1)
28-
actionpack (= 7.1.5.1)
29-
actionview (= 7.1.5.1)
30-
activejob (= 7.1.5.1)
31-
activesupport (= 7.1.5.1)
32-
mail (~> 2.5, >= 2.5.4)
33-
net-imap
34-
net-pop
35-
net-smtp
17+
actionmailbox (7.2.2.1)
18+
actionpack (= 7.2.2.1)
19+
activejob (= 7.2.2.1)
20+
activerecord (= 7.2.2.1)
21+
activestorage (= 7.2.2.1)
22+
activesupport (= 7.2.2.1)
23+
mail (>= 2.8.0)
24+
actionmailer (7.2.2.1)
25+
actionpack (= 7.2.2.1)
26+
actionview (= 7.2.2.1)
27+
activejob (= 7.2.2.1)
28+
activesupport (= 7.2.2.1)
29+
mail (>= 2.8.0)
3630
rails-dom-testing (~> 2.2)
37-
actionpack (7.1.5.1)
38-
actionview (= 7.1.5.1)
39-
activesupport (= 7.1.5.1)
31+
actionpack (7.2.2.1)
32+
actionview (= 7.2.2.1)
33+
activesupport (= 7.2.2.1)
4034
nokogiri (>= 1.8.5)
4135
racc
42-
rack (>= 2.2.4)
36+
rack (>= 2.2.4, < 3.2)
4337
rack-session (>= 1.0.1)
4438
rack-test (>= 0.6.3)
4539
rails-dom-testing (~> 2.2)
4640
rails-html-sanitizer (~> 1.6)
47-
actiontext (7.1.5.1)
48-
actionpack (= 7.1.5.1)
49-
activerecord (= 7.1.5.1)
50-
activestorage (= 7.1.5.1)
51-
activesupport (= 7.1.5.1)
41+
useragent (~> 0.16)
42+
actiontext (7.2.2.1)
43+
actionpack (= 7.2.2.1)
44+
activerecord (= 7.2.2.1)
45+
activestorage (= 7.2.2.1)
46+
activesupport (= 7.2.2.1)
5247
globalid (>= 0.6.0)
5348
nokogiri (>= 1.8.5)
54-
actionview (7.1.5.1)
55-
activesupport (= 7.1.5.1)
49+
actionview (7.2.2.1)
50+
activesupport (= 7.2.2.1)
5651
builder (~> 3.1)
5752
erubi (~> 1.11)
5853
rails-dom-testing (~> 2.2)
5954
rails-html-sanitizer (~> 1.6)
60-
activejob (7.1.5.1)
61-
activesupport (= 7.1.5.1)
55+
activejob (7.2.2.1)
56+
activesupport (= 7.2.2.1)
6257
globalid (>= 0.3.6)
63-
activemodel (7.1.5.1)
64-
activesupport (= 7.1.5.1)
65-
activerecord (7.1.5.1)
66-
activemodel (= 7.1.5.1)
67-
activesupport (= 7.1.5.1)
58+
activemodel (7.2.2.1)
59+
activesupport (= 7.2.2.1)
60+
activerecord (7.2.2.1)
61+
activemodel (= 7.2.2.1)
62+
activesupport (= 7.2.2.1)
6863
timeout (>= 0.4.0)
69-
activerecord-postgis-adapter (9.0.2)
70-
activerecord (~> 7.1.0)
71-
rgeo-activerecord (~> 7.0.0)
72-
activestorage (7.1.5.1)
73-
actionpack (= 7.1.5.1)
74-
activejob (= 7.1.5.1)
75-
activerecord (= 7.1.5.1)
76-
activesupport (= 7.1.5.1)
64+
activerecord-postgis-adapter (10.0.1)
65+
activerecord (~> 7.2.0)
66+
rgeo-activerecord (~> 8.0.0)
67+
activestorage (7.2.2.1)
68+
actionpack (= 7.2.2.1)
69+
activejob (= 7.2.2.1)
70+
activerecord (= 7.2.2.1)
71+
activesupport (= 7.2.2.1)
7772
marcel (~> 1.0)
78-
activesupport (7.1.5.1)
73+
activesupport (7.2.2.1)
7974
base64
8075
benchmark (>= 0.3)
8176
bigdecimal
82-
concurrent-ruby (~> 1.0, >= 1.0.2)
77+
concurrent-ruby (~> 1.0, >= 1.3.1)
8378
connection_pool (>= 2.2.5)
8479
drb
8580
i18n (>= 1.6, < 2)
8681
logger (>= 1.4.2)
8782
minitest (>= 5.1)
88-
mutex_m
8983
securerandom (>= 0.3)
90-
tzinfo (~> 2.0)
84+
tzinfo (~> 2.0, >= 2.0.5)
9185
arask (1.2.3)
9286
fugit (~> 1.1)
9387
rails (>= 5.0)
@@ -137,9 +131,9 @@ GEM
137131
docile (1.4.0)
138132
domain_name (0.5.20190701)
139133
unf (>= 0.0.5, < 1.0.0)
140-
dotenv (3.1.4)
141-
dotenv-rails (3.1.4)
142-
dotenv (= 3.1.4)
134+
dotenv (3.1.7)
135+
dotenv-rails (3.1.7)
136+
dotenv (= 3.1.7)
143137
railties (>= 6.1)
144138
drb (2.2.1)
145139
erubi (1.13.1)
@@ -201,7 +195,6 @@ GEM
201195
mini_portile2 (2.8.8)
202196
minitest (5.25.4)
203197
msgpack (1.7.2)
204-
mutex_m (0.3.0)
205198
net-imap (0.5.5)
206199
date
207200
net-protocol
@@ -243,20 +236,20 @@ GEM
243236
rack (>= 1.3)
244237
rackup (2.2.1)
245238
rack (>= 3)
246-
rails (7.1.5.1)
247-
actioncable (= 7.1.5.1)
248-
actionmailbox (= 7.1.5.1)
249-
actionmailer (= 7.1.5.1)
250-
actionpack (= 7.1.5.1)
251-
actiontext (= 7.1.5.1)
252-
actionview (= 7.1.5.1)
253-
activejob (= 7.1.5.1)
254-
activemodel (= 7.1.5.1)
255-
activerecord (= 7.1.5.1)
256-
activestorage (= 7.1.5.1)
257-
activesupport (= 7.1.5.1)
239+
rails (7.2.2.1)
240+
actioncable (= 7.2.2.1)
241+
actionmailbox (= 7.2.2.1)
242+
actionmailer (= 7.2.2.1)
243+
actionpack (= 7.2.2.1)
244+
actiontext (= 7.2.2.1)
245+
actionview (= 7.2.2.1)
246+
activejob (= 7.2.2.1)
247+
activemodel (= 7.2.2.1)
248+
activerecord (= 7.2.2.1)
249+
activestorage (= 7.2.2.1)
250+
activesupport (= 7.2.2.1)
258251
bundler (>= 1.15.0)
259-
railties (= 7.1.5.1)
252+
railties (= 7.2.2.1)
260253
rails-controller-testing (1.0.5)
261254
actionpack (>= 5.0.1.rc1)
262255
actionview (>= 5.0.1.rc1)
@@ -271,10 +264,10 @@ GEM
271264
rails-i18n (7.0.9)
272265
i18n (>= 0.7, < 2)
273266
railties (>= 6.0.0, < 8)
274-
railties (7.1.5.1)
275-
actionpack (= 7.1.5.1)
276-
activesupport (= 7.1.5.1)
277-
irb
267+
railties (7.2.2.1)
268+
actionpack (= 7.2.2.1)
269+
activesupport (= 7.2.2.1)
270+
irb (~> 1.13)
278271
rackup (>= 1.0.0)
279272
rake (>= 12.2)
280273
thor (~> 1.0, >= 1.2.2)
@@ -295,9 +288,9 @@ GEM
295288
mime-types (>= 1.16, < 4.0)
296289
netrc (~> 0.8)
297290
rgeo (3.0.1)
298-
rgeo-activerecord (7.0.1)
299-
activerecord (>= 5.0)
300-
rgeo (>= 1.0.0)
291+
rgeo-activerecord (8.0.0)
292+
activerecord (>= 7.0)
293+
rgeo (>= 3.0)
301294
rollbar (3.6.0)
302295
roo (2.10.1)
303296
nokogiri (~> 1)
@@ -368,6 +361,7 @@ GEM
368361
unf_ext
369362
unf_ext (0.0.7.7)
370363
unicode-display_width (2.6.0)
364+
useragent (0.16.11)
371365
web-console (4.2.1)
372366
actionview (>= 6.0.0)
373367
activemodel (>= 6.0.0)
@@ -383,7 +377,7 @@ PLATFORMS
383377
ruby
384378

385379
DEPENDENCIES
386-
activerecord-postgis-adapter (~> 9.0.2)
380+
activerecord-postgis-adapter (~> 10.0.1)
387381
arask (~> 1.2.3)
388382
aws-sdk-cognitoidentityprovider (~> 1.112.0)
389383
aws-sdk-s3 (~> 1)
@@ -395,7 +389,7 @@ DEPENDENCIES
395389
ccs-frontend_helpers (~> 2.1.0)
396390
cssbundling-rails (~> 1.4)
397391
csv (~> 3.3.2)
398-
dotenv-rails (~> 3.1.4)
392+
dotenv-rails (~> 3.1.7)
399393
i18n-tasks (~> 1.0.14)
400394
jbuilder (~> 2.13)
401395
jsbundling-rails (~> 1.3)
@@ -405,7 +399,7 @@ DEPENDENCIES
405399
propshaft
406400
puma (~> 6.5)
407401
rack-attack (~> 6.7.0)
408-
rails (~> 7.1.5)
402+
rails (~> 7.2.2)
409403
rails-controller-testing (~> 1.0.5, >= 1.0.5)
410404
rest-client (~> 2.1)
411405
rollbar (~> 3.6.0)

0 commit comments

Comments
 (0)