Commit c178538d41f641faf6e54edf8ce0710c9ebe1f47
1 parent
5e0a95c3
Exists in
master
bundle update errbit plugins
Showing
1 changed file
with
8 additions
and
8 deletions
Show diff stats
Gemfile.lock
... | ... | @@ -40,7 +40,7 @@ GEM |
40 | 40 | minitest (~> 5.1) |
41 | 41 | thread_safe (~> 0.3, >= 0.3.4) |
42 | 42 | tzinfo (~> 1.1) |
43 | - addressable (2.3.8) | |
43 | + addressable (2.4.0) | |
44 | 44 | airbrake (4.3.5) |
45 | 45 | builder |
46 | 46 | multi_json |
... | ... | @@ -124,14 +124,14 @@ GEM |
124 | 124 | email_spec (1.6.0) |
125 | 125 | launchy (~> 2.1) |
126 | 126 | mail (~> 2.2) |
127 | - errbit_github_plugin (0.2.0) | |
127 | + errbit_github_plugin (0.3.0) | |
128 | 128 | errbit_plugin |
129 | 129 | octokit |
130 | - errbit_plugin (0.5.0) | |
130 | + errbit_plugin (0.6.0) | |
131 | 131 | erubis (2.7.0) |
132 | 132 | execjs (2.6.0) |
133 | 133 | fabrication (2.13.2) |
134 | - faraday (0.9.1) | |
134 | + faraday (0.9.2) | |
135 | 135 | multipart-post (>= 1.2, < 3) |
136 | 136 | ffi (1.9.8-java) |
137 | 137 | flowdock (0.6.0) |
... | ... | @@ -220,8 +220,8 @@ GEM |
220 | 220 | multi_json (~> 1.3) |
221 | 221 | multi_xml (~> 0.5) |
222 | 222 | rack (~> 1.2) |
223 | - octokit (3.8.0) | |
224 | - sawyer (~> 0.6.0, >= 0.5.3) | |
223 | + octokit (4.3.0) | |
224 | + sawyer (~> 0.7.0, >= 0.5.3) | |
225 | 225 | omniauth (1.2.2) |
226 | 226 | hashie (>= 1.2, < 4) |
227 | 227 | rack (~> 1.0) |
... | ... | @@ -360,8 +360,8 @@ GEM |
360 | 360 | sprockets (>= 2.8, < 4.0) |
361 | 361 | sprockets-rails (>= 2.0, < 4.0) |
362 | 362 | tilt (~> 1.1) |
363 | - sawyer (0.6.0) | |
364 | - addressable (~> 2.3.5) | |
363 | + sawyer (0.7.0) | |
364 | + addressable (>= 2.3.5, < 2.5) | |
365 | 365 | faraday (~> 0.8, < 0.10) |
366 | 366 | simplecov (0.10.0) |
367 | 367 | docile (~> 1.1.0) | ... | ... |