File tree Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 4
4
rspec_api_documentation (4.7.0 )
5
5
activesupport (>= 3.0.0 )
6
6
json (~> 1.4 , >= 1.4.6 )
7
- mustache (~> 0.99 , >= 0.99.4 )
7
+ mustache (~> 1.0 , >= 0.99.4 )
8
8
rspec (>= 3.0.0 )
9
9
10
10
GEM
11
11
remote: http://rubygems.org/
12
12
specs:
13
- activesupport (4.2.3 )
13
+ activesupport (4.2.5.1 )
14
14
i18n (~> 0.7 )
15
15
json (~> 1.7 , >= 1.7.7 )
16
16
minitest (~> 5.1 )
51
51
multi_json (~> 1.3 )
52
52
httpclient (2.5.3.2 )
53
53
i18n (0.7.0 )
54
- inch (0.6.4 )
54
+ inch (0.7.0 )
55
55
pry
56
56
sparkr (>= 0.2.0 )
57
57
term-ansicolor
60
60
method_source (0.8.2 )
61
61
mime-types (2.4.3 )
62
62
mini_portile (0.6.1 )
63
- minitest (5.8.0 )
63
+ minitest (5.8.4 )
64
64
multi_json (1.11.0 )
65
65
multi_test (0.1.2 )
66
66
multipart-post (2.0.0 )
67
- mustache (0.99.8 )
67
+ mustache (1.0.2 )
68
68
nokogiri (1.6.4.1 )
69
69
mini_portile (~> 0.6.0 )
70
- pry (0.10.1 )
70
+ pry (0.10.3 )
71
71
coderay (~> 1.1.0 )
72
72
method_source (~> 0.8.1 )
73
73
slop (~> 3.4 )
83
83
rack-test (0.6.2 )
84
84
rack (>= 1.0 )
85
85
rake (10.3.2 )
86
- rspec (3.3 .0 )
87
- rspec-core (~> 3.3 .0 )
88
- rspec-expectations (~> 3.3 .0 )
89
- rspec-mocks (~> 3.3 .0 )
90
- rspec-core (3.3 .2 )
91
- rspec-support (~> 3.3 .0 )
92
- rspec-expectations (3.3.1 )
86
+ rspec (3.4 .0 )
87
+ rspec-core (~> 3.4 .0 )
88
+ rspec-expectations (~> 3.4 .0 )
89
+ rspec-mocks (~> 3.4 .0 )
90
+ rspec-core (3.4 .2 )
91
+ rspec-support (~> 3.4 .0 )
92
+ rspec-expectations (3.4.0 )
93
93
diff-lcs (>= 1.2.0 , < 2.0 )
94
- rspec-support (~> 3.3 .0 )
94
+ rspec-support (~> 3.4 .0 )
95
95
rspec-its (1.1.0 )
96
96
rspec-core (>= 3.0.0 )
97
97
rspec-expectations (>= 3.0.0 )
98
- rspec-mocks (3.3.2 )
98
+ rspec-mocks (3.4.1 )
99
99
diff-lcs (>= 1.2.0 , < 2.0 )
100
- rspec-support (~> 3.3 .0 )
101
- rspec-support (3.3.0 )
100
+ rspec-support (~> 3.4 .0 )
101
+ rspec-support (3.4.1 )
102
102
safe_yaml (1.0.4 )
103
103
sinatra (1.4.5 )
104
104
rack (~> 1.4 )
114
114
rack (~> 1.0 )
115
115
thread_safe (0.3.5 )
116
116
tilt (1.4.1 )
117
- tins (1.5.4 )
117
+ tins (1.8.2 )
118
118
tzinfo (1.2.2 )
119
119
thread_safe (~> 0.1 )
120
120
webmock (1.20.4 )
@@ -144,4 +144,4 @@ DEPENDENCIES
144
144
webmock (~> 1.7 )
145
145
146
146
BUNDLED WITH
147
- 1.10.6
147
+ 1.11.2
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
16
16
17
17
s . add_runtime_dependency "rspec" , ">= 3.0.0"
18
18
s . add_runtime_dependency "activesupport" , ">= 3.0.0"
19
- s . add_runtime_dependency "mustache" , "~> 0.99 " , ">= 0.99.4"
19
+ s . add_runtime_dependency "mustache" , "~> 1.0 " , ">= 0.99.4"
20
20
s . add_runtime_dependency "json" , "~> 1.4" , ">= 1.4.6"
21
21
22
22
s . add_development_dependency "bundler"
You can’t perform that action at this time.
0 commit comments