Commit d00567a9299a12a27f51c57fa7bba4895abbf22f

Authored by Victor Costa
1 parent 425a7dbd

Fix Gemfile.lock

Showing 1 changed file with 0 additions and 24 deletions   Show diff stats
Gemfile.lock
... ... @@ -83,8 +83,6 @@ GEM
83 83 actionmailer (>= 3.0.4)
84 84 activesupport (>= 3.0.4)
85 85 execjs (2.5.2)
86   - faraday (0.9.1)
87   - multipart-post (>= 1.2, < 3)
88 86 fast_gettext (0.6.12)
89 87 ffi (1.9.10)
90 88 gettext (2.2.1)
... ... @@ -114,7 +112,6 @@ GEM
114 112 ice_nine (0.11.1)
115 113 journey (1.0.4)
116 114 json (1.8.3)
117   - jwt (1.5.1)
118 115 kramdown (1.8.0)
119 116 libv8 (3.16.14.11)
120 117 liquid (3.0.6)
... ... @@ -132,26 +129,8 @@ GEM
132 129 metaclass (~> 0.0.1)
133 130 multi_json (1.11.2)
134 131 multi_xml (0.5.5)
135   - multipart-post (2.0.0)
136 132 nokogiri (1.6.6.2)
137 133 mini_portile (~> 0.6.0)
138   - oauth2 (1.0.0)
139   - faraday (>= 0.8, < 0.10)
140   - jwt (~> 1.0)
141   - multi_json (~> 1.3)
142   - multi_xml (~> 0.5)
143   - rack (~> 1.2)
144   - omniauth (1.2.2)
145   - hashie (>= 1.2, < 4)
146   - rack (~> 1.0)
147   - omniauth-facebook (2.0.1)
148   - omniauth-oauth2 (~> 1.2)
149   - omniauth-google-oauth2 (0.2.6)
150   - omniauth (> 1.0)
151   - omniauth-oauth2 (~> 1.1)
152   - omniauth-oauth2 (1.3.1)
153   - oauth2 (~> 1.0)
154   - omniauth (~> 1.2)
155 134 pg (0.13.2)
156 135 polyglot (0.3.5)
157 136 rack (1.4.7)
... ... @@ -288,9 +267,6 @@ DEPENDENCIES
288 267 minitest (~> 3.2.0)
289 268 mocha (~> 1.1.0)
290 269 nokogiri (~> 1.6.0)
291   - omniauth (~> 1.2.2)
292   - omniauth-facebook (~> 2.0.0)
293   - omniauth-google-oauth2 (~> 0.2.6)
294 270 pg (~> 0.13.2)
295 271 rack-contrib
296 272 rack-cors
... ...