Skip to content

Commit

Permalink
Bump data_migrate from 11.1.0 to 11.2.0
Browse files Browse the repository at this point in the history
Bumps [data_migrate](https://github.com/ajvargo/data-migrate) from 11.1.0 to 11.2.0.
- [Release notes](https://github.com/ajvargo/data-migrate/releases)
- [Changelog](https://github.com/ilyakatz/data-migrate/blob/main/Changelog.md)
- [Commits](ilyakatz/data-migrate@11.1.0...11.2.0)

---
updated-dependencies:
- dependency-name: data_migrate
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 15, 2024
1 parent bb9b662 commit be24bc6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ gem 'propshaft'
gem 'dfe-analytics', github: 'DFE-Digital/dfe-analytics', tag: 'v1.15.0'

# For running data migrations
gem 'data_migrate', '11.1.0'
gem 'data_migrate', '11.2.0'

# For outgoing http requests
gem 'http'
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ GEM
cssbundling-rails (1.4.1)
railties (>= 6.0.0)
csv (3.3.0)
data_migrate (11.1.0)
data_migrate (11.2.0)
activerecord (>= 6.1)
railties (>= 6.1)
database_cleaner (2.1.0)
Expand Down Expand Up @@ -490,7 +490,7 @@ GEM
pry (>= 0.13, < 0.15)
pry-rails (0.3.11)
pry (>= 0.13.0)
psych (5.1.2)
psych (5.2.0)
stringio
public_suffix (6.0.1)
puma (6.4.3)
Expand Down Expand Up @@ -572,7 +572,7 @@ GEM
redcarpet (3.6.0)
redis (4.8.1)
regexp_parser (2.9.2)
reline (0.5.10)
reline (0.5.11)
io-console (~> 0.5)
representable (3.2.0)
declarative (< 0.1.0)
Expand Down Expand Up @@ -688,7 +688,7 @@ GEM
spring-watcher-listen (2.1.0)
listen (>= 2.7, < 4.0)
spring (>= 4)
stringio (3.1.1)
stringio (3.1.2)
super_diff (0.13.0)
attr_extras (>= 6.2.4)
diff-lcs
Expand All @@ -703,7 +703,7 @@ GEM
unicode-display_width (>= 1.1.1, < 3)
thor (1.3.2)
timecop (0.9.10)
timeout (0.4.1)
timeout (0.4.2)
trailblazer-option (0.1.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand All @@ -728,7 +728,7 @@ GEM
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.8.2)
webrick (1.9.0)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand Down Expand Up @@ -761,7 +761,7 @@ DEPENDENCIES
config
cssbundling-rails (~> 1.4)
custom_error_message!
data_migrate (= 11.1.0)
data_migrate (= 11.2.0)
database_cleaner
dfe-analytics!
dfe-wizard!
Expand Down

0 comments on commit be24bc6

Please sign in to comment.