Skip to content

Commit

Permalink
Merge pull request #550 from alphagov/dependabot/bundler/activerecord…
Browse files Browse the repository at this point in the history
…-7.2.0

Bump activerecord from 7.1.3.4 to 7.2.0
  • Loading branch information
yndajas authored Aug 14, 2024
2 parents 41ec1c1 + e589261 commit 94d5af3
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org/"

gem "activerecord", "7.1.3.4" # Ideally version should be synced with Transition
gem "activerecord", "7.2.0" # Ideally version should be synced with Transition
gem "bootsnap", require: false
gem "erubis", "2.7.0"
gem "govuk_app_config", "~> 9.14.0"
Expand Down
48 changes: 26 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,38 +1,40 @@
GEM
remote: https://rubygems.org/
specs:
actionpack (7.1.3.4)
actionview (= 7.1.3.4)
activesupport (= 7.1.3.4)
actionpack (7.2.0)
actionview (= 7.2.0)
activesupport (= 7.2.0)
nokogiri (>= 1.8.5)
racc
rack (>= 2.2.4)
rack (>= 2.2.4, < 3.2)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
actionview (7.1.3.4)
activesupport (= 7.1.3.4)
useragent (~> 0.16)
actionview (7.2.0)
activesupport (= 7.2.0)
builder (~> 3.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activemodel (7.1.3.4)
activesupport (= 7.1.3.4)
activerecord (7.1.3.4)
activemodel (= 7.1.3.4)
activesupport (= 7.1.3.4)
activemodel (7.2.0)
activesupport (= 7.2.0)
activerecord (7.2.0)
activemodel (= 7.2.0)
activesupport (= 7.2.0)
timeout (>= 0.4.0)
activesupport (7.1.3.4)
activesupport (7.2.0)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
Expand All @@ -42,7 +44,7 @@ GEM
msgpack (~> 1.2)
builder (3.3.0)
coderay (1.1.3)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
crass (1.0.6)
database_cleaner (2.0.2)
Expand Down Expand Up @@ -90,6 +92,7 @@ GEM
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
rb-kqueue (>= 0.2)
logger (1.6.0)
logstasher (2.1.5)
activesupport (>= 5.2)
request_store
Expand All @@ -105,7 +108,6 @@ GEM
rb-inotify (>= 0.8)
unicorn (>= 4.5)
msgpack (1.7.2)
mutex_m (0.2.0)
nio4r (2.7.3)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
Expand Down Expand Up @@ -348,10 +350,10 @@ GEM
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (7.1.3.4)
actionpack (= 7.1.3.4)
activesupport (= 7.1.3.4)
irb
railties (7.2.0)
actionpack (= 7.2.0)
activesupport (= 7.2.0)
irb (~> 1.13)
rackup (>= 1.0.0)
rake (>= 12.2)
thor (~> 1.0, >= 1.2.2)
Expand Down Expand Up @@ -418,6 +420,7 @@ GEM
rubocop-rspec (3.0.1)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
securerandom (0.3.1)
sentry-rails (5.18.2)
railties (>= 5.0)
sentry-ruby (~> 5.18.2)
Expand All @@ -441,6 +444,7 @@ GEM
unicorn (6.1.0)
kgio (~> 2.6)
raindrops (~> 0.7)
useragent (0.16.10)
webrick (1.8.1)
zeitwerk (2.6.16)

Expand All @@ -449,7 +453,7 @@ PLATFORMS
x86_64-darwin-20

DEPENDENCIES
activerecord (= 7.1.3.4)
activerecord (= 7.2.0)
bootsnap
database_cleaner (= 2.0.2)
erubis (= 2.7.0)
Expand Down

0 comments on commit 94d5af3

Please sign in to comment.