Skip to content

Commit de575b8

Browse files
committed
Merge pull request #247 from dcarral/fix-issue-246
Unlock explicit version of RSpec and add Gemfile.lock
2 parents 782f008 + 00c8bcf commit de575b8

File tree

3 files changed

+41
-2
lines changed

3 files changed

+41
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
Gemfile.lock
21
_site

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem 'rspec', '3.3.0'
3+
gem 'rspec'
44
gem 'rake'
55

66
group :development do

Gemfile.lock

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
coderay (1.1.1)
5+
diff-lcs (1.2.5)
6+
method_source (0.8.2)
7+
mini_portile2 (2.0.0)
8+
nokogiri (1.6.7.2)
9+
mini_portile2 (~> 2.0.0.rc2)
10+
pry (0.10.3)
11+
coderay (~> 1.1.0)
12+
method_source (~> 0.8.1)
13+
slop (~> 3.4)
14+
rake (11.0.1)
15+
rspec (3.4.0)
16+
rspec-core (~> 3.4.0)
17+
rspec-expectations (~> 3.4.0)
18+
rspec-mocks (~> 3.4.0)
19+
rspec-core (3.4.4)
20+
rspec-support (~> 3.4.0)
21+
rspec-expectations (3.4.0)
22+
diff-lcs (>= 1.2.0, < 2.0)
23+
rspec-support (~> 3.4.0)
24+
rspec-mocks (3.4.1)
25+
diff-lcs (>= 1.2.0, < 2.0)
26+
rspec-support (~> 3.4.0)
27+
rspec-support (3.4.1)
28+
slop (3.6.0)
29+
30+
PLATFORMS
31+
ruby
32+
33+
DEPENDENCIES
34+
nokogiri
35+
pry
36+
rake
37+
rspec
38+
39+
BUNDLED WITH
40+
1.11.2

0 commit comments

Comments
 (0)