Skip to content

Commit 3c0c3bd

Browse files
authored
Update all Bundler dependencies (2022-02-14) (#602)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent 65d19e9 commit 3c0c3bd

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

Gemfile.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activemodel (7.0.1)
5-
activesupport (= 7.0.1)
6-
activerecord (7.0.1)
7-
activemodel (= 7.0.1)
8-
activesupport (= 7.0.1)
9-
activesupport (7.0.1)
4+
activemodel (7.0.2.2)
5+
activesupport (= 7.0.2.2)
6+
activerecord (7.0.2.2)
7+
activemodel (= 7.0.2.2)
8+
activesupport (= 7.0.2.2)
9+
activesupport (7.0.2.2)
1010
concurrent-ruby (~> 1.0, >= 1.0.2)
1111
i18n (>= 1.6, < 2)
1212
minitest (>= 5.1)
@@ -55,7 +55,7 @@ GEM
5555
multi_xml (>= 0.5.2)
5656
i18n (1.9.1)
5757
concurrent-ruby (~> 1.0)
58-
loofah (2.13.0)
58+
loofah (2.14.0)
5959
crass (~> 1.0.2)
6060
nokogiri (>= 1.5.9)
6161
matrix (0.4.2)
@@ -104,24 +104,24 @@ GEM
104104
rb-fsevent (0.11.1)
105105
rb-inotify (0.10.1)
106106
ffi (~> 1.0)
107-
regexp_parser (2.2.0)
107+
regexp_parser (2.2.1)
108108
rexml (3.2.5)
109-
rspec (3.10.0)
110-
rspec-core (~> 3.10.0)
111-
rspec-expectations (~> 3.10.0)
112-
rspec-mocks (~> 3.10.0)
113-
rspec-core (3.10.2)
114-
rspec-support (~> 3.10.0)
115-
rspec-expectations (3.10.2)
109+
rspec (3.11.0)
110+
rspec-core (~> 3.11.0)
111+
rspec-expectations (~> 3.11.0)
112+
rspec-mocks (~> 3.11.0)
113+
rspec-core (3.11.0)
114+
rspec-support (~> 3.11.0)
115+
rspec-expectations (3.11.0)
116116
diff-lcs (>= 1.2.0, < 2.0)
117-
rspec-support (~> 3.10.0)
117+
rspec-support (~> 3.11.0)
118118
rspec-html-matchers (0.9.4)
119119
nokogiri (~> 1)
120120
rspec (>= 3.0.0.a, < 4)
121-
rspec-mocks (3.10.3)
121+
rspec-mocks (3.11.0)
122122
diff-lcs (>= 1.2.0, < 2.0)
123-
rspec-support (~> 3.10.0)
124-
rspec-support (3.10.3)
123+
rspec-support (~> 3.11.0)
124+
rspec-support (3.11.0)
125125
rubocop (1.25.1)
126126
parallel (~> 1.10)
127127
parser (>= 3.1.0.0)
@@ -131,7 +131,7 @@ GEM
131131
rubocop-ast (>= 1.15.1, < 2.0)
132132
ruby-progressbar (~> 1.7)
133133
unicode-display_width (>= 1.4.0, < 3.0)
134-
rubocop-ast (1.15.1)
134+
rubocop-ast (1.15.2)
135135
parser (>= 3.0.1.1)
136136
rubocop-rails (2.13.2)
137137
activesupport (>= 4.2.0)

0 commit comments

Comments
 (0)