File tree Expand file tree Collapse file tree 3 files changed +41
-2
lines changed Expand file tree Collapse file tree 3 files changed +41
-2
lines changed Original file line number Diff line number Diff line change 1
- Gemfile.lock
2
1
_site
Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
- gem 'rspec' , '3.3.0'
3
+ gem 'rspec'
4
4
gem 'rake'
5
5
6
6
group :development do
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments