Commit efc93a8834a8a23f1caeb50abf425bd7a2447135
1 parent
88aeb09f
Exists in
master
and in
1 other branch
Prepare for v0.4.0 release
Bump errbit_plugin and errbit_github_plugin to latest released versions
Showing
2 changed files
with
13 additions
and
23 deletions
Show diff stats
Gemfile
@@ -28,8 +28,8 @@ gem 'rails_autolink' | @@ -28,8 +28,8 @@ gem 'rails_autolink' | ||
28 | gem 'hoptoad_notifier', "~> 2.4" | 28 | gem 'hoptoad_notifier', "~> 2.4" |
29 | gem 'draper' | 29 | gem 'draper' |
30 | 30 | ||
31 | -gem 'errbit_plugin', github: 'errbit/errbit_plugin' | ||
32 | -gem 'errbit_github_plugin', github: 'errbit/errbit_github_plugin' | 31 | +gem 'errbit_plugin' |
32 | +gem 'errbit_github_plugin' | ||
33 | 33 | ||
34 | gem 'dotenv-rails' | 34 | gem 'dotenv-rails' |
35 | 35 |
Gemfile.lock
1 | -GIT | ||
2 | - remote: git://github.com/errbit/errbit_github_plugin.git | ||
3 | - revision: 3597f2d2c6aa75e014251747a30eeb5d19f641dd | ||
4 | - specs: | ||
5 | - errbit_github_plugin (0.1.0) | ||
6 | - errbit_plugin | ||
7 | - octokit | ||
8 | - | ||
9 | -GIT | ||
10 | - remote: git://github.com/errbit/errbit_plugin.git | ||
11 | - revision: 9cfe43119be46bfa36cbf4b940b80d39229595ef | ||
12 | - specs: | ||
13 | - errbit_plugin (0.4.0) | ||
14 | - | ||
15 | GEM | 1 | GEM |
16 | remote: https://rubygems.org/ | 2 | remote: https://rubygems.org/ |
17 | specs: | 3 | specs: |
@@ -45,7 +31,7 @@ GEM | @@ -45,7 +31,7 @@ GEM | ||
45 | minitest (~> 5.1) | 31 | minitest (~> 5.1) |
46 | thread_safe (~> 0.1) | 32 | thread_safe (~> 0.1) |
47 | tzinfo (~> 1.1) | 33 | tzinfo (~> 1.1) |
48 | - addressable (2.3.6) | 34 | + addressable (2.3.8) |
49 | airbrake (3.1.14) | 35 | airbrake (3.1.14) |
50 | builder | 36 | builder |
51 | json | 37 | json |
@@ -127,11 +113,15 @@ GEM | @@ -127,11 +113,15 @@ GEM | ||
127 | email_spec (1.6.0) | 113 | email_spec (1.6.0) |
128 | launchy (~> 2.1) | 114 | launchy (~> 2.1) |
129 | mail (~> 2.2) | 115 | mail (~> 2.2) |
116 | + errbit_github_plugin (0.2.0) | ||
117 | + errbit_plugin | ||
118 | + octokit | ||
119 | + errbit_plugin (0.5.0) | ||
130 | erubis (2.7.0) | 120 | erubis (2.7.0) |
131 | execjs (2.0.2) | 121 | execjs (2.0.2) |
132 | fabrication (2.9.0) | 122 | fabrication (2.9.0) |
133 | - faraday (0.8.9) | ||
134 | - multipart-post (~> 1.2.0) | 123 | + faraday (0.9.1) |
124 | + multipart-post (>= 1.2, < 3) | ||
135 | ffi (1.9.6-java) | 125 | ffi (1.9.6-java) |
136 | flowdock (0.3.1) | 126 | flowdock (0.3.1) |
137 | httparty (~> 0.7) | 127 | httparty (~> 0.7) |
@@ -200,7 +190,7 @@ GEM | @@ -200,7 +190,7 @@ GEM | ||
200 | optionable (~> 0.2.0) | 190 | optionable (~> 0.2.0) |
201 | multi_json (1.10.1) | 191 | multi_json (1.10.1) |
202 | multi_xml (0.5.5) | 192 | multi_xml (0.5.5) |
203 | - multipart-post (1.2.0) | 193 | + multipart-post (2.0.0) |
204 | net-scp (1.2.1) | 194 | net-scp (1.2.1) |
205 | net-ssh (>= 2.6.5) | 195 | net-ssh (>= 2.6.5) |
206 | net-ssh (2.9.2) | 196 | net-ssh (2.9.2) |
@@ -213,7 +203,7 @@ GEM | @@ -213,7 +203,7 @@ GEM | ||
213 | jwt (~> 0.1.4) | 203 | jwt (~> 0.1.4) |
214 | multi_json (~> 1.0) | 204 | multi_json (~> 1.0) |
215 | rack (~> 1.2) | 205 | rack (~> 1.2) |
216 | - octokit (3.7.0) | 206 | + octokit (3.8.0) |
217 | sawyer (~> 0.6.0, >= 0.5.3) | 207 | sawyer (~> 0.6.0, >= 0.5.3) |
218 | omniauth (1.1.4) | 208 | omniauth (1.1.4) |
219 | hashie (>= 1.2, < 3) | 209 | hashie (>= 1.2, < 3) |
@@ -413,8 +403,8 @@ DEPENDENCIES | @@ -413,8 +403,8 @@ DEPENDENCIES | ||
413 | dotenv-rails | 403 | dotenv-rails |
414 | draper | 404 | draper |
415 | email_spec | 405 | email_spec |
416 | - errbit_github_plugin! | ||
417 | - errbit_plugin! | 406 | + errbit_github_plugin |
407 | + errbit_plugin | ||
418 | fabrication | 408 | fabrication |
419 | flowdock | 409 | flowdock |
420 | haml | 410 | haml |