Skip to content

Commit 43b0777

Browse files
authored
Merge pull request #1298 from Crown-Commercial-Service/dependabot/bundler/dotenv-rails-3.2.0
build(deps-dev): bump dotenv-rails from 3.1.8 to 3.2.0
2 parents d032feb + 0b1fe67 commit 43b0777

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ gem 'ccs-frontend_helpers', '~> 3.3.0'
6363
group :development, :test do
6464
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
6565
gem 'byebug', '~> 12.0.0', platforms: %i[mri mingw x64_mingw]
66-
gem 'dotenv-rails', '~> 3.1.8'
66+
gem 'dotenv-rails', '~> 3.2.0'
6767
gem 'i18n-tasks', '~> 1.1.2'
6868
gem 'rspec-rails', '~> 8.0.2'
6969
gem 'rubocop', '~> 1.81.7'

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ GEM
121121
ccs-frontend_helpers (3.3.0)
122122
rails (>= 7.2)
123123
concurrent-ruby (1.3.5)
124-
connection_pool (2.5.5)
124+
connection_pool (3.0.2)
125125
crass (1.0.6)
126126
cssbundling-rails (1.4.3)
127127
railties (>= 6.0.0)
@@ -131,9 +131,9 @@ GEM
131131
docile (1.4.0)
132132
domain_name (0.5.20190701)
133133
unf (>= 0.0.5, < 1.0.0)
134-
dotenv (3.1.8)
135-
dotenv-rails (3.1.8)
136-
dotenv (= 3.1.8)
134+
dotenv (3.2.0)
135+
dotenv-rails (3.2.0)
136+
dotenv (= 3.2.0)
137137
railties (>= 6.1)
138138
drb (2.2.3)
139139
erb (6.0.0)
@@ -256,7 +256,7 @@ GEM
256256
rack (>= 3.0.0)
257257
rack-test (2.2.0)
258258
rack (>= 1.3)
259-
rackup (2.2.1)
259+
rackup (2.3.1)
260260
rack (>= 3)
261261
rails (8.0.4)
262262
actioncable (= 8.0.4)
@@ -393,7 +393,7 @@ GEM
393393
spring-watcher-listen (2.1.0)
394394
listen (>= 2.7, < 4.0)
395395
spring (>= 4)
396-
stringio (3.1.8)
396+
stringio (3.1.9)
397397
terminal-table (4.0.0)
398398
unicode-display_width (>= 1.1.1, < 4)
399399
thor (1.4.0)
@@ -439,7 +439,7 @@ DEPENDENCIES
439439
ccs-frontend_helpers (~> 3.3.0)
440440
cssbundling-rails (~> 1.4)
441441
csv (~> 3.3.5)
442-
dotenv-rails (~> 3.1.8)
442+
dotenv-rails (~> 3.2.0)
443443
i18n-tasks (~> 1.1.2)
444444
jbuilder (~> 2.14)
445445
jsbundling-rails (~> 1.3)

0 commit comments

Comments
 (0)