Skip to content

Commit 6510c52

Browse files
committed
Test with latest rspec & pry (so coderay) by default
1 parent e7341fc commit 6510c52

File tree

2 files changed

+27
-15
lines changed

2 files changed

+27
-15
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ source "https://rubygems.org"
22

33
gemspec
44

5-
gem "rspec", "~> 2.14", "< 2.99"
5+
gem "rspec"
6+
gem "pry"

Gemfile.lock

Lines changed: 25 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,37 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
diff-lcs (1.2.5)
11-
mini_portile2 (2.2.0)
12-
nokogiri (1.8.0)
13-
mini_portile2 (~> 2.2.0)
14-
rspec (2.14.1)
15-
rspec-core (~> 2.14.0)
16-
rspec-expectations (~> 2.14.0)
17-
rspec-mocks (~> 2.14.0)
18-
rspec-core (2.14.8)
19-
rspec-expectations (2.14.5)
20-
diff-lcs (>= 1.1.3, < 2.0)
21-
rspec-mocks (2.14.6)
10+
coderay (1.1.2)
11+
diff-lcs (1.3)
12+
method_source (0.9.0)
13+
mini_portile2 (2.3.0)
14+
nokogiri (1.8.1)
15+
mini_portile2 (~> 2.3.0)
16+
pry (0.11.3)
17+
coderay (~> 1.1.0)
18+
method_source (~> 0.9.0)
19+
rspec (3.7.0)
20+
rspec-core (~> 3.7.0)
21+
rspec-expectations (~> 3.7.0)
22+
rspec-mocks (~> 3.7.0)
23+
rspec-core (3.7.0)
24+
rspec-support (~> 3.7.0)
25+
rspec-expectations (3.7.0)
26+
diff-lcs (>= 1.2.0, < 2.0)
27+
rspec-support (~> 3.7.0)
28+
rspec-mocks (3.7.0)
29+
diff-lcs (>= 1.2.0, < 2.0)
30+
rspec-support (~> 3.7.0)
31+
rspec-support (3.7.0)
2232

2333
PLATFORMS
2434
ruby
2535

2636
DEPENDENCIES
2737
nokogiri (~> 1.6)
28-
rspec (~> 2.14, < 2.99)
38+
pry
39+
rspec
2940
rspec_junit_formatter!
3041

3142
BUNDLED WITH
32-
1.15.1
43+
1.16.0

0 commit comments

Comments
 (0)