Skip to content

Commit e0e2222

Browse files
committed
Refresh dependencies
1 parent daec10c commit e0e2222

File tree

3 files changed

+19
-13
lines changed

3 files changed

+19
-13
lines changed

.rspec

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--format documentation

Gemfile.lock

+16-12
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
diff-lcs (1.2.5)
5-
rspec (3.1.0)
6-
rspec-core (~> 3.1.0)
7-
rspec-expectations (~> 3.1.0)
8-
rspec-mocks (~> 3.1.0)
9-
rspec-core (3.1.7)
10-
rspec-support (~> 3.1.0)
11-
rspec-expectations (3.1.2)
4+
diff-lcs (1.3)
5+
rspec (3.9.0)
6+
rspec-core (~> 3.9.0)
7+
rspec-expectations (~> 3.9.0)
8+
rspec-mocks (~> 3.9.0)
9+
rspec-core (3.9.1)
10+
rspec-support (~> 3.9.1)
11+
rspec-expectations (3.9.0)
1212
diff-lcs (>= 1.2.0, < 2.0)
13-
rspec-support (~> 3.1.0)
14-
rspec-mocks (3.1.3)
15-
rspec-support (~> 3.1.0)
16-
rspec-support (3.1.2)
13+
rspec-support (~> 3.9.0)
14+
rspec-mocks (3.9.1)
15+
diff-lcs (>= 1.2.0, < 2.0)
16+
rspec-support (~> 3.9.0)
17+
rspec-support (3.9.2)
1718

1819
PLATFORMS
1920
ruby
2021

2122
DEPENDENCIES
2223
rspec
24+
25+
BUNDLED WITH
26+
2.1.4

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# rspec-intro
22

3-
Source code used in a RSpec tutorial.
3+
Source code used in Semaphore's [RSpec
4+
tutorial](https://semaphoreci.com/community/tutorials/getting-started-with-rspec).
45

56
Here's how you can run it:
67

0 commit comments

Comments
 (0)