Skip to content

Commit 71b0190

Browse files
authored
Merge pull request #40 from zendesk/nony--release-v-1-8-0
Release v1.8.0
2 parents c3aaf6f + a4003bd commit 71b0190

File tree

9 files changed

+18
-20
lines changed

9 files changed

+18
-20
lines changed

Gemfile.lock

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,34 @@
11
PATH
22
remote: .
33
specs:
4-
migration_tools (1.7.0)
4+
migration_tools (1.8.0)
55
activerecord (>= 4.2.0, < 7.1)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
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)
10+
activemodel (7.0.4)
11+
activesupport (= 7.0.4)
12+
activerecord (7.0.4)
13+
activemodel (= 7.0.4)
14+
activesupport (= 7.0.4)
15+
activesupport (7.0.4)
1616
concurrent-ruby (~> 1.0, >= 1.0.2)
1717
i18n (>= 1.6, < 2)
1818
minitest (>= 5.1)
1919
tzinfo (~> 2.0)
20-
zeitwerk (~> 2.3)
2120
bump (0.10.0)
22-
concurrent-ruby (1.1.9)
23-
i18n (1.8.10)
21+
concurrent-ruby (1.1.10)
22+
i18n (1.12.0)
2423
concurrent-ruby (~> 1.0)
2524
minitest (5.14.4)
2625
minitest-rg (5.2.0)
2726
minitest (~> 5.0)
2827
mocha (1.13.0)
2928
rake (13.0.6)
3029
sqlite3 (1.4.2)
31-
tzinfo (2.0.4)
30+
tzinfo (2.0.5)
3231
concurrent-ruby (~> 1.0)
33-
zeitwerk (2.4.2)
3432

3533
PLATFORMS
3634
x86_64-darwin-19

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.7.0)
4+
migration_tools (1.8.0)
55
activerecord (>= 4.2.0, < 7.1)
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.7.0)
4+
migration_tools (1.8.0)
55
activerecord (>= 4.2.0, < 7.1)
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.7.0)
4+
migration_tools (1.8.0)
55
activerecord (>= 4.2.0, < 7.1)
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.7.0)
4+
migration_tools (1.8.0)
55
activerecord (>= 4.2.0, < 7.1)
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.7.0)
4+
migration_tools (1.8.0)
55
activerecord (>= 4.2.0, < 7.1)
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.7.0)
4+
migration_tools (1.8.0)
55
activerecord (>= 4.2.0, < 7.1)
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.7.0)
4+
migration_tools (1.8.0)
55
activerecord (>= 4.2.0, < 7.1)
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.7.0" do |s|
1+
Gem::Specification.new "migration_tools", "1.8.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)