|
1 | 1 | PATH
|
2 | 2 | remote: .
|
3 | 3 | specs:
|
4 |
| - kracken (0.0.8) |
| 4 | + kracken (0.0.9) |
5 | 5 | faraday (~> 0.8)
|
6 | 6 | omniauth (~> 1.0)
|
7 | 7 | omniauth-oauth2 (~> 1.1)
|
|
10 | 10 | GEM
|
11 | 11 | remote: https://rubygems.org/
|
12 | 12 | specs:
|
13 |
| - actionmailer (4.2.0) |
14 |
| - actionpack (= 4.2.0) |
15 |
| - actionview (= 4.2.0) |
16 |
| - activejob (= 4.2.0) |
| 13 | + actionmailer (4.2.1) |
| 14 | + actionpack (= 4.2.1) |
| 15 | + actionview (= 4.2.1) |
| 16 | + activejob (= 4.2.1) |
17 | 17 | mail (~> 2.5, >= 2.5.4)
|
18 | 18 | rails-dom-testing (~> 1.0, >= 1.0.5)
|
19 |
| - actionpack (4.2.0) |
20 |
| - actionview (= 4.2.0) |
21 |
| - activesupport (= 4.2.0) |
22 |
| - rack (~> 1.6.0) |
| 19 | + actionpack (4.2.1) |
| 20 | + actionview (= 4.2.1) |
| 21 | + activesupport (= 4.2.1) |
| 22 | + rack (~> 1.6) |
23 | 23 | rack-test (~> 0.6.2)
|
24 | 24 | rails-dom-testing (~> 1.0, >= 1.0.5)
|
25 | 25 | rails-html-sanitizer (~> 1.0, >= 1.0.1)
|
26 |
| - actionview (4.2.0) |
27 |
| - activesupport (= 4.2.0) |
| 26 | + actionview (4.2.1) |
| 27 | + activesupport (= 4.2.1) |
28 | 28 | builder (~> 3.1)
|
29 | 29 | erubis (~> 2.7.0)
|
30 | 30 | rails-dom-testing (~> 1.0, >= 1.0.5)
|
31 | 31 | rails-html-sanitizer (~> 1.0, >= 1.0.1)
|
32 |
| - activejob (4.2.0) |
33 |
| - activesupport (= 4.2.0) |
| 32 | + activejob (4.2.1) |
| 33 | + activesupport (= 4.2.1) |
34 | 34 | globalid (>= 0.3.0)
|
35 |
| - activemodel (4.2.0) |
36 |
| - activesupport (= 4.2.0) |
| 35 | + activemodel (4.2.1) |
| 36 | + activesupport (= 4.2.1) |
37 | 37 | builder (~> 3.1)
|
38 |
| - activerecord (4.2.0) |
39 |
| - activemodel (= 4.2.0) |
40 |
| - activesupport (= 4.2.0) |
| 38 | + activerecord (4.2.1) |
| 39 | + activemodel (= 4.2.1) |
| 40 | + activesupport (= 4.2.1) |
41 | 41 | arel (~> 6.0)
|
42 |
| - activesupport (4.2.0) |
| 42 | + activesupport (4.2.1) |
43 | 43 | i18n (~> 0.7)
|
44 | 44 | json (~> 1.7, >= 1.7.7)
|
45 | 45 | minitest (~> 5.1)
|
46 | 46 | thread_safe (~> 0.3, >= 0.3.4)
|
47 | 47 | tzinfo (~> 1.1)
|
48 |
| - addressable (2.3.6) |
| 48 | + addressable (2.3.7) |
49 | 49 | arel (6.0.0)
|
50 | 50 | builder (3.2.2)
|
51 | 51 | coderay (1.1.0)
|
52 | 52 | crack (0.4.2)
|
53 | 53 | safe_yaml (~> 1.0.0)
|
54 | 54 | diff-lcs (1.2.5)
|
55 | 55 | erubis (2.7.0)
|
56 |
| - faraday (0.9.0) |
| 56 | + faraday (0.9.1) |
57 | 57 | multipart-post (>= 1.2, < 3)
|
58 |
| - globalid (0.3.0) |
| 58 | + globalid (0.3.3) |
59 | 59 | activesupport (>= 4.1.0)
|
60 |
| - hashie (3.3.2) |
| 60 | + hashie (3.4.0) |
61 | 61 | hike (1.2.3)
|
62 | 62 | i18n (0.7.0)
|
63 |
| - json (1.8.1) |
64 |
| - jwt (1.2.0) |
| 63 | + json (1.8.2) |
| 64 | + jwt (1.4.1) |
65 | 65 | loofah (2.0.1)
|
66 | 66 | nokogiri (>= 1.5.9)
|
67 | 67 | mail (2.6.3)
|
68 | 68 | mime-types (>= 1.16, < 3)
|
69 | 69 | method_source (0.8.2)
|
70 | 70 | mime-types (2.4.3)
|
71 | 71 | mini_portile (0.6.2)
|
72 |
| - minitest (5.5.0) |
73 |
| - multi_json (1.10.1) |
| 72 | + minitest (5.5.1) |
| 73 | + multi_json (1.11.0) |
74 | 74 | multi_xml (0.5.5)
|
75 | 75 | multipart-post (2.0.0)
|
76 |
| - nokogiri (1.6.5) |
| 76 | + nokogiri (1.6.6.2) |
77 | 77 | mini_portile (~> 0.6.0)
|
78 | 78 | oauth2 (1.0.0)
|
79 | 79 | faraday (>= 0.8, < 0.10)
|
|
96 | 96 | pry-nav (0.2.4)
|
97 | 97 | pry (>= 0.9.10, < 0.11.0)
|
98 | 98 | rack (1.6.0)
|
99 |
| - rack-test (0.6.2) |
| 99 | + rack-test (0.6.3) |
100 | 100 | rack (>= 1.0)
|
101 |
| - rails (4.2.0) |
102 |
| - actionmailer (= 4.2.0) |
103 |
| - actionpack (= 4.2.0) |
104 |
| - actionview (= 4.2.0) |
105 |
| - activejob (= 4.2.0) |
106 |
| - activemodel (= 4.2.0) |
107 |
| - activerecord (= 4.2.0) |
108 |
| - activesupport (= 4.2.0) |
| 101 | + rails (4.2.1) |
| 102 | + actionmailer (= 4.2.1) |
| 103 | + actionpack (= 4.2.1) |
| 104 | + actionview (= 4.2.1) |
| 105 | + activejob (= 4.2.1) |
| 106 | + activemodel (= 4.2.1) |
| 107 | + activerecord (= 4.2.1) |
| 108 | + activesupport (= 4.2.1) |
109 | 109 | bundler (>= 1.3.0, < 2.0)
|
110 |
| - railties (= 4.2.0) |
| 110 | + railties (= 4.2.1) |
111 | 111 | sprockets-rails
|
112 | 112 | rails-deprecated_sanitizer (1.0.3)
|
113 | 113 | activesupport (>= 4.2.0.alpha)
|
114 |
| - rails-dom-testing (1.0.5) |
| 114 | + rails-dom-testing (1.0.6) |
115 | 115 | activesupport (>= 4.2.0.beta, < 5.0)
|
116 | 116 | nokogiri (~> 1.6.0)
|
117 | 117 | rails-deprecated_sanitizer (>= 1.0.1)
|
118 |
| - rails-html-sanitizer (1.0.1) |
| 118 | + rails-html-sanitizer (1.0.2) |
119 | 119 | loofah (~> 2.0)
|
120 |
| - railties (4.2.0) |
121 |
| - actionpack (= 4.2.0) |
122 |
| - activesupport (= 4.2.0) |
| 120 | + railties (4.2.1) |
| 121 | + actionpack (= 4.2.1) |
| 122 | + activesupport (= 4.2.1) |
123 | 123 | rake (>= 0.8.7)
|
124 | 124 | thor (>= 0.18.1, < 2.0)
|
125 | 125 | rake (10.4.2)
|
126 |
| - rspec-core (3.1.7) |
127 |
| - rspec-support (~> 3.1.0) |
128 |
| - rspec-expectations (3.1.2) |
| 126 | + rspec-core (3.2.2) |
| 127 | + rspec-support (~> 3.2.0) |
| 128 | + rspec-expectations (3.2.0) |
129 | 129 | diff-lcs (>= 1.2.0, < 2.0)
|
130 |
| - rspec-support (~> 3.1.0) |
131 |
| - rspec-mocks (3.1.3) |
132 |
| - rspec-support (~> 3.1.0) |
133 |
| - rspec-rails (3.1.0) |
134 |
| - actionpack (>= 3.0) |
135 |
| - activesupport (>= 3.0) |
136 |
| - railties (>= 3.0) |
137 |
| - rspec-core (~> 3.1.0) |
138 |
| - rspec-expectations (~> 3.1.0) |
139 |
| - rspec-mocks (~> 3.1.0) |
140 |
| - rspec-support (~> 3.1.0) |
141 |
| - rspec-support (3.1.2) |
| 130 | + rspec-support (~> 3.2.0) |
| 131 | + rspec-mocks (3.2.1) |
| 132 | + diff-lcs (>= 1.2.0, < 2.0) |
| 133 | + rspec-support (~> 3.2.0) |
| 134 | + rspec-rails (3.2.1) |
| 135 | + actionpack (>= 3.0, < 4.3) |
| 136 | + activesupport (>= 3.0, < 4.3) |
| 137 | + railties (>= 3.0, < 4.3) |
| 138 | + rspec-core (~> 3.2.0) |
| 139 | + rspec-expectations (~> 3.2.0) |
| 140 | + rspec-mocks (~> 3.2.0) |
| 141 | + rspec-support (~> 3.2.0) |
| 142 | + rspec-support (3.2.2) |
142 | 143 | safe_yaml (1.0.4)
|
143 | 144 | slop (3.6.0)
|
144 | 145 | sprockets (2.12.3)
|
145 | 146 | hike (~> 1.2)
|
146 | 147 | multi_json (~> 1.0)
|
147 | 148 | rack (~> 1.0)
|
148 | 149 | tilt (~> 1.1, != 1.3.0)
|
149 |
| - sprockets-rails (2.2.2) |
| 150 | + sprockets-rails (2.2.4) |
150 | 151 | actionpack (>= 3.0)
|
151 | 152 | activesupport (>= 3.0)
|
152 | 153 | sprockets (>= 2.8, < 4.0)
|
153 | 154 | thor (0.19.1)
|
154 |
| - thread_safe (0.3.4) |
| 155 | + thread_safe (0.3.5) |
155 | 156 | tilt (1.4.1)
|
156 | 157 | tzinfo (1.2.2)
|
157 | 158 | thread_safe (~> 0.1)
|
158 |
| - webmock (1.18.0) |
| 159 | + webmock (1.20.4) |
159 | 160 | addressable (>= 2.3.6)
|
160 | 161 | crack (>= 0.3.2)
|
161 | 162 |
|
|
0 commit comments