Skip to content

Commit 130a8d0

Browse files
authored
bump bundler to 2.6.1 to grab security fix (#80)
1 parent 6240136 commit 130a8d0

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

gemfiles/rails_6.1.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ GEM
3838
byebug (11.1.3)
3939
concurrent-ruby (1.3.4)
4040
crass (1.0.6)
41-
erubi (1.13.0)
41+
erubi (1.13.1)
4242
i18n (1.14.6)
4343
concurrent-ruby (~> 1.0)
4444
loofah (2.23.1)
@@ -95,4 +95,4 @@ DEPENDENCIES
9595
subroutine!
9696

9797
BUNDLED WITH
98-
2.5.22
98+
2.6.1

gemfiles/rails_7.0.gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ GEM
3737
byebug (11.1.3)
3838
concurrent-ruby (1.3.4)
3939
crass (1.0.6)
40-
erubi (1.13.0)
40+
erubi (1.13.1)
4141
i18n (1.14.6)
4242
concurrent-ruby (~> 1.0)
4343
loofah (2.23.1)
@@ -93,4 +93,5 @@ DEPENDENCIES
9393
subroutine!
9494

9595
BUNDLED WITH
96-
2.5.22
96+
2.6.1
97+

gemfiles/rails_7.1.gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ GEM
5353
connection_pool (2.4.1)
5454
crass (1.0.6)
5555
drb (2.2.1)
56-
erubi (1.13.0)
56+
erubi (1.13.1)
5757
i18n (1.14.6)
5858
concurrent-ruby (~> 1.0)
59-
logger (1.6.3)
59+
logger (1.6.4)
6060
loofah (2.23.1)
6161
crass (~> 1.0.2)
6262
nokogiri (>= 1.12.0)
@@ -91,7 +91,7 @@ GEM
9191
rake (13.2.1)
9292
ruby-progressbar (1.13.0)
9393
ruby2_keywords (0.0.5)
94-
securerandom (0.4.0)
94+
securerandom (0.4.1)
9595
thor (1.3.2)
9696
tzinfo (2.0.6)
9797
concurrent-ruby (~> 1.0)
@@ -112,4 +112,4 @@ DEPENDENCIES
112112
subroutine!
113113

114114
BUNDLED WITH
115-
2.5.22
115+
2.6.1

gemfiles/rails_7.2.gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ GEM
5353
connection_pool (2.4.1)
5454
crass (1.0.6)
5555
drb (2.2.1)
56-
erubi (1.13.0)
56+
erubi (1.13.1)
5757
i18n (1.14.6)
5858
concurrent-ruby (~> 1.0)
59-
logger (1.6.3)
59+
logger (1.6.4)
6060
loofah (2.23.1)
6161
crass (~> 1.0.2)
6262
nokogiri (>= 1.12.0)
@@ -90,7 +90,7 @@ GEM
9090
rake (13.2.1)
9191
ruby-progressbar (1.13.0)
9292
ruby2_keywords (0.0.5)
93-
securerandom (0.4.0)
93+
securerandom (0.4.1)
9494
thor (1.3.2)
9595
tzinfo (2.0.6)
9696
concurrent-ruby (~> 1.0)

0 commit comments

Comments
 (0)