Skip to content

Commit e68737f

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 53b798d commit e68737f

File tree

2 files changed

+85
-87
lines changed

2 files changed

+85
-87
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: 82 additions & 84 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)
@@ -155,7 +149,7 @@ GEM
155149
http-accept (1.7.0)
156150
http-cookie (1.0.3)
157151
domain_name (~> 0.5)
158-
i18n (1.14.6)
152+
i18n (1.14.7)
159153
concurrent-ruby (~> 1.0)
160154
i18n-tasks (1.0.14)
161155
activesupport (>= 4.0.2)
@@ -168,7 +162,8 @@ GEM
168162
rainbow (>= 2.2.2, < 4.0)
169163
terminal-table (>= 1.5.1)
170164
io-console (0.8.0)
171-
irb (1.14.3)
165+
irb (1.15.1)
166+
pp (>= 0.6.0)
172167
rdoc (>= 4.0.0)
173168
reline (>= 0.4.2)
174169
jbuilder (2.13.0)
@@ -201,7 +196,6 @@ GEM
201196
mini_portile2 (2.8.8)
202197
minitest (5.25.4)
203198
msgpack (1.7.2)
204-
mutex_m (0.3.0)
205199
net-imap (0.5.5)
206200
date
207201
net-protocol
@@ -213,20 +207,23 @@ GEM
213207
net-protocol
214208
netrc (0.11.0)
215209
nio4r (2.7.4)
216-
nokogiri (1.18.1)
210+
nokogiri (1.18.2)
217211
mini_portile2 (~> 2.8.2)
218212
racc (~> 1.4)
219213
parallel (1.26.3)
220214
parser (3.3.7.0)
221215
ast (~> 2.4.1)
222216
racc
223217
pg (1.5.9)
218+
pp (0.6.2)
219+
prettyprint
220+
prettyprint (0.2.0)
224221
propshaft (1.1.0)
225222
actionpack (>= 7.0.0)
226223
activesupport (>= 7.0.0)
227224
rack
228225
railties (>= 7.0.0)
229-
psych (5.2.2)
226+
psych (5.2.3)
230227
date
231228
stringio
232229
puma (6.5.0)
@@ -243,20 +240,20 @@ GEM
243240
rack (>= 1.3)
244241
rackup (2.2.1)
245242
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)
243+
rails (7.2.2.1)
244+
actioncable (= 7.2.2.1)
245+
actionmailbox (= 7.2.2.1)
246+
actionmailer (= 7.2.2.1)
247+
actionpack (= 7.2.2.1)
248+
actiontext (= 7.2.2.1)
249+
actionview (= 7.2.2.1)
250+
activejob (= 7.2.2.1)
251+
activemodel (= 7.2.2.1)
252+
activerecord (= 7.2.2.1)
253+
activestorage (= 7.2.2.1)
254+
activesupport (= 7.2.2.1)
258255
bundler (>= 1.15.0)
259-
railties (= 7.1.5.1)
256+
railties (= 7.2.2.1)
260257
rails-controller-testing (1.0.5)
261258
actionpack (>= 5.0.1.rc1)
262259
actionview (>= 5.0.1.rc1)
@@ -271,10 +268,10 @@ GEM
271268
rails-i18n (7.0.9)
272269
i18n (>= 0.7, < 2)
273270
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
271+
railties (7.2.2.1)
272+
actionpack (= 7.2.2.1)
273+
activesupport (= 7.2.2.1)
274+
irb (~> 1.13)
278275
rackup (>= 1.0.0)
279276
rake (>= 12.2)
280277
thor (~> 1.0, >= 1.2.2)
@@ -284,7 +281,7 @@ GEM
284281
rb-fsevent (0.11.2)
285282
rb-inotify (0.10.1)
286283
ffi (~> 1.0)
287-
rdoc (6.10.0)
284+
rdoc (6.11.0)
288285
psych (>= 4.0.0)
289286
regexp_parser (2.10.0)
290287
reline (0.6.0)
@@ -295,9 +292,9 @@ GEM
295292
mime-types (>= 1.16, < 4.0)
296293
netrc (~> 0.8)
297294
rgeo (3.0.1)
298-
rgeo-activerecord (7.0.1)
299-
activerecord (>= 5.0)
300-
rgeo (>= 1.0.0)
295+
rgeo-activerecord (8.0.0)
296+
activerecord (>= 7.0)
297+
rgeo (>= 3.0)
301298
rollbar (3.6.0)
302299
roo (2.10.1)
303300
nokogiri (~> 1)
@@ -368,6 +365,7 @@ GEM
368365
unf_ext
369366
unf_ext (0.0.7.7)
370367
unicode-display_width (2.6.0)
368+
useragent (0.16.11)
371369
web-console (4.2.1)
372370
actionview (>= 6.0.0)
373371
activemodel (>= 6.0.0)
@@ -383,7 +381,7 @@ PLATFORMS
383381
ruby
384382

385383
DEPENDENCIES
386-
activerecord-postgis-adapter (~> 9.0.2)
384+
activerecord-postgis-adapter (~> 10.0.1)
387385
arask (~> 1.2.3)
388386
aws-sdk-cognitoidentityprovider (~> 1.113.0)
389387
aws-sdk-s3 (~> 1)
@@ -395,7 +393,7 @@ DEPENDENCIES
395393
ccs-frontend_helpers (~> 2.1.0)
396394
cssbundling-rails (~> 1.4)
397395
csv (~> 3.3.2)
398-
dotenv-rails (~> 3.1.4)
396+
dotenv-rails (~> 3.1.7)
399397
i18n-tasks (~> 1.0.14)
400398
jbuilder (~> 2.13)
401399
jsbundling-rails (~> 1.3)
@@ -405,7 +403,7 @@ DEPENDENCIES
405403
propshaft
406404
puma (~> 6.5)
407405
rack-attack (~> 6.7.0)
408-
rails (~> 7.1.5)
406+
rails (~> 7.2.2)
409407
rails-controller-testing (~> 1.0.5, >= 1.0.5)
410408
rest-client (~> 2.1)
411409
rollbar (~> 3.6.0)

0 commit comments

Comments
 (0)