Skip to content

Commit 99cb17e

Browse files
v1.10.0
1 parent 1ee1e4e commit 99cb17e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
migration_tools (1.9.0)
4+
migration_tools (1.10.0)
55
activerecord (>= 6.0.0)
66

77
GEM

gemfiles/rails6.0.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
migration_tools (1.9.0)
4+
migration_tools (1.10.0)
55
activerecord (>= 6.0.0)
66

77
GEM

gemfiles/rails6.1.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
migration_tools (1.9.0)
4+
migration_tools (1.10.0)
55
activerecord (>= 6.0.0)
66

77
GEM

gemfiles/rails7.0.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
migration_tools (1.9.0)
4+
migration_tools (1.10.0)
55
activerecord (>= 6.0.0)
66

77
GEM

gemfiles/rails7.1.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
migration_tools (1.9.0)
4+
migration_tools (1.10.0)
55
activerecord (>= 6.0.0)
66

77
GEM

migration_tools.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Gem::Specification.new "migration_tools", "1.9.0" do |s|
1+
Gem::Specification.new "migration_tools", "1.10.0" do |s|
22
s.description = "Rake tasks for Rails that add groups to migrations"
33
s.summary = "Encourage migrations that do not require downtime"
44
s.homepage = "https://github.com/zendesk/migration_tools"

0 commit comments

Comments
 (0)