Skip to content

Commit 2ac9b15

Browse files
committed
updated ruby gems
1 parent cbcbf66 commit 2ac9b15

File tree

1 file changed

+25
-18
lines changed

1 file changed

+25
-18
lines changed

Gemfile.lock

+25-18
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
clouds (0.1.6)
4+
clouds (0.1.7)
55
aws-sdk (~> 1.38.0)
66
gli (~> 2.9.0)
77
inifile (~> 2.0.2)
@@ -18,32 +18,36 @@ GEM
1818
nokogiri (>= 1.4.4)
1919
uuidtools (~> 2.1)
2020
builder (3.2.2)
21-
childprocess (0.5.3)
21+
childprocess (0.5.9)
2222
ffi (~> 1.0, >= 1.0.11)
23-
cucumber (1.3.15)
23+
cucumber (2.3.3)
2424
builder (>= 2.1.2)
25+
cucumber-core (~> 1.4.0)
26+
cucumber-wire (~> 0.0.1)
2527
diff-lcs (>= 1.1.3)
26-
gherkin (~> 2.12)
28+
gherkin (~> 3.2.0)
2729
multi_json (>= 1.7.5, < 2.0)
28-
multi_test (>= 0.1.1)
30+
multi_test (>= 0.1.2)
31+
cucumber-core (1.4.0)
32+
gherkin (~> 3.2.0)
33+
cucumber-wire (0.0.1)
2934
diff-lcs (1.2.5)
30-
ffi (1.9.3)
31-
gherkin (2.12.2)
32-
multi_json (~> 1.3)
35+
ffi (1.9.10)
36+
gherkin (3.2.0)
3337
gli (2.9.0)
3438
inifile (2.0.2)
35-
json (1.8.1)
36-
mini_portile (0.6.0)
37-
multi_json (1.10.1)
38-
multi_test (0.1.1)
39-
nokogiri (1.6.2.1)
40-
mini_portile (= 0.6.0)
39+
json (1.8.3)
40+
multi_json (1.12.0)
41+
multi_test (0.1.2)
42+
nokogiri (1.6.7.2)
4143
rake (10.2.2)
42-
rdoc (4.1.1)
44+
rdoc (4.1.2)
4345
json (~> 1.4)
44-
rspec-expectations (2.14.5)
45-
diff-lcs (>= 1.1.3, < 2.0)
46-
uuidtools (2.1.4)
46+
rspec-expectations (3.4.0)
47+
diff-lcs (>= 1.2.0, < 2.0)
48+
rspec-support (~> 3.4.0)
49+
rspec-support (3.4.1)
50+
uuidtools (2.1.5)
4751

4852
PLATFORMS
4953
ruby
@@ -55,3 +59,6 @@ DEPENDENCIES
5559
nokogiri (~> 1.6.1)
5660
rake (~> 10.2.2)
5761
rdoc (~> 4.1.1)
62+
63+
BUNDLED WITH
64+
1.12.3

0 commit comments

Comments
 (0)