Skip to content

Commit 6939680

Browse files
committed
Update all bundled gems
1 parent 8820959 commit 6939680

15 files changed

+137
-128
lines changed

Gemfile.lock

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,35 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
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)
10+
activemodel (7.0.8)
11+
activesupport (= 7.0.8)
12+
activerecord (7.0.8)
13+
activemodel (= 7.0.8)
14+
activesupport (= 7.0.8)
15+
activesupport (7.0.8)
1616
concurrent-ruby (~> 1.0, >= 1.0.2)
1717
i18n (>= 1.6, < 2)
1818
minitest (>= 5.1)
1919
tzinfo (~> 2.0)
2020
bump (0.10.0)
21-
concurrent-ruby (1.1.10)
22-
i18n (1.12.0)
21+
concurrent-ruby (1.2.2)
22+
i18n (1.14.1)
2323
concurrent-ruby (~> 1.0)
24-
minitest (5.14.4)
25-
minitest-rg (5.2.0)
24+
mini_portile2 (2.8.5)
25+
minitest (5.20.0)
26+
minitest-rg (5.3.0)
2627
minitest (~> 5.0)
27-
mocha (1.13.0)
28-
rake (13.0.6)
29-
sqlite3 (1.4.2)
30-
tzinfo (2.0.5)
28+
mocha (2.1.0)
29+
ruby2_keywords (>= 0.0.5)
30+
rake (13.1.0)
31+
ruby2_keywords (0.0.5)
32+
sqlite3 (1.6.8)
33+
mini_portile2 (~> 2.8.0)
34+
tzinfo (2.0.6)
3135
concurrent-ruby (~> 1.0)
3236

3337
PLATFORMS
34-
x86_64-darwin-19
38+
ruby
3539

3640
DEPENDENCIES
3741
bump
@@ -43,4 +47,4 @@ DEPENDENCIES
4347
sqlite3
4448

4549
BUNDLED WITH
46-
2.2.27
50+
2.4.22

gemfiles/rails4.2.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ source "https://rubygems.org"
33
gem "activerecord", "~> 4.2.0", require: "active_record"
44
gem 'sqlite3', '~> 1.3.6'
55

6-
gemspec path: "../"
6+
gemspec path: ".."

gemfiles/rails4.2.gemfile.lock

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,19 @@ GEM
2222
arel (6.0.4)
2323
builder (3.2.4)
2424
bump (0.10.0)
25-
concurrent-ruby (1.1.9)
25+
concurrent-ruby (1.2.2)
2626
i18n (0.9.5)
2727
concurrent-ruby (~> 1.0)
28-
minitest (5.14.4)
29-
minitest-rg (5.2.0)
28+
minitest (5.20.0)
29+
minitest-rg (5.3.0)
3030
minitest (~> 5.0)
31-
mocha (1.13.0)
32-
rake (13.0.6)
31+
mocha (2.1.0)
32+
ruby2_keywords (>= 0.0.5)
33+
rake (13.1.0)
34+
ruby2_keywords (0.0.5)
3335
sqlite3 (1.3.13)
3436
thread_safe (0.3.6)
35-
tzinfo (1.2.9)
37+
tzinfo (1.2.11)
3638
thread_safe (~> 0.1)
3739

3840
PLATFORMS
@@ -49,4 +51,4 @@ DEPENDENCIES
4951
sqlite3 (~> 1.3.6)
5052

5153
BUNDLED WITH
52-
1.17.3
54+
2.4.22

gemfiles/rails5.0.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ source "https://rubygems.org"
33
gem "activerecord", "~> 5.0.0"
44
gem 'sqlite3', '~> 1.3.6'
55

6-
gemspec path: "../"
6+
gemspec path: ".."

gemfiles/rails5.0.gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,23 @@ GEM
2020
tzinfo (~> 1.1)
2121
arel (7.1.4)
2222
bump (0.10.0)
23-
concurrent-ruby (1.1.9)
24-
i18n (1.8.10)
23+
concurrent-ruby (1.2.2)
24+
i18n (1.14.1)
2525
concurrent-ruby (~> 1.0)
26-
minitest (5.14.4)
27-
minitest-rg (5.2.0)
26+
minitest (5.20.0)
27+
minitest-rg (5.3.0)
2828
minitest (~> 5.0)
29-
mocha (1.13.0)
30-
rake (13.0.6)
29+
mocha (2.1.0)
30+
ruby2_keywords (>= 0.0.5)
31+
rake (13.1.0)
32+
ruby2_keywords (0.0.5)
3133
sqlite3 (1.3.13)
3234
thread_safe (0.3.6)
33-
tzinfo (1.2.9)
35+
tzinfo (1.2.11)
3436
thread_safe (~> 0.1)
3537

3638
PLATFORMS
37-
x86_64-darwin-19
38-
x86_64-darwin-20
39-
x86_64-linux
39+
ruby
4040

4141
DEPENDENCIES
4242
activerecord (~> 5.0.0)
@@ -49,4 +49,4 @@ DEPENDENCIES
4949
sqlite3 (~> 1.3.6)
5050

5151
BUNDLED WITH
52-
2.2.27
52+
2.4.22

gemfiles/rails5.1.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ source "https://rubygems.org"
33
gem "activerecord", "~> 5.1.0"
44
gem "sqlite3", "~> 1.3", ">= 1.3.6"
55

6-
gemspec path: "../"
6+
gemspec path: ".."

gemfiles/rails5.1.gemfile.lock

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,25 @@ GEM
2020
tzinfo (~> 1.1)
2121
arel (8.0.0)
2222
bump (0.10.0)
23-
concurrent-ruby (1.1.9)
24-
i18n (1.8.10)
23+
concurrent-ruby (1.2.2)
24+
i18n (1.14.1)
2525
concurrent-ruby (~> 1.0)
26-
minitest (5.14.4)
27-
minitest-rg (5.2.0)
26+
mini_portile2 (2.8.5)
27+
minitest (5.20.0)
28+
minitest-rg (5.3.0)
2829
minitest (~> 5.0)
29-
mocha (1.13.0)
30-
rake (13.0.6)
31-
sqlite3 (1.4.2)
30+
mocha (2.1.0)
31+
ruby2_keywords (>= 0.0.5)
32+
rake (13.1.0)
33+
ruby2_keywords (0.0.5)
34+
sqlite3 (1.6.8)
35+
mini_portile2 (~> 2.8.0)
3236
thread_safe (0.3.6)
33-
tzinfo (1.2.9)
37+
tzinfo (1.2.11)
3438
thread_safe (~> 0.1)
3539

3640
PLATFORMS
37-
x86_64-darwin-19
38-
x86_64-darwin-20
39-
x86_64-linux
41+
ruby
4042

4143
DEPENDENCIES
4244
activerecord (~> 5.1.0)
@@ -49,4 +51,4 @@ DEPENDENCIES
4951
sqlite3 (~> 1.3, >= 1.3.6)
5052

5153
BUNDLED WITH
52-
2.2.27
54+
2.4.22

gemfiles/rails5.2.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ source "https://rubygems.org"
33
gem "activerecord", "~> 5.2.0"
44
gem "sqlite3", "~> 1.3", ">= 1.3.6"
55

6-
gemspec path: "../"
6+
gemspec path: ".."

gemfiles/rails5.2.gemfile.lock

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,36 +7,38 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
activemodel (5.2.6)
11-
activesupport (= 5.2.6)
12-
activerecord (5.2.6)
13-
activemodel (= 5.2.6)
14-
activesupport (= 5.2.6)
10+
activemodel (5.2.8.1)
11+
activesupport (= 5.2.8.1)
12+
activerecord (5.2.8.1)
13+
activemodel (= 5.2.8.1)
14+
activesupport (= 5.2.8.1)
1515
arel (>= 9.0)
16-
activesupport (5.2.6)
16+
activesupport (5.2.8.1)
1717
concurrent-ruby (~> 1.0, >= 1.0.2)
1818
i18n (>= 0.7, < 2)
1919
minitest (~> 5.1)
2020
tzinfo (~> 1.1)
2121
arel (9.0.0)
2222
bump (0.10.0)
23-
concurrent-ruby (1.1.9)
24-
i18n (1.8.10)
23+
concurrent-ruby (1.2.2)
24+
i18n (1.14.1)
2525
concurrent-ruby (~> 1.0)
26-
minitest (5.14.4)
27-
minitest-rg (5.2.0)
26+
mini_portile2 (2.8.5)
27+
minitest (5.20.0)
28+
minitest-rg (5.3.0)
2829
minitest (~> 5.0)
29-
mocha (1.13.0)
30-
rake (13.0.6)
31-
sqlite3 (1.4.2)
30+
mocha (2.1.0)
31+
ruby2_keywords (>= 0.0.5)
32+
rake (13.1.0)
33+
ruby2_keywords (0.0.5)
34+
sqlite3 (1.6.8)
35+
mini_portile2 (~> 2.8.0)
3236
thread_safe (0.3.6)
33-
tzinfo (1.2.9)
37+
tzinfo (1.2.11)
3438
thread_safe (~> 0.1)
3539

3640
PLATFORMS
37-
x86_64-darwin-19
38-
x86_64-darwin-20
39-
x86_64-linux
41+
ruby
4042

4143
DEPENDENCIES
4244
activerecord (~> 5.2.0)
@@ -49,4 +51,4 @@ DEPENDENCIES
4951
sqlite3 (~> 1.3, >= 1.3.6)
5052

5153
BUNDLED WITH
52-
2.2.27
54+
2.4.22

gemfiles/rails6.0.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ source "https://rubygems.org"
33
gem "activerecord", "~> 6.0.0"
44
gem "sqlite3", "~> 1.4"
55

6-
gemspec path: "../"
6+
gemspec path: ".."

0 commit comments

Comments
 (0)