Skip to content

Commit d02c30e

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 dc8242b commit d02c30e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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
@@ -609,7 +609,7 @@ GEM
609609
activesupport (>= 6.1)
610610
sprockets (>= 3.0.0)
611611
stringio (3.1.7)
612-
strong_migrations (2.4.0)
612+
strong_migrations (2.5.0)
613613
activerecord (>= 7.1)
614614
terminal-table (4.0.0)
615615
unicode-display_width (>= 1.1.1, < 4)
@@ -708,7 +708,7 @@ DEPENDENCIES
708708
shoulda-matchers (~> 6.5)
709709
simplecov (~> 0.22.0)
710710
sprockets-rails (~> 3.5, >= 3.5.2)
711-
strong_migrations (~> 2.4)
711+
strong_migrations (~> 2.5)
712712
tzinfo-data
713713
webmock (~> 3.25)
714714
yaaf (~> 3.0)

0 commit comments

Comments
 (0)