Skip to content

Commit b8d6199

Browse files
Bump strong_migrations from 2.4.0 to 2.5.0
Bumps [strong_migrations](https://github.com/ankane/strong_migrations) from 2.4.0 to 2.5.0. - [Changelog](https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md) - [Commits](ankane/strong_migrations@v2.4.0...v2.5.0) --- updated-dependencies: - dependency-name: strong_migrations dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a99cd0b commit b8d6199

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ gem 'rswag-api', '~> 2.16.0'
3232
gem 'rswag-ui', '~> 2.16.0'
3333
gem 'sendgrid', '~> 1.2.4'
3434
gem 'sprockets-rails', '~> 3.5', '>= 3.5.2'
35-
gem 'strong_migrations', '~> 2.4'
35+
gem 'strong_migrations', '~> 2.5'
3636
gem 'yaaf', '~> 3.0'
3737
# Use Redis adapter to run Action Cable in production
3838
# gem 'redis', '~> 4.0'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ GEM
141141
erubi (>= 1.0.0)
142142
rack (>= 0.9.0)
143143
rouge (>= 1.0.0)
144-
bigdecimal (3.2.2)
144+
bigdecimal (3.2.3)
145145
binding_of_caller (1.0.1)
146146
debug_inspector (>= 1.2.0)
147147
bootsnap (1.18.6)
@@ -165,7 +165,7 @@ GEM
165165
sexp_processor
166166
coderay (1.1.3)
167167
concurrent-ruby (1.3.5)
168-
connection_pool (2.5.3)
168+
connection_pool (2.5.4)
169169
crack (1.0.0)
170170
bigdecimal
171171
rexml
@@ -611,7 +611,7 @@ GEM
611611
activesupport (>= 6.1)
612612
sprockets (>= 3.0.0)
613613
stringio (3.1.7)
614-
strong_migrations (2.4.0)
614+
strong_migrations (2.5.0)
615615
activerecord (>= 7.1)
616616
terminal-table (4.0.0)
617617
unicode-display_width (>= 1.1.1, < 4)
@@ -710,7 +710,7 @@ DEPENDENCIES
710710
shoulda-matchers (~> 6.5)
711711
simplecov (~> 0.22.0)
712712
sprockets-rails (~> 3.5, >= 3.5.2)
713-
strong_migrations (~> 2.4)
713+
strong_migrations (~> 2.5)
714714
tzinfo-data
715715
webmock (~> 3.25)
716716
yaaf (~> 3.0)

0 commit comments

Comments
 (0)