Skip to content

Commit c991e23

Browse files
committed
Update dependencies in Gemfile.lock
1 parent 0726538 commit c991e23

File tree

1 file changed

+22
-21
lines changed

1 file changed

+22
-21
lines changed

Gemfile.lock

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ PATH
1010
GEM
1111
remote: http://rubygems.org/
1212
specs:
13-
activesupport (4.1.7)
14-
i18n (~> 0.6, >= 0.6.9)
13+
activesupport (4.2.3)
14+
i18n (~> 0.7)
1515
json (~> 1.7, >= 1.7.7)
1616
minitest (~> 5.1)
17-
thread_safe (~> 0.1)
17+
thread_safe (~> 0.3, >= 0.3.4)
1818
tzinfo (~> 1.1)
1919
addressable (2.3.6)
2020
aruba (0.6.1)
@@ -50,17 +50,17 @@ GEM
5050
gherkin (2.12.2)
5151
multi_json (~> 1.3)
5252
httpclient (2.5.3.2)
53-
i18n (0.6.11)
54-
inch (0.5.7)
53+
i18n (0.7.0)
54+
inch (0.6.4)
5555
pry
5656
sparkr (>= 0.2.0)
5757
term-ansicolor
5858
yard (~> 0.8.7.5)
59-
json (1.8.1)
59+
json (1.8.3)
6060
method_source (0.8.2)
6161
mime-types (2.4.3)
6262
mini_portile (0.6.1)
63-
minitest (5.4.3)
63+
minitest (5.8.0)
6464
multi_json (1.11.0)
6565
multi_test (0.1.2)
6666
multipart-post (2.0.0)
@@ -83,37 +83,38 @@ GEM
8383
rack-test (0.6.2)
8484
rack (>= 1.0)
8585
rake (10.3.2)
86-
rspec (3.1.0)
87-
rspec-core (~> 3.1.0)
88-
rspec-expectations (~> 3.1.0)
89-
rspec-mocks (~> 3.1.0)
90-
rspec-core (3.1.7)
91-
rspec-support (~> 3.1.0)
92-
rspec-expectations (3.1.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)
9393
diff-lcs (>= 1.2.0, < 2.0)
94-
rspec-support (~> 3.1.0)
94+
rspec-support (~> 3.3.0)
9595
rspec-its (1.1.0)
9696
rspec-core (>= 3.0.0)
9797
rspec-expectations (>= 3.0.0)
98-
rspec-mocks (3.1.3)
99-
rspec-support (~> 3.1.0)
100-
rspec-support (3.1.2)
98+
rspec-mocks (3.3.2)
99+
diff-lcs (>= 1.2.0, < 2.0)
100+
rspec-support (~> 3.3.0)
101+
rspec-support (3.3.0)
101102
safe_yaml (1.0.4)
102103
sinatra (1.4.5)
103104
rack (~> 1.4)
104105
rack-protection (~> 1.4)
105106
tilt (~> 1.3, >= 1.3.4)
106107
slop (3.6.0)
107108
sparkr (0.4.1)
108-
term-ansicolor (1.3.0)
109+
term-ansicolor (1.3.2)
109110
tins (~> 1.0)
110111
thin (1.6.3)
111112
daemons (~> 1.0, >= 1.0.9)
112113
eventmachine (~> 1.0)
113114
rack (~> 1.0)
114-
thread_safe (0.3.4)
115+
thread_safe (0.3.5)
115116
tilt (1.4.1)
116-
tins (1.3.3)
117+
tins (1.5.4)
117118
tzinfo (1.2.2)
118119
thread_safe (~> 0.1)
119120
webmock (1.20.4)

0 commit comments

Comments
 (0)