Skip to content

Commit 7169272

Browse files
chore(deps): update dependency rspec to '~> 3.13.0'
1 parent 2101d0f commit 7169272

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ group :development, :test do
1111
end
1212

1313
group :test do
14-
gem 'rspec', '~> 3.10.0'
14+
gem 'rspec', '~> 3.13.0'
1515
gem 'webmock', '~> 3.14.0'
1616
end

Gemfile.lock

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@ GEM
2929
rake (13.2.1)
3030
regexp_parser (2.10.0)
3131
rexml (3.4.0)
32-
rspec (3.10.0)
33-
rspec-core (~> 3.10.0)
34-
rspec-expectations (~> 3.10.0)
35-
rspec-mocks (~> 3.10.0)
36-
rspec-core (3.10.2)
37-
rspec-support (~> 3.10.0)
38-
rspec-expectations (3.10.2)
32+
rspec (3.13.0)
33+
rspec-core (~> 3.13.0)
34+
rspec-expectations (~> 3.13.0)
35+
rspec-mocks (~> 3.13.0)
36+
rspec-core (3.13.2)
37+
rspec-support (~> 3.13.0)
38+
rspec-expectations (3.13.3)
3939
diff-lcs (>= 1.2.0, < 2.0)
40-
rspec-support (~> 3.10.0)
41-
rspec-mocks (3.10.3)
40+
rspec-support (~> 3.13.0)
41+
rspec-mocks (3.13.2)
4242
diff-lcs (>= 1.2.0, < 2.0)
43-
rspec-support (~> 3.10.0)
44-
rspec-support (3.10.3)
43+
rspec-support (~> 3.13.0)
44+
rspec-support (3.13.2)
4545
rubocop (1.70.0)
4646
json (~> 2.3)
4747
language_server-protocol (>= 3.17.0)
@@ -66,13 +66,14 @@ GEM
6666

6767
PLATFORMS
6868
arm64-darwin-22
69+
x86_64-linux
6970

7071
DEPENDENCIES
7172
addressable (~> 2.3)
7273
line-bot-api!
7374
multipart-post (~> 2.4.1)
7475
rake (~> 13.0)
75-
rspec (~> 3.10.0)
76+
rspec (~> 3.13.0)
7677
rubocop (~> 1.70.0)
7778
webmock (~> 3.14.0)
7879
yard (~> 0.9.20)

0 commit comments

Comments
 (0)