Skip to content

Commit 1dae305

Browse files
committed
Update gemfile.lock dependencies
1 parent b8ac295 commit 1dae305

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

Gemfile.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ PATH
44
rspec_api_documentation (4.7.0)
55
activesupport (>= 3.0.0)
66
json (~> 1.4, >= 1.4.6)
7-
mustache (~> 0.99, >= 0.99.4)
7+
mustache (~> 1.0, >= 0.99.4)
88
rspec (>= 3.0.0)
99

1010
GEM
1111
remote: http://rubygems.org/
1212
specs:
13-
activesupport (4.2.3)
13+
activesupport (4.2.5.1)
1414
i18n (~> 0.7)
1515
json (~> 1.7, >= 1.7.7)
1616
minitest (~> 5.1)
@@ -51,7 +51,7 @@ GEM
5151
multi_json (~> 1.3)
5252
httpclient (2.5.3.2)
5353
i18n (0.7.0)
54-
inch (0.6.4)
54+
inch (0.7.0)
5555
pry
5656
sparkr (>= 0.2.0)
5757
term-ansicolor
@@ -60,14 +60,14 @@ GEM
6060
method_source (0.8.2)
6161
mime-types (2.4.3)
6262
mini_portile (0.6.1)
63-
minitest (5.8.0)
63+
minitest (5.8.4)
6464
multi_json (1.11.0)
6565
multi_test (0.1.2)
6666
multipart-post (2.0.0)
67-
mustache (0.99.8)
67+
mustache (1.0.2)
6868
nokogiri (1.6.4.1)
6969
mini_portile (~> 0.6.0)
70-
pry (0.10.1)
70+
pry (0.10.3)
7171
coderay (~> 1.1.0)
7272
method_source (~> 0.8.1)
7373
slop (~> 3.4)
@@ -83,22 +83,22 @@ GEM
8383
rack-test (0.6.2)
8484
rack (>= 1.0)
8585
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)
9393
diff-lcs (>= 1.2.0, < 2.0)
94-
rspec-support (~> 3.3.0)
94+
rspec-support (~> 3.4.0)
9595
rspec-its (1.1.0)
9696
rspec-core (>= 3.0.0)
9797
rspec-expectations (>= 3.0.0)
98-
rspec-mocks (3.3.2)
98+
rspec-mocks (3.4.1)
9999
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)
102102
safe_yaml (1.0.4)
103103
sinatra (1.4.5)
104104
rack (~> 1.4)
@@ -114,7 +114,7 @@ GEM
114114
rack (~> 1.0)
115115
thread_safe (0.3.5)
116116
tilt (1.4.1)
117-
tins (1.5.4)
117+
tins (1.8.2)
118118
tzinfo (1.2.2)
119119
thread_safe (~> 0.1)
120120
webmock (1.20.4)
@@ -144,4 +144,4 @@ DEPENDENCIES
144144
webmock (~> 1.7)
145145

146146
BUNDLED WITH
147-
1.10.6
147+
1.11.2

rspec_api_documentation.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
1616

1717
s.add_runtime_dependency "rspec", ">= 3.0.0"
1818
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"
2020
s.add_runtime_dependency "json", "~> 1.4", ">= 1.4.6"
2121

2222
s.add_development_dependency "bundler"

0 commit comments

Comments
 (0)