File tree Expand file tree Collapse file tree 2 files changed +27
-15
lines changed Expand file tree Collapse file tree 2 files changed +27
-15
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,5 @@ source "https://rubygems.org"
2
2
3
3
gemspec
4
4
5
- gem "rspec" , "~> 2.14" , "< 2.99"
5
+ gem "rspec"
6
+ gem "pry"
Original file line number Diff line number Diff line change 7
7
GEM
8
8
remote: https://rubygems.org/
9
9
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 )
22
32
23
33
PLATFORMS
24
34
ruby
25
35
26
36
DEPENDENCIES
27
37
nokogiri (~> 1.6 )
28
- rspec (~> 2.14 , < 2.99 )
38
+ pry
39
+ rspec
29
40
rspec_junit_formatter !
30
41
31
42
BUNDLED WITH
32
- 1.15.1
43
+ 1.16.0
You can’t perform that action at this time.
0 commit comments