Update Gemfile.
This commit is contained in:
parent
fa99e5d67e
commit
3062dbb512
|
@ -6,7 +6,7 @@ if $0.to_s.scan('bundle').length==0
|
||||||
system("bundle install") if !flag
|
system("bundle install") if !flag
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
gem 'mimemagic','~>0.3.9'
|
gem 'mimemagic','0.3.9'
|
||||||
gem 'public_suffix','~>3.1.1'
|
gem 'public_suffix','~>3.1.1'
|
||||||
gem "connection_pool","~>2.2.3"
|
gem "connection_pool","~>2.2.3"
|
||||||
#social gems
|
#social gems
|
||||||
|
|
Loading…
Reference in New Issue