Commit efc93a8834a8a23f1caeb50abf425bd7a2447135

Authored by Stephen Crosby
1 parent 88aeb09f
Exists in master and in 1 other branch production

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 28 gem 'hoptoad_notifier', "~> 2.4"
29 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 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 1 GEM
16 2 remote: https://rubygems.org/
17 3 specs:
... ... @@ -45,7 +31,7 @@ GEM
45 31 minitest (~> 5.1)
46 32 thread_safe (~> 0.1)
47 33 tzinfo (~> 1.1)
48   - addressable (2.3.6)
  34 + addressable (2.3.8)
49 35 airbrake (3.1.14)
50 36 builder
51 37 json
... ... @@ -127,11 +113,15 @@ GEM
127 113 email_spec (1.6.0)
128 114 launchy (~> 2.1)
129 115 mail (~> 2.2)
  116 + errbit_github_plugin (0.2.0)
  117 + errbit_plugin
  118 + octokit
  119 + errbit_plugin (0.5.0)
130 120 erubis (2.7.0)
131 121 execjs (2.0.2)
132 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 125 ffi (1.9.6-java)
136 126 flowdock (0.3.1)
137 127 httparty (~> 0.7)
... ... @@ -200,7 +190,7 @@ GEM
200 190 optionable (~> 0.2.0)
201 191 multi_json (1.10.1)
202 192 multi_xml (0.5.5)
203   - multipart-post (1.2.0)
  193 + multipart-post (2.0.0)
204 194 net-scp (1.2.1)
205 195 net-ssh (>= 2.6.5)
206 196 net-ssh (2.9.2)
... ... @@ -213,7 +203,7 @@ GEM
213 203 jwt (~> 0.1.4)
214 204 multi_json (~> 1.0)
215 205 rack (~> 1.2)
216   - octokit (3.7.0)
  206 + octokit (3.8.0)
217 207 sawyer (~> 0.6.0, >= 0.5.3)
218 208 omniauth (1.1.4)
219 209 hashie (>= 1.2, < 3)
... ... @@ -413,8 +403,8 @@ DEPENDENCIES
413 403 dotenv-rails
414 404 draper
415 405 email_spec
416   - errbit_github_plugin!
417   - errbit_plugin!
  406 + errbit_github_plugin
  407 + errbit_plugin
418 408 fabrication
419 409 flowdock
420 410 haml
... ...