Skip to content

Commit

Permalink
Merge pull request #589 from alphagov/dependabot/bundler/govuk_app_co…
Browse files Browse the repository at this point in the history
…nfig-9.15.4
  • Loading branch information
govuk-ci authored Dec 5, 2024
2 parents cc9744f + b714201 commit 9823627
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source "https://rubygems.org/"
gem "activerecord", "7.2.2" # Ideally version should be synced with Transition
gem "bootsnap", require: false
gem "erubis", "2.7.0"
gem "govuk_app_config", "~> 9.15.3"
gem "govuk_app_config", "~> 9.15.4"
gem "nokogiri", "1.16.8"
gem "optic14n", "3.0.2" # Ideally version should be synced with Transition
gem "pg"
Expand Down
22 changes: 12 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ GEM
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
date (3.4.1)
diff-lcs (1.5.1)
docile (1.4.1)
drb (2.2.1)
Expand All @@ -70,7 +71,7 @@ GEM
rake (>= 13)
googleapis-common-protos-types (1.16.0)
google-protobuf (>= 3.18, < 5.a)
govuk_app_config (9.15.3)
govuk_app_config (9.15.4)
logstasher (~> 2.1)
opentelemetry-exporter-otlp (>= 0.25, < 0.30)
opentelemetry-instrumentation-all (>= 0.39.1, < 0.70.0)
Expand All @@ -84,7 +85,7 @@ GEM
statsd-ruby (~> 1.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
io-console (0.8.0)
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
Expand All @@ -95,7 +96,7 @@ GEM
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
rb-kqueue (>= 0.2)
logger (1.6.1)
logger (1.6.2)
logstasher (2.1.5)
activesupport (>= 5.2)
request_store
Expand All @@ -104,7 +105,7 @@ GEM
nokogiri (>= 1.12.0)
method_source (1.1.0)
mini_portile2 (2.8.8)
minitest (5.25.2)
minitest (5.25.4)
mr-sparkle (0.3.0)
listen (~> 1.0)
rb-fsevent (>= 0.9)
Expand Down Expand Up @@ -330,7 +331,8 @@ GEM
pry (0.15.0)
coderay (~> 1.1)
method_source (~> 1.0)
psych (5.2.0)
psych (5.2.1)
date
stringio
public_suffix (6.0.1)
puma (6.5.0)
Expand Down Expand Up @@ -371,7 +373,7 @@ GEM
rdoc (6.8.1)
psych (>= 4.0.0)
regexp_parser (2.9.2)
reline (0.5.11)
reline (0.5.12)
io-console (~> 0.5)
request_store (1.7.0)
rack (>= 1.4)
Expand Down Expand Up @@ -419,7 +421,7 @@ GEM
rubocop-rspec (3.2.0)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
securerandom (0.3.2)
securerandom (0.4.0)
sentry-rails (5.21.0)
railties (>= 5.0)
sentry-ruby (~> 5.21.0)
Expand All @@ -444,8 +446,8 @@ GEM
unicorn (6.1.0)
kgio (~> 2.6)
raindrops (~> 0.7)
useragent (0.16.10)
webrick (1.9.0)
useragent (0.16.11)
webrick (1.9.1)
zeitwerk (2.7.1)

PLATFORMS
Expand All @@ -457,7 +459,7 @@ DEPENDENCIES
bootsnap
database_cleaner (= 2.1.0)
erubis (= 2.7.0)
govuk_app_config (~> 9.15.3)
govuk_app_config (~> 9.15.4)
mr-sparkle (= 0.3.0)
nokogiri (= 1.16.8)
optic14n (= 3.0.2)
Expand Down

0 comments on commit 9823627

Please sign in to comment.