Commit c10e9951e5f5ea5634ab7679391ef937c03e4397

Authored by Arthur Neves
1 parent c60a8075
Exists in master and in 1 other branch production

use master plugin

Showing 2 changed files with 21 additions and 11 deletions   Show diff stats
Gemfile
... ... @@ -27,8 +27,8 @@ gem 'rails_autolink'
27 27 gem 'hoptoad_notifier', "~> 2.4"
28 28 gem 'draper', :require => false
29 29  
30   -gem 'errbit_plugin'
31   -gem 'errbit_github_plugin'
  30 +gem 'errbit_plugin', github: 'errbit/errbit_plugin'
  31 +gem 'errbit_github_plugin', github: 'errbit/errbit_github_plugin'
32 32  
33 33 # Notification services
34 34 # ---------------------------------------
... ...
Gemfile.lock
  1 +GIT
  2 + remote: git://github.com/errbit/errbit_github_plugin.git
  3 + revision: 5900200e6d460fe94feaea3e59824437d54f1029
  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: 6a0b93d71a6b4545198f0c68b99b8e8f9281c17e
  12 + specs:
  13 + errbit_plugin (0.4.0)
  14 +
1 15 GEM
2 16 remote: https://rubygems.org/
3 17 specs:
... ... @@ -88,10 +102,6 @@ GEM
88 102 email_spec (1.5.0)
89 103 launchy (~> 2.1)
90 104 mail (~> 2.2)
91   - errbit_github_plugin (0.1.0)
92   - errbit_plugin
93   - octokit
94   - errbit_plugin (0.4.0)
95 105 erubis (2.7.0)
96 106 execjs (2.0.2)
97 107 fabrication (2.9.0)
... ... @@ -181,8 +191,8 @@ GEM
181 191 jwt (~> 0.1.4)
182 192 multi_json (~> 1.0)
183 193 rack (~> 1.2)
184   - octokit (3.3.1)
185   - sawyer (~> 0.5.3)
  194 + octokit (3.7.0)
  195 + sawyer (~> 0.6.0, >= 0.5.3)
186 196 omniauth (1.1.4)
187 197 hashie (>= 1.2, < 3)
188 198 rack
... ... @@ -267,7 +277,7 @@ GEM
267 277 json
268 278 rest-client
269 279 safe_yaml (1.0.4)
270   - sawyer (0.5.5)
  280 + sawyer (0.6.0)
271 281 addressable (~> 2.3.5)
272 282 faraday (~> 0.8, < 0.10)
273 283 simplecov (0.7.1)
... ... @@ -334,8 +344,8 @@ DEPENDENCIES
334 344 devise
335 345 draper
336 346 email_spec
337   - errbit_github_plugin
338   - errbit_plugin
  347 + errbit_github_plugin!
  348 + errbit_plugin!
339 349 execjs
340 350 fabrication
341 351 flowdock
... ...