Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

Commit 2a0edb2

Browse files
committed
chore(deps): update dependency rspec to ~> 3.11.0
1 parent 8c5e001 commit 2a0edb2

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

game-of-life/oneflare/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
source 'http://rubygems.org'
44

55
gem 'rake', '~> 12.0.0'
6-
gem 'rspec', '~> 3.6.0'
6+
gem 'rspec', '~> 3.11.0'

game-of-life/oneflare/Gemfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
diff-lcs (1.3)
4+
diff-lcs (1.5.0)
55
rake (12.0.0)
6-
rspec (3.6.0)
7-
rspec-core (~> 3.6.0)
8-
rspec-expectations (~> 3.6.0)
9-
rspec-mocks (~> 3.6.0)
10-
rspec-core (3.6.0)
11-
rspec-support (~> 3.6.0)
12-
rspec-expectations (3.6.0)
6+
rspec (3.11.0)
7+
rspec-core (~> 3.11.0)
8+
rspec-expectations (~> 3.11.0)
9+
rspec-mocks (~> 3.11.0)
10+
rspec-core (3.11.0)
11+
rspec-support (~> 3.11.0)
12+
rspec-expectations (3.11.0)
1313
diff-lcs (>= 1.2.0, < 2.0)
14-
rspec-support (~> 3.6.0)
15-
rspec-mocks (3.6.0)
14+
rspec-support (~> 3.11.0)
15+
rspec-mocks (3.11.0)
1616
diff-lcs (>= 1.2.0, < 2.0)
17-
rspec-support (~> 3.6.0)
18-
rspec-support (3.6.0)
17+
rspec-support (~> 3.11.0)
18+
rspec-support (3.11.0)
1919

2020
PLATFORMS
2121
ruby
2222

2323
DEPENDENCIES
2424
rake (~> 12.0.0)
25-
rspec (~> 3.6.0)
25+
rspec (~> 3.11.0)
2626

2727
BUNDLED WITH
2828
1.14.6

0 commit comments

Comments
 (0)