pickle 0.5.4 → 0.6.2

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock DELETED
@@ -1,201 +0,0 @@
1
- GIT
2
- remote: https://github.com/mathieujobin/fabrication.git
3
- revision: 923cf6fcefd0566b1d6be7bd2f685b89388f4800
4
- ref: 923cf6fcefd0566b1d6be7bd2f685b89388f4800
5
- specs:
6
- fabrication (2.16.2)
7
-
8
- PATH
9
- remote: .
10
- specs:
11
- pickle (0.5.4)
12
- cucumber (>= 0.8, < 3.0)
13
- rake
14
-
15
- GEM
16
- remote: http://rubygems.org/
17
- specs:
18
- actionmailer (4.2.9)
19
- actionpack (= 4.2.9)
20
- actionview (= 4.2.9)
21
- activejob (= 4.2.9)
22
- mail (~> 2.5, >= 2.5.4)
23
- rails-dom-testing (~> 1.0, >= 1.0.5)
24
- actionpack (4.2.9)
25
- actionview (= 4.2.9)
26
- activesupport (= 4.2.9)
27
- rack (~> 1.6)
28
- rack-test (~> 0.6.2)
29
- rails-dom-testing (~> 1.0, >= 1.0.5)
30
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
31
- actionview (4.2.9)
32
- activesupport (= 4.2.9)
33
- builder (~> 3.1)
34
- erubis (~> 2.7.0)
35
- rails-dom-testing (~> 1.0, >= 1.0.5)
36
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
37
- activejob (4.2.9)
38
- activesupport (= 4.2.9)
39
- globalid (>= 0.3.0)
40
- activemodel (4.2.9)
41
- activesupport (= 4.2.9)
42
- builder (~> 3.1)
43
- activerecord (4.2.9)
44
- activemodel (= 4.2.9)
45
- activesupport (= 4.2.9)
46
- arel (~> 6.0)
47
- activesupport (4.2.9)
48
- i18n (~> 0.7)
49
- minitest (~> 5.1)
50
- thread_safe (~> 0.3, >= 0.3.4)
51
- tzinfo (~> 1.1)
52
- addressable (2.5.1)
53
- public_suffix (~> 2.0, >= 2.0.2)
54
- arel (6.0.4)
55
- builder (3.2.3)
56
- capybara (2.15.1)
57
- addressable
58
- mini_mime (>= 0.1.3)
59
- nokogiri (>= 1.3.3)
60
- rack (>= 1.0.0)
61
- rack-test (>= 0.5.4)
62
- xpath (~> 2.0)
63
- codecov (0.1.10)
64
- json
65
- simplecov
66
- url
67
- concurrent-ruby (1.0.5)
68
- cucumber (2.4.0)
69
- builder (>= 2.1.2)
70
- cucumber-core (~> 1.5.0)
71
- cucumber-wire (~> 0.0.1)
72
- diff-lcs (>= 1.1.3)
73
- gherkin (~> 4.0)
74
- multi_json (>= 1.7.5, < 2.0)
75
- multi_test (>= 0.1.2)
76
- cucumber-core (1.5.0)
77
- gherkin (~> 4.0)
78
- cucumber-rails (1.5.0)
79
- capybara (>= 1.1.2, < 3)
80
- cucumber (>= 1.3.8, < 4)
81
- mime-types (>= 1.17, < 4)
82
- nokogiri (~> 1.5)
83
- railties (>= 4, < 5.2)
84
- cucumber-wire (0.0.1)
85
- database_cleaner (1.6.1)
86
- diff-lcs (1.3)
87
- docile (1.1.5)
88
- erubis (2.7.0)
89
- factory_bot (4.8.2)
90
- activesupport (>= 3.0.0)
91
- gherkin (4.1.3)
92
- git (1.3.0)
93
- globalid (0.4.0)
94
- activesupport (>= 4.2.0)
95
- i18n (0.8.6)
96
- json (2.1.0)
97
- loofah (2.0.3)
98
- nokogiri (>= 1.5.9)
99
- machinist (2.0)
100
- mail (2.6.6)
101
- mime-types (>= 1.16, < 4)
102
- mime-types (3.1)
103
- mime-types-data (~> 3.2015)
104
- mime-types-data (3.2016.0521)
105
- mini_mime (0.1.4)
106
- mini_portile2 (2.2.0)
107
- minitest (5.10.3)
108
- multi_json (1.12.1)
109
- multi_test (0.1.2)
110
- nokogiri (1.8.0)
111
- mini_portile2 (~> 2.2.0)
112
- public_suffix (2.0.5)
113
- rack (1.6.8)
114
- rack-test (0.6.3)
115
- rack (>= 1.0)
116
- rails (4.2.9)
117
- actionmailer (= 4.2.9)
118
- actionpack (= 4.2.9)
119
- actionview (= 4.2.9)
120
- activejob (= 4.2.9)
121
- activemodel (= 4.2.9)
122
- activerecord (= 4.2.9)
123
- activesupport (= 4.2.9)
124
- bundler (>= 1.3.0, < 2.0)
125
- railties (= 4.2.9)
126
- sprockets-rails
127
- rails-deprecated_sanitizer (1.0.3)
128
- activesupport (>= 4.2.0.alpha)
129
- rails-dom-testing (1.0.8)
130
- activesupport (>= 4.2.0.beta, < 5.0)
131
- nokogiri (~> 1.6)
132
- rails-deprecated_sanitizer (>= 1.0.1)
133
- rails-html-sanitizer (1.0.3)
134
- loofah (~> 2.0)
135
- railties (4.2.9)
136
- actionpack (= 4.2.9)
137
- activesupport (= 4.2.9)
138
- rake (>= 0.8.7)
139
- thor (>= 0.18.1, < 2.0)
140
- rake (12.0.0)
141
- rspec-core (3.6.0)
142
- rspec-support (~> 3.6.0)
143
- rspec-expectations (3.6.0)
144
- diff-lcs (>= 1.2.0, < 2.0)
145
- rspec-support (~> 3.6.0)
146
- rspec-mocks (3.6.0)
147
- diff-lcs (>= 1.2.0, < 2.0)
148
- rspec-support (~> 3.6.0)
149
- rspec-rails (3.6.1)
150
- actionpack (>= 3.0)
151
- activesupport (>= 3.0)
152
- railties (>= 3.0)
153
- rspec-core (~> 3.6.0)
154
- rspec-expectations (~> 3.6.0)
155
- rspec-mocks (~> 3.6.0)
156
- rspec-support (~> 3.6.0)
157
- rspec-support (3.6.0)
158
- simplecov (0.15.0)
159
- docile (~> 1.1.0)
160
- json (>= 1.8, < 3)
161
- simplecov-html (~> 0.10.0)
162
- simplecov-html (0.10.2)
163
- sprockets (3.7.1)
164
- concurrent-ruby (~> 1.0)
165
- rack (> 1, < 3)
166
- sprockets-rails (3.2.0)
167
- actionpack (>= 4.0)
168
- activesupport (>= 4.0)
169
- sprockets (>= 3.0.0)
170
- sqlite3 (1.3.13)
171
- thor (0.20.0)
172
- thread_safe (0.3.6)
173
- tzinfo (1.2.3)
174
- thread_safe (~> 0.1)
175
- url (0.3.2)
176
- xpath (2.1.0)
177
- nokogiri (~> 1.3)
178
- yard (0.9.9)
179
-
180
- PLATFORMS
181
- ruby
182
-
183
- DEPENDENCIES
184
- bundler
185
- capybara
186
- codecov
187
- cucumber-rails
188
- database_cleaner
189
- fabrication!
190
- factory_bot
191
- git
192
- machinist
193
- pickle!
194
- rack
195
- rails (~> 4.2.6)
196
- rspec-rails (~> 3.0)
197
- sqlite3
198
- yard
199
-
200
- BUNDLED WITH
201
- 1.16.0