Skip to content

Commit 083936f

Browse files
committed
Release 1.9.0
1 parent 6ca792b commit 083936f

10 files changed

+10
-10
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.8.0)
4+
migration_tools (1.9.0)
55
activerecord (>= 4.2.0, < 7.2)
66

77
GEM

gemfiles/rails4.2.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.8.0)
4+
migration_tools (1.9.0)
55
activerecord (>= 4.2.0, < 7.2)
66

77
GEM

gemfiles/rails5.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.8.0)
4+
migration_tools (1.9.0)
55
activerecord (>= 4.2.0, < 7.2)
66

77
GEM

gemfiles/rails5.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.8.0)
4+
migration_tools (1.9.0)
55
activerecord (>= 4.2.0, < 7.2)
66

77
GEM

gemfiles/rails5.2.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.8.0)
4+
migration_tools (1.9.0)
55
activerecord (>= 4.2.0, < 7.2)
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.8.0)
4+
migration_tools (1.9.0)
55
activerecord (>= 4.2.0, < 7.2)
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.8.0)
4+
migration_tools (1.9.0)
55
activerecord (>= 4.2.0, < 7.2)
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.8.0)
4+
migration_tools (1.9.0)
55
activerecord (>= 4.2.0, < 7.2)
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.8.0)
4+
migration_tools (1.9.0)
55
activerecord (>= 4.2.0, < 7.2)
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.8.0" do |s|
1+
Gem::Specification.new "migration_tools", "1.9.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)