Skip to content

Commit d650ac9

Browse files
committed
Release v1.7.0
1 parent e162433 commit d650ac9

File tree

8 files changed

+20
-23
lines changed

8 files changed

+20
-23
lines changed

Gemfile.lock

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
PATH
22
remote: .
33
specs:
4-
migration_tools (1.6.0)
4+
migration_tools (1.7.0)
55
activerecord (>= 4.2.0, < 6.2)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
activemodel (6.0.4.1)
11-
activesupport (= 6.0.4.1)
12-
activerecord (6.0.4.1)
13-
activemodel (= 6.0.4.1)
14-
activesupport (= 6.0.4.1)
15-
activesupport (6.0.4.1)
10+
activemodel (6.1.4.1)
11+
activesupport (= 6.1.4.1)
12+
activerecord (6.1.4.1)
13+
activemodel (= 6.1.4.1)
14+
activesupport (= 6.1.4.1)
15+
activesupport (6.1.4.1)
1616
concurrent-ruby (~> 1.0, >= 1.0.2)
17-
i18n (>= 0.7, < 2)
18-
minitest (~> 5.1)
19-
tzinfo (~> 1.1)
20-
zeitwerk (~> 2.2, >= 2.2.2)
17+
i18n (>= 1.6, < 2)
18+
minitest (>= 5.1)
19+
tzinfo (~> 2.0)
20+
zeitwerk (~> 2.3)
2121
bump (0.10.0)
2222
concurrent-ruby (1.1.9)
2323
i18n (1.8.10)
@@ -28,15 +28,12 @@ GEM
2828
mocha (1.13.0)
2929
rake (13.0.6)
3030
sqlite3 (1.4.2)
31-
thread_safe (0.3.6)
32-
tzinfo (1.2.9)
33-
thread_safe (~> 0.1)
31+
tzinfo (2.0.4)
32+
concurrent-ruby (~> 1.0)
3433
zeitwerk (2.4.2)
3534

3635
PLATFORMS
3736
x86_64-darwin-19
38-
x86_64-darwin-20
39-
x86_64-linux
4037

4138
DEPENDENCIES
4239
bump

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.6.0)
4+
migration_tools (1.7.0)
55
activerecord (>= 4.2.0, < 6.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.6.0)
4+
migration_tools (1.7.0)
55
activerecord (>= 4.2.0, < 6.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.6.0)
4+
migration_tools (1.7.0)
55
activerecord (>= 4.2.0, < 6.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.6.0)
4+
migration_tools (1.7.0)
55
activerecord (>= 4.2.0, < 6.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.6.0)
4+
migration_tools (1.7.0)
55
activerecord (>= 4.2.0, < 6.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.6.0)
4+
migration_tools (1.7.0)
55
activerecord (>= 4.2.0, < 6.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.6.0" do |s|
1+
Gem::Specification.new "migration_tools", "1.7.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)