File tree 2 files changed +0
-14
lines changed
2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 7
7
remote: https://rubygems.org/
8
8
specs:
9
9
activesupport (3.0.9 )
10
- coderay (1.0.9 )
11
10
diff-lcs (1.1.2 )
12
11
json (1.7.7 )
13
- method_source (0.8.2 )
14
12
mocha (0.9.12 )
15
- pry (0.9.12.2 )
16
- coderay (~> 1.0.5 )
17
- method_source (~> 0.8 )
18
- slop (~> 3.4 )
19
13
rack (1.3.0 )
20
14
rack-test (0.6.0 )
21
15
rack (>= 1.0 )
30
24
rspec-expectations (2.6.0 )
31
25
diff-lcs (~> 1.1.2 )
32
26
rspec-mocks (2.6.0 )
33
- slop (3.4.6 )
34
- wkhtmltopdf-binary (0.9.5.3 )
35
27
36
28
PLATFORMS
37
29
ruby
@@ -40,7 +32,6 @@ DEPENDENCIES
40
32
activesupport (>= 3.0.8 )
41
33
mocha (>= 0.9.10 )
42
34
pdfkit !
43
- pry
44
35
rack-test (>= 0.5.6 )
45
36
rake (~> 0.9.2 )
46
37
rdoc (~> 4.0.1 )
Original file line number Diff line number Diff line change @@ -26,9 +26,4 @@ Gem::Specification.new do |s|
26
26
s . add_development_dependency ( %q<rake> , [ "~>0.9.2" ] )
27
27
s . add_development_dependency ( %q<rdoc> , [ "~> 4.0.1" ] )
28
28
s . add_development_dependency ( %q<rspec> , [ "~> 2.2.0" ] )
29
- s . add_development_dependency ( %q<mocha> , [ ">= 0.9.10" ] )
30
- s . add_development_dependency ( %q<pry> )
31
- s . add_development_dependency ( %q<rack-test> , [ ">= 0.5.6" ] )
32
- s . add_development_dependency ( %q<activesupport> , [ ">= 3.0.8" ] )
33
- s . add_development_dependency ( %q<wkhtmltopdf-binary> , [ "~> 0.9.5" ] )
34
29
end
You can’t perform that action at this time.
0 commit comments