Skip to content
This repository was archived by the owner on Feb 16, 2018. It is now read-only.

Commit 6f4218c

Browse files
committed
Add phantom echoe gem
Your Gemfile.lock is corrupt. The following gem is missing from the DEPENDENCIES section: 'echoe' ! ! Failed to install gems via Bundler. !
1 parent 8c30dcd commit 6f4218c

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ gem 'tent-client', :git => 'git://github.com/tent/tent-client-ruby.git', :branch
2525
gem 'hawk-auth', :git => 'git://github.com/tent/hawk-ruby.git', :branch => 'master'
2626
gem 'omniauth-tent', :git => 'git://github.com/tent/omniauth-tent.git', :branch => 'master'
2727

28+
gem 'echoe'
29+
2830
group :development, :assets do
2931
gem 'asset_sync', :git => 'git://github.com/titanous/asset_sync.git', :branch => 'fix-mime'
3032
gem 'mime-types'

Gemfile.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ GEM
163163
multi_json (~> 1.3)
164164
thread_safe (~> 0.1)
165165
tzinfo (~> 0.3.37)
166+
allison (2.0.3)
166167
atomic (1.1.14)
167168
builder (3.1.4)
168169
chunky_png (1.3.1)
@@ -174,6 +175,11 @@ GEM
174175
chunky_png (~> 1.2)
175176
fssm (>= 0.2.7)
176177
sass (~> 3.1)
178+
echoe (4.6.6)
179+
allison (>= 2.0.3)
180+
rake (>= 0.9.2)
181+
rdoc (>= 2.5.11)
182+
rubyforge (>= 2.0.4)
177183
excon (0.31.0)
178184
execjs (2.0.2)
179185
faraday (0.8.4)
@@ -199,6 +205,7 @@ GEM
199205
hike (1.2.3)
200206
i18n (0.6.9)
201207
json (1.8.1)
208+
json_pure (1.8.3)
202209
mime-types (2.0)
203210
mimetype-fu (0.1.2)
204211
mini_portile (0.5.2)
@@ -218,7 +225,11 @@ GEM
218225
rack (>= 1.0.0)
219226
rainpress (1.0)
220227
rake (10.1.1)
228+
rdoc (4.2.2)
229+
json (~> 1.4)
221230
ruby-hmac (0.4.0)
231+
rubyforge (2.0.4)
232+
json_pure (>= 1.1.7)
222233
sass (3.2.13)
223234
sprockets-helpers (0.9.1)
224235
sprockets (~> 2.0)
@@ -245,6 +256,7 @@ DEPENDENCIES
245256
coffee-script
246257
contacts-service!
247258
cupcake-apps-bar!
259+
echoe
248260
hawk-auth!
249261
icing!
250262
lodash-assets!

0 commit comments

Comments
 (0)