Skip to content

Commit 401cf60

Browse files
author
Carlos León
committed
Removing 'magic' from Gemfile.
I can't see where are we using it and it was also not allowing the bot to start up.
1 parent 0ac80b7 commit 401cf60

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gem 'cinch-identify', :git => 'https://github.com/cinchrb/cinch-identify.git', :
55
gem 'chronic'
66
gem 'ago'
77

8-
gem 'mongoid', '2.1.5'
8+
gem 'mongoid', '2.1.5'
99
gem 'mongoid_ext', :git => "git://github.com/dcu/mongoid_ext.git"
1010

1111
gem 'rack'
@@ -25,4 +25,3 @@ gem 'loofah', :git => 'http://github.com/phaza/loofah.git', :branch => "rails3"
2525
gem 'feedzirra', '0.0.24'
2626

2727
gem 'bson_ext'
28-
gem 'magic'

Gemfile.lock

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ GEM
5151
loofah (>= 0.3.1)
5252
nokogiri (> 0.0.0)
5353
sax-machine (>= 0.0.12)
54-
ffi (1.0.9)
5554
git (1.2.5)
5655
googl (0.5.0)
5756
httparty (>= 0.6.1)
@@ -68,13 +67,11 @@ GEM
6867
git (>= 1.2.5)
6968
rake
7069
json (1.5.3)
71-
magic (0.2.6)
72-
ffi (>= 0.6.3)
7370
mechanize (2.0.1)
74-
net-http-digest_auth (>= 1.1.1, ~> 1.1)
71+
net-http-digest_auth (~> 1.1, >= 1.1.1)
7572
net-http-persistent (~> 1.8)
7673
nokogiri (~> 1.4)
77-
webrobots (>= 0.0.9, ~> 0.0)
74+
webrobots (~> 0.0, >= 0.0.9)
7875
mongo (1.3.1)
7976
bson (>= 1.3.1)
8077
mongoid (2.1.5)
@@ -113,7 +110,6 @@ DEPENDENCIES
113110
imdb
114111
jeweler
115112
loofah!
116-
magic
117113
mechanize
118114
mongoid (= 2.1.5)
119115
mongoid_ext!

0 commit comments

Comments
 (0)