Browse code

Update gemov

Cinan Rakosnik authored on 31/03/2013 at 19:17:25
Showing 1 changed files
... ...
@@ -1,12 +1,12 @@
1 1
 GEM
2 2
   remote: https://rubygems.org/
3 3
   specs:
4
-    actionmailer (3.2.12)
5
-      actionpack (= 3.2.12)
6
-      mail (~> 2.4.4)
7
-    actionpack (3.2.12)
8
-      activemodel (= 3.2.12)
9
-      activesupport (= 3.2.12)
4
+    actionmailer (3.2.13)
5
+      actionpack (= 3.2.13)
6
+      mail (~> 2.5.3)
7
+    actionpack (3.2.13)
8
+      activemodel (= 3.2.13)
9
+      activesupport (= 3.2.13)
10 10
       builder (~> 3.0.0)
11 11
       erubis (~> 2.7.0)
12 12
       journey (~> 1.0.4)
... ...
@@ -14,21 +14,21 @@ GEM
14 14
       rack-cache (~> 1.2)
15 15
       rack-test (~> 0.6.1)
16 16
       sprockets (~> 2.2.1)
17
-    activemodel (3.2.12)
18
-      activesupport (= 3.2.12)
17
+    activemodel (3.2.13)
18
+      activesupport (= 3.2.13)
19 19
       builder (~> 3.0.0)
20
-    activerecord (3.2.12)
21
-      activemodel (= 3.2.12)
22
-      activesupport (= 3.2.12)
20
+    activerecord (3.2.13)
21
+      activemodel (= 3.2.13)
22
+      activesupport (= 3.2.13)
23 23
       arel (~> 3.0.2)
24 24
       tzinfo (~> 0.3.29)
25
-    activeresource (3.2.12)
26
-      activemodel (= 3.2.12)
27
-      activesupport (= 3.2.12)
28
-    activesupport (3.2.12)
29
-      i18n (~> 0.6)
25
+    activeresource (3.2.13)
26
+      activemodel (= 3.2.13)
27
+      activesupport (= 3.2.13)
28
+    activesupport (3.2.13)
29
+      i18n (= 0.6.1)
30 30
       multi_json (~> 1.0)
31
-    addressable (2.3.2)
31
+    addressable (2.3.3)
32 32
     ansi (1.4.3)
33 33
     arel (3.0.2)
34 34
     better_errors (0.7.2)
... ...
@@ -43,7 +43,7 @@ GEM
43 43
       net-sftp (>= 2.0.0)
44 44
       net-ssh (>= 2.0.14)
45 45
       net-ssh-gateway (>= 1.1.0)
46
-    capybara (2.0.2)
46
+    capybara (2.0.3)
47 47
       mime-types (>= 1.16)
48 48
       nokogiri (>= 1.3.3)
49 49
       rack (>= 1.0.0)
... ...
@@ -51,9 +51,9 @@ GEM
51 51
       selenium-webdriver (~> 2.0)
52 52
       xpath (~> 1.0.0)
53 53
     casperjs (1.0.0)
54
-    childprocess (0.3.8)
54
+    childprocess (0.3.9)
55 55
       ffi (~> 1.0, >= 1.0.11)
56
-    chunky_png (1.2.7)
56
+    chunky_png (1.2.8)
57 57
     coderay (1.0.9)
58 58
     coffee-rails (3.2.2)
59 59
       coffee-script (>= 2.2.0)
... ...
@@ -61,7 +61,7 @@ GEM
61 61
     coffee-script (2.2.0)
62 62
       coffee-script-source
63 63
       execjs
64
-    coffee-script-source (1.4.0)
64
+    coffee-script-source (1.6.2)
65 65
     compass (0.12.2)
66 66
       chunky_png (~> 1.2)
67 67
       fssm (>= 0.2.7)
... ...
@@ -70,8 +70,8 @@ GEM
70 70
       compass (>= 0.12.2, < 0.14)
71 71
     daemons (1.1.9)
72 72
     debug_inspector (0.0.2)
73
-    diff-lcs (1.1.3)
74
-    ejs (1.0.0)
73
+    diff-lcs (1.2.2)
74
+    ejs (1.1.1)
75 75
     em-synchrony (1.0.3)
76 76
       eventmachine (>= 1.0.0.beta.1)
77 77
     erubis (2.7.0)
... ...
@@ -85,7 +85,7 @@ GEM
85 85
       railties (>= 3.0.0)
86 86
     faye-websocket (0.4.7)
87 87
       eventmachine (>= 0.12.0)
88
-    ffi (1.3.1)
88
+    ffi (1.6.0)
89 89
     formatador (0.2.4)
90 90
     fssm (0.2.10)
91 91
     guard (1.7.0)
... ...
@@ -98,7 +98,7 @@ GEM
98 98
       childprocess (>= 0.2.3)
99 99
       guard (>= 1.1)
100 100
       spork (>= 0.8.4)
101
-    haml (3.1.7)
101
+    haml (3.1.8)
102 102
     haml-rails (0.3.5)
103 103
       actionpack (>= 3.1, < 4.1)
104 104
       activesupport (>= 3.1, < 4.1)
... ...
@@ -108,15 +108,15 @@ GEM
108 108
       coffee-script (>= 1.0.0)
109 109
       sprockets (>= 2.0.3)
110 110
       tilt (>= 1.3.3)
111
-    hashie (1.2.0)
112
-    highline (1.6.15)
111
+    hashie (2.0.3)
112
+    highline (1.6.16)
113 113
     hike (1.2.1)
114 114
     hiredis (0.4.5)
115 115
     i18n (0.6.1)
116 116
     i18n-js (2.1.2)
117 117
       i18n
118 118
     journey (1.0.4)
119
-    jquery-rails (2.2.1)
119
+    jquery-rails (2.1.4)
120 120
       railties (>= 3.0, < 5.0)
121 121
       thor (>= 0.14, < 2.0)
122 122
     json (1.7.7)
... ...
@@ -124,36 +124,36 @@ GEM
124 124
       addressable (~> 2.3)
125 125
     listen (0.7.3)
126 126
     lumberjack (1.0.3)
127
-    mail (2.4.4)
127
+    mail (2.5.3)
128 128
       i18n (>= 0.4.0)
129 129
       mime-types (~> 1.16)
130 130
       treetop (~> 1.4.8)
131
-    meta_request (0.2.2)
131
+    meta_request (0.2.3)
132 132
       rack-contrib
133 133
       railties
134 134
     method_source (0.8.1)
135
-    mime-types (1.21)
136
-    minitest (4.6.0)
137
-    minitest-reporters (0.14.7)
135
+    mime-types (1.22)
136
+    minitest (4.7.0)
137
+    minitest-reporters (0.14.12)
138 138
       ansi
139 139
       builder
140 140
       minitest (>= 2.12, < 5.0)
141 141
       powerbar
142
-    mongoid (3.0.22)
142
+    mongoid (3.0.23)
143 143
       activemodel (~> 3.1)
144 144
       moped (~> 1.2)
145 145
       origin (~> 1.0)
146 146
       tzinfo (~> 0.3.22)
147
-    moped (1.4.2)
148
-    multi_json (1.6.0)
147
+    moped (1.4.5)
148
+    multi_json (1.7.2)
149 149
     net-scp (1.1.0)
150 150
       net-ssh (>= 2.6.5)
151 151
     net-sftp (2.1.1)
152 152
       net-ssh (>= 2.6.5)
153
-    net-ssh (2.6.5)
153
+    net-ssh (2.6.6)
154 154
     net-ssh-gateway (1.2.0)
155 155
       net-ssh (>= 2.6.5)
156
-    nokogiri (1.5.6)
156
+    nokogiri (1.5.9)
157 157
     normalize-rails (2.0.1)
158 158
     origin (1.0.11)
159 159
     phantomjs-binaries (1.8.1.1)
... ...
@@ -175,47 +175,48 @@ GEM
175 175
       rack
176 176
     rack-test (0.6.2)
177 177
       rack (>= 1.0)
178
-    rails (3.2.12)
179
-      actionmailer (= 3.2.12)
180
-      actionpack (= 3.2.12)
181
-      activerecord (= 3.2.12)
182
-      activeresource (= 3.2.12)
183
-      activesupport (= 3.2.12)
178
+    rails (3.2.13)
179
+      actionmailer (= 3.2.13)
180
+      actionpack (= 3.2.13)
181
+      activerecord (= 3.2.13)
182
+      activeresource (= 3.2.13)
183
+      activesupport (= 3.2.13)
184 184
       bundler (~> 1.0)
185
-      railties (= 3.2.12)
186
-    rails-backbone (0.7.2)
185
+      railties (= 3.2.13)
186
+    rails-backbone (0.9.10)
187 187
       coffee-script (~> 2.2.0)
188
-      ejs (~> 1.0.0)
188
+      ejs (~> 1.1.1)
189
+      jquery-rails (~> 2.1.3)
189 190
       railties (>= 3.1.0)
190
-    railties (3.2.12)
191
-      actionpack (= 3.2.12)
192
-      activesupport (= 3.2.12)
191
+    railties (3.2.13)
192
+      actionpack (= 3.2.13)
193
+      activesupport (= 3.2.13)
193 194
       rack-ssl (~> 1.3.2)
194 195
       rake (>= 0.8.7)
195 196
       rdoc (~> 3.4)
196 197
       thor (>= 0.14.6, < 2.0)
197
-    rake (10.0.3)
198
-    rdoc (3.12.1)
198
+    rake (10.0.4)
199
+    rdoc (3.12.2)
199 200
       json (~> 1.4)
200 201
     redis (3.0.3)
201
-    rspec-core (2.12.2)
202
-    rspec-expectations (2.12.1)
203
-      diff-lcs (~> 1.1.3)
204
-    rspec-mocks (2.12.2)
205
-    rspec-rails (2.12.2)
202
+    rspec-core (2.13.1)
203
+    rspec-expectations (2.13.0)
204
+      diff-lcs (>= 1.1.3, < 2.0)
205
+    rspec-mocks (2.13.0)
206
+    rspec-rails (2.13.0)
206 207
       actionpack (>= 3.0)
207 208
       activesupport (>= 3.0)
208 209
       railties (>= 3.0)
209
-      rspec-core (~> 2.12.0)
210
-      rspec-expectations (~> 2.12.0)
211
-      rspec-mocks (~> 2.12.0)
210
+      rspec-core (~> 2.13.0)
211
+      rspec-expectations (~> 2.13.0)
212
+      rspec-mocks (~> 2.13.0)
212 213
     rubyzip (0.9.9)
213
-    sass (3.2.5)
214
+    sass (3.2.7)
214 215
     sass-rails (3.2.6)
215 216
       railties (~> 3.2.0)
216 217
       sass (>= 3.1.10)
217 218
       tilt (~> 1.3)
218
-    selenium-webdriver (2.29.0)
219
+    selenium-webdriver (2.31.0)
219 220
       childprocess (>= 0.2.5)
220 221
       multi_json (~> 1.0)
221 222
       rubyzip
... ...
@@ -230,17 +231,17 @@ GEM
230 230
     sys-uname (0.9.0)
231 231
       ffi (>= 1.0.0)
232 232
     test-unit (2.5.4)
233
-    thin (1.5.0)
233
+    thin (1.5.1)
234 234
       daemons (>= 1.0.9)
235 235
       eventmachine (>= 0.12.6)
236 236
       rack (>= 1.0.0)
237
-    thor (0.17.0)
238
-    tilt (1.3.3)
239
-    timecop (0.5.9.2)
237
+    thor (0.18.1)
238
+    tilt (1.3.6)
239
+    timecop (0.6.1)
240 240
     treetop (1.4.12)
241 241
       polyglot
242 242
       polyglot (>= 0.3.1)
243
-    tzinfo (0.3.35)
243
+    tzinfo (0.3.37)
244 244
     uglifier (1.3.0)
245 245
       execjs (>= 0.3.0)
246 246
       multi_json (~> 1.0, >= 1.0.2)